index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
dlm
Age
Commit message (
Expand
)
Author
2024-04-23
dlm: return -ENOMEM if ls_recover_buf fails
Alexander Aring
2024-04-17
dlm: fix sleep in atomic context
Alexander Aring
2024-04-16
dlm: use rwlock for lkbidr
Alexander Aring
2024-04-16
dlm: use rwlock for rsb hash table
Alexander Aring
2024-04-16
dlm: drop dlm_scand kthread and use timers
Alexander Aring
2024-04-16
dlm: do not use ref counts for rsb in the toss state
Alexander Aring
2024-04-16
dlm: switch to use rhashtable for rsbs
Alexander Aring
2024-04-16
dlm: add rsb lists for iteration
Alexander Aring
2024-04-16
dlm: merge toss and keep hash table lists into one list
Alexander Aring
2024-04-16
dlm: change to single hashtable lock
Alexander Aring
2024-04-16
dlm: increment ls_count for dlm_scand
Alexander Aring
2024-04-09
dlm: do message processing in softirq context
Alexander Aring
2024-04-09
dlm: use spin_lock_bh for message processing
Alexander Aring
2024-04-09
dlm: remove schedule in receive path
Alexander Aring
2024-04-09
dlm: convert ls_recv_active from rw_semaphore to rwlock
Alexander Aring
2024-04-09
dlm: avoid blocking receive at the end of recovery
Alexander Aring
2024-04-09
dlm: convert res_lock to spinlock
Alexander Aring
2024-04-09
dlm: convert ls_waiters_mutex to spinlock
Alexander Aring
2024-04-09
dlm: drop mutex use in waiters recovery
Alexander Aring
2024-04-09
dlm: add new struct to save position in dlm_copy_master_names
Alexander Aring
2024-04-09
dlm: move rsb root_list to ls_recover() stack
Alexander Aring
2024-04-09
dlm: use a new list for recovery of master rsb names
Alexander Aring
2024-04-09
dlm: move root_list functionality to recover.c
Alexander Aring
2024-04-09
dlm: switch to GFP_ATOMIC in dlm allocations
Alexander Aring
2024-04-09
dlm: remove allocation parameter in msg allocation
Alexander Aring
2024-04-02
dlm: Simplify the allocation of slab caches in dlm_lowcomms_msg_cache_create
Kunwu Chan
2024-04-01
dlm: remove callback reference counting
Alexander Aring
2024-04-01
dlm: fix race between final callback and remove
Alexander Aring
2024-04-01
dlm: combine switch case fail and default statements
Alexander Aring
2024-04-01
dlm: save callback debug info earlier
Alexander Aring
2024-04-01
dlm: remove callback queue debugfs functionality
Alexander Aring
2024-04-01
dlm: remove lkb from callback tracepoints
Alexander Aring
2024-04-01
dlm: Simplify the allocation of slab caches in dlm_midcomms_cache_create
Kunwu Chan
2024-04-01
dlm: fix user space lock decision to copy lvb
Alexander Aring
2024-03-18
Merge tag 'dlm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
2024-03-15
dlm: add comments about forced waiters reset
David Teigland
2024-03-15
dlm: revert atomic_t lkb_wait_count
David Teigland
2024-03-12
dlm: fix user space lkb refcounting
Alexander Aring
2024-02-05
dlm: adapt to breakup of struct file_lock
Jeff Layton
2024-02-05
filelock: split common fields into struct file_lock_core
Jeff Layton
2024-02-05
dlm: convert to using new filelock helpers
Jeff Layton
2023-12-20
dlm: update format header reflect current format
Alexander Aring
2023-12-20
dlm: fix format seq ops type 4
Alexander Aring
2023-11-16
dlm: use FL_SLEEP to determine blocking vs non-blocking
Alexander Aring
2023-11-16
dlm: use fl_owner from lockd
Alexander Aring
2023-11-16
dlm: use kernel_connect() and kernel_bind()
Jordan Rife
2023-10-12
dlm: slow down filling up processing queue
Alexander Aring
2023-10-12
dlm: fix no ack after final message
Alexander Aring
2023-10-12
dlm: be sure we reset all nodes at forced shutdown
Alexander Aring
2023-10-12
dlm: fix remove member after close call
Alexander Aring
[next]