index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
dlm
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-08
dlm: init per node debugfs before add to node hash
Alexander Aring
1
-1
/
+1
2026-05-08
dlm: fix add msg handle in send_queue ordered
Alexander Aring
1
-2
/
+2
2026-05-08
dlm: add usercopy whitelist to dlm_cb cache
Ziyi Guo
1
-1
/
+3
2026-05-08
dlm: use hlist_for_each_entry_srcu for SRCU protected lists
Li RongQing
2
-9
/
+18
2026-03-29
ipv6: convert CONFIG_IPV6 to built-in only and clean up Kconfigs
Fernando Fernandez Mancera
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
3
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
9
-31
/
+31
2026-02-10
Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2026-02-02
dlm: Avoid -Wflex-array-member-not-at-end warning
Gustavo A. R. Silva
1
-1
/
+3
2026-01-20
fs/dlm/dir: remove unuse variable count_match
Alex Shi
1
-3
/
+3
2026-01-20
dlm: Constify struct configfs_item_operations and configfs_group_operations
Christophe JAILLET
1
-8
/
+8
2026-01-20
fs/dlm: use list_add_tail() instead of open-coding list insertion
Shaurya Rane
1
-5
/
+1
2026-01-20
dlm: validate length in dlm_search_rsb_tree
Ezrak1e
1
-1
/
+2
2026-01-20
dlm: fix recovery pending middle conversion
Alexander Aring
1
-18
/
+1
2026-01-05
compiler-context-analysis: Change __cond_acquires to take return value
Marco Elver
1
-1
/
+1
2025-11-04
net: Convert proto callbacks from sockaddr to sockaddr_unsized
Kees Cook
1
-2
/
+2
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
1
-1
/
+1
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
1
-3
/
+3
2025-09-29
Merge tag 'dlm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...
Linus Torvalds
7
-33
/
+116
2025-09-19
fs: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
2
-2
/
+2
2025-08-14
dlm: check for undefined release_option values
Alexander Aring
1
-0
/
+3
2025-08-14
dlm: handle release_option as unsigned
Alexander Aring
1
-4
/
+4
2025-08-14
dlm: move to rinfo for all middle conversion cases
Alexander Aring
2
-2
/
+2
2025-08-14
dlm: handle invalid lockspace member remove
Alexander Aring
1
-1
/
+7
2025-08-12
dlm: add new flag DLM_RELEASE_RECOVER for dlm_lockspace_release
Alexander Aring
2
-5
/
+11
2025-08-12
dlm: add new configfs entry release_recover for lockspace members
Alexander Aring
3
-4
/
+69
2025-08-12
dlm: add new RELEASE_RECOVER uevent attribute for release_lockspace
Alexander Aring
1
-7
/
+12
2025-08-12
dlm: use defines for force values in dlm_release_lockspace
Alexander Aring
2
-14
/
+12
2025-08-12
dlm: check for defined force value in dlm_lockspace_release
Alexander Aring
1
-1
/
+1
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-04-30
dlm: drop SCTP Kconfig dependency
Alexander Aring
1
-1
/
+0
2025-04-30
dlm: reject SCTP configuration if not enabled
Alexander Aring
1
-0
/
+3
2025-04-30
dlm: use SHUT_RDWR for SCTP shutdown
Alexander Aring
1
-1
/
+4
2025-04-30
dlm: mask sk_shutdown value
Alexander Aring
1
-1
/
+1
2025-03-18
dlm: make tcp still work in multi-link env
Heming Zhao
1
-2
/
+2
2025-02-28
dlm: fix error if active rsb is not hashed
Alexander Aring
1
-0
/
+1
2025-02-28
dlm: fix error if inactive rsb is not hashed
Alexander Aring
1
-0
/
+1
2025-02-10
dlm: prevent NPD when writing a positive value to event_done
Thadeu Lima de Souza Cascardo
1
-1
/
+1
2025-02-10
dlm: increase max number of links for corosync3/knet
Heming Zhao
1
-1
/
+1
2024-12-19
dlm: return -ENOENT if no comm was found
Alexander Aring
1
-1
/
+1
2024-12-19
dlm: fix srcu_read_lock() return type to int
Alexander Aring
1
-1
/
+2
2024-12-19
dlm: fix removal of rsb struct that is master and dir record
Alexander Aring
1
-16
/
+30
2024-11-18
dlm: fix dlm_recover_members refcount on error
Alexander Aring
1
-1
/
+1
2024-11-15
dlm: fix recovery of middle conversions
Alexander Aring
2
-21
/
+34
2024-10-04
dlm: make add_to_waiters() that it can't fail
Alexander Aring
1
-29
/
+14
2024-10-04
dlm: dlm_config_info config fields to unsigned int
Alexander Aring
2
-12
/
+13
2024-10-04
dlm: use dlm_config as only cluster configuration
Alexander Aring
1
-42
/
+5
2024-10-04
dlm: handle port as __be16 network byte order
Alexander Aring
3
-19
/
+46
2024-10-04
dlm: disallow different configs nodeid storages
Alexander Aring
3
-24
/
+49
2024-10-04
dlm: fix possible lkb_resource null dereference
Alexander Aring
1
-6
/
+4
[next]