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