summaryrefslogtreecommitdiffstats
path: root/fs/dlm
Commit message (Expand)AuthorAgeFilesLines
* 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-201-13/+90
* fs: dlm: allow to F_SETLKW getting interruptedAlexander Aring2023-07-201-20/+36
* fs: dlm: remove twice newlineAlexander Aring2023-07-201-2/+2
* Merge tag 'dlm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2023-06-2913-222/+203
|\
| * fs: dlm: remove filter local comms on closeAlexander Aring2023-06-201-2/+1
| * fs: dlm: add send ack threshold and append acks to msgsAlexander Aring2023-06-142-75/+31
| * fs: dlm: handle sequence numbers as atomicAlexander Aring2023-06-141-15/+25
| * fs: dlm: handle lkb wait count as atomic_tAlexander Aring2023-06-142-19/+15
| * fs: dlm: filter ourself midcomms callsAlexander Aring2023-06-144-20/+32
| * fs: dlm: warn about messages from left nodesAlexander Aring2023-06-141-2/+2
| * fs: dlm: move dlm_purge_lkb_callbacks to user moduleAlexander Aring2023-06-144-18/+19
| * fs: dlm: cleanup STOP_IO bitflag set when stop ioAlexander Aring2023-06-141-8/+4
| * fs: dlm: don't check othercon twiceAlexander Aring2023-06-141-2/+1
| * fs: dlm: unregister memory at the very lastAlexander Aring2023-06-141-1/+1
| * fs: dlm: fix missing pending to falseAlexander Aring2023-06-141-0/+1
| * fs: dlm: clear pending bit when queue was emptyAlexander Aring2023-06-141-3/+5