summaryrefslogtreecommitdiffstats
path: root/fs/dlm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* dlm: move root_list functionality to recover.cAlexander Aring2024-04-093-44/+39
* dlm: switch to GFP_ATOMIC in dlm allocationsAlexander Aring2024-04-094-8/+4
* dlm: remove allocation parameter in msg allocationAlexander Aring2024-04-098-57/+41
* dlm: Simplify the allocation of slab caches in dlm_lowcomms_msg_cache_createKunwu Chan2024-04-021-1/+1
* dlm: remove callback reference countingAlexander Aring2024-04-017-55/+28
* dlm: fix race between final callback and removeAlexander Aring2024-04-015-213/+129
* dlm: combine switch case fail and default statementsAlexander Aring2024-04-012-8/+6
* dlm: save callback debug info earlierAlexander Aring2024-04-011-4/+6
* dlm: remove callback queue debugfs functionalityAlexander Aring2024-04-011-96/+0
* dlm: remove lkb from callback tracepointsAlexander Aring2024-04-012-4/+14
* dlm: Simplify the allocation of slab caches in dlm_midcomms_cache_createKunwu Chan2024-04-011-2/+1
* dlm: fix user space lock decision to copy lvbAlexander Aring2024-04-013-13/+17
* Merge tag 'dlm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2024-03-183-39/+81
|\
| * dlm: add comments about forced waiters resetDavid Teigland2024-03-151-20/+58
| * dlm: revert atomic_t lkb_wait_countDavid Teigland2024-03-152-15/+19
| * dlm: fix user space lkb refcountingAlexander Aring2024-03-121-5/+5
* | dlm: adapt to breakup of struct file_lockJeff Layton2024-02-051-23/+22
* | filelock: split common fields into struct file_lock_coreJeff Layton2024-02-051-0/+1
* | dlm: convert to using new filelock helpersJeff Layton2024-02-051-5/+5
|/
* dlm: update format header reflect current formatAlexander Aring2023-12-201-2/+2
* dlm: fix format seq ops type 4Alexander Aring2023-12-201-1/+1
* dlm: use FL_SLEEP to determine blocking vs non-blockingAlexander Aring2023-11-161-1/+1
* dlm: use fl_owner from lockdAlexander Aring2023-11-161-14/+4
* dlm: use kernel_connect() and kernel_bind()Jordan Rife2023-11-161-7/+7
* dlm: slow down filling up processing queueAlexander Aring2023-10-121-0/+12
* dlm: fix no ack after final messageAlexander Aring2023-10-121-3/+3
* dlm: be sure we reset all nodes at forced shutdownAlexander Aring2023-10-121-2/+8
* dlm: fix remove member after close callAlexander Aring2023-10-121-1/+12
* dlm: fix creating multiple node structuresAlexander Aring2023-10-121-1/+9
* fs: dlm: Remove some useless memset()Christophe JAILLET2023-10-121-5/+0
* fs: dlm: Fix the size of a buffer in dlm_create_debug_file()Christophe JAILLET2023-10-121-1/+2
* fs: dlm: Simplify buffer size computation in dlm_create_debug_file()Christophe JAILLET2023-10-121-5/+5
* dlm: fix plock lookup when using multiple lockspacesAlexander Aring2023-08-251-3/+3
* fs: dlm: don't use RCOM_NAMES for version detectionAlexander Aring2023-08-101-8/+8
* fs: dlm: create midcomms nodes when configureAlexander Aring2023-08-103-179/+110
* fs: dlm: constify receive bufferAlexander Aring2023-08-1013-86/+101
* fs: dlm: drop rxbuf manipulation in dlm_recover_master_copyAlexander Aring2023-08-103-8/+17
* fs: dlm: drop rxbuf manipulation in dlm_copy_master_namesAlexander Aring2023-08-101-3/+2
* fs: dlm: get recovery sequence number as parameterAlexander Aring2023-08-1010-85/+99
* fs: dlm: cleanup lock orderAlexander Aring2023-08-101-2/+2
* fs: dlm: remove clear_members_cbAlexander Aring2023-08-101-6/+1
* fs: dlm: add plock dev tracepointsAlexander Aring2023-08-101-0/+6
* fs: dlm: check on plock ops when exit dlmAlexander Aring2023-08-101-0/+2
* fs: dlm: debugfs for queued callbacksAlexander Aring2023-08-102-1/+101
* fs: dlm: remove unused processed_nodesAlexander Aring2023-08-101-1/+0
* fs: dlm: add missing spin_unlockAlexander Aring2023-08-101-0/+1
* fs: dlm: fix F_CANCELLK to cancel pending requestAlexander Aring2023-07-211-13/+90
* fs: dlm: allow to F_SETLKW getting interruptedAlexander Aring2023-07-211-20/+36
* fs: dlm: remove twice newlineAlexander Aring2023-07-211-2/+2
* Merge tag 'dlm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2023-06-2913-222/+203
|\