summaryrefslogtreecommitdiffstats
path: root/fs/dlm
AgeCommit message (Expand)AuthorLines
2024-04-02dlm: Simplify the allocation of slab caches in dlm_lowcomms_msg_cache_createKunwu Chan-1/+1
2024-04-01dlm: remove callback reference countingAlexander Aring-55/+28
2024-04-01dlm: fix race between final callback and removeAlexander Aring-213/+129
2024-04-01dlm: combine switch case fail and default statementsAlexander Aring-8/+6
2024-04-01dlm: save callback debug info earlierAlexander Aring-4/+6
2024-04-01dlm: remove callback queue debugfs functionalityAlexander Aring-96/+0
2024-04-01dlm: remove lkb from callback tracepointsAlexander Aring-4/+14
2024-04-01dlm: Simplify the allocation of slab caches in dlm_midcomms_cache_createKunwu Chan-2/+1
2024-04-01dlm: fix user space lock decision to copy lvbAlexander Aring-13/+17
2024-03-18Merge tag 'dlm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds-39/+81
2024-03-15dlm: add comments about forced waiters resetDavid Teigland-20/+58
2024-03-15dlm: revert atomic_t lkb_wait_countDavid Teigland-15/+19
2024-03-12dlm: fix user space lkb refcountingAlexander Aring-5/+5
2024-02-05dlm: adapt to breakup of struct file_lockJeff Layton-23/+22
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton-0/+1
2024-02-05dlm: convert to using new filelock helpersJeff Layton-5/+5
2023-12-20dlm: update format header reflect current formatAlexander Aring-2/+2
2023-12-20dlm: fix format seq ops type 4Alexander Aring-1/+1
2023-11-16dlm: use FL_SLEEP to determine blocking vs non-blockingAlexander Aring-1/+1
2023-11-16dlm: use fl_owner from lockdAlexander Aring-14/+4
2023-11-16dlm: use kernel_connect() and kernel_bind()Jordan Rife-7/+7
2023-10-12dlm: slow down filling up processing queueAlexander Aring-0/+12
2023-10-12dlm: fix no ack after final messageAlexander Aring-3/+3
2023-10-12dlm: be sure we reset all nodes at forced shutdownAlexander Aring-2/+8
2023-10-12dlm: fix remove member after close callAlexander Aring-1/+12
2023-10-12dlm: fix creating multiple node structuresAlexander Aring-1/+9
2023-10-12fs: dlm: Remove some useless memset()Christophe JAILLET-5/+0
2023-10-12fs: dlm: Fix the size of a buffer in dlm_create_debug_file()Christophe JAILLET-1/+2
2023-10-12fs: dlm: Simplify buffer size computation in dlm_create_debug_file()Christophe JAILLET-5/+5
2023-08-25dlm: fix plock lookup when using multiple lockspacesAlexander Aring-3/+3
2023-08-10fs: dlm: don't use RCOM_NAMES for version detectionAlexander Aring-8/+8
2023-08-10fs: dlm: create midcomms nodes when configureAlexander Aring-179/+110
2023-08-10fs: dlm: constify receive bufferAlexander Aring-86/+101
2023-08-10fs: dlm: drop rxbuf manipulation in dlm_recover_master_copyAlexander Aring-8/+17
2023-08-10fs: dlm: drop rxbuf manipulation in dlm_copy_master_namesAlexander Aring-3/+2
2023-08-10fs: dlm: get recovery sequence number as parameterAlexander Aring-85/+99
2023-08-10fs: dlm: cleanup lock orderAlexander Aring-2/+2
2023-08-10fs: dlm: remove clear_members_cbAlexander Aring-6/+1
2023-08-10fs: dlm: add plock dev tracepointsAlexander Aring-0/+6
2023-08-10fs: dlm: check on plock ops when exit dlmAlexander Aring-0/+2
2023-08-10fs: dlm: debugfs for queued callbacksAlexander Aring-1/+101
2023-08-10fs: dlm: remove unused processed_nodesAlexander Aring-1/+0
2023-08-10fs: dlm: add missing spin_unlockAlexander Aring-0/+1
2023-07-20fs: dlm: fix F_CANCELLK to cancel pending requestAlexander Aring-13/+90
2023-07-20fs: dlm: allow to F_SETLKW getting interruptedAlexander Aring-20/+36
2023-07-20fs: dlm: remove twice newlineAlexander Aring-2/+2
2023-06-29Merge tag 'dlm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds-222/+203
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-3/+7
2023-06-24dlm: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells-3/+7
2023-06-20fs: dlm: remove filter local comms on closeAlexander Aring-2/+1