index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
dlm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'dlm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
2024-03-18
3
-39
/
+81
|
\
|
*
dlm: add comments about forced waiters reset
David Teigland
2024-03-15
1
-20
/
+58
|
*
dlm: revert atomic_t lkb_wait_count
David Teigland
2024-03-15
2
-15
/
+19
|
*
dlm: fix user space lkb refcounting
Alexander Aring
2024-03-12
1
-5
/
+5
*
|
dlm: adapt to breakup of struct file_lock
Jeff Layton
2024-02-05
1
-23
/
+22
*
|
filelock: split common fields into struct file_lock_core
Jeff Layton
2024-02-05
1
-0
/
+1
*
|
dlm: convert to using new filelock helpers
Jeff Layton
2024-02-05
1
-5
/
+5
|
/
*
dlm: update format header reflect current format
Alexander Aring
2023-12-20
1
-2
/
+2
*
dlm: fix format seq ops type 4
Alexander Aring
2023-12-20
1
-1
/
+1
*
dlm: use FL_SLEEP to determine blocking vs non-blocking
Alexander Aring
2023-11-16
1
-1
/
+1
*
dlm: use fl_owner from lockd
Alexander Aring
2023-11-16
1
-14
/
+4
*
dlm: use kernel_connect() and kernel_bind()
Jordan Rife
2023-11-16
1
-7
/
+7
*
dlm: slow down filling up processing queue
Alexander Aring
2023-10-12
1
-0
/
+12
*
dlm: fix no ack after final message
Alexander Aring
2023-10-12
1
-3
/
+3
*
dlm: be sure we reset all nodes at forced shutdown
Alexander Aring
2023-10-12
1
-2
/
+8
*
dlm: fix remove member after close call
Alexander Aring
2023-10-12
1
-1
/
+12
*
dlm: fix creating multiple node structures
Alexander Aring
2023-10-12
1
-1
/
+9
*
fs: dlm: Remove some useless memset()
Christophe JAILLET
2023-10-12
1
-5
/
+0
*
fs: dlm: Fix the size of a buffer in dlm_create_debug_file()
Christophe JAILLET
2023-10-12
1
-1
/
+2
*
fs: dlm: Simplify buffer size computation in dlm_create_debug_file()
Christophe JAILLET
2023-10-12
1
-5
/
+5
*
dlm: fix plock lookup when using multiple lockspaces
Alexander Aring
2023-08-25
1
-3
/
+3
*
fs: dlm: don't use RCOM_NAMES for version detection
Alexander Aring
2023-08-10
1
-8
/
+8
*
fs: dlm: create midcomms nodes when configure
Alexander Aring
2023-08-10
3
-179
/
+110
*
fs: dlm: constify receive buffer
Alexander Aring
2023-08-10
13
-86
/
+101
*
fs: dlm: drop rxbuf manipulation in dlm_recover_master_copy
Alexander Aring
2023-08-10
3
-8
/
+17
*
fs: dlm: drop rxbuf manipulation in dlm_copy_master_names
Alexander Aring
2023-08-10
1
-3
/
+2
*
fs: dlm: get recovery sequence number as parameter
Alexander Aring
2023-08-10
10
-85
/
+99
*
fs: dlm: cleanup lock order
Alexander Aring
2023-08-10
1
-2
/
+2
*
fs: dlm: remove clear_members_cb
Alexander Aring
2023-08-10
1
-6
/
+1
*
fs: dlm: add plock dev tracepoints
Alexander Aring
2023-08-10
1
-0
/
+6
*
fs: dlm: check on plock ops when exit dlm
Alexander Aring
2023-08-10
1
-0
/
+2
*
fs: dlm: debugfs for queued callbacks
Alexander Aring
2023-08-10
2
-1
/
+101
*
fs: dlm: remove unused processed_nodes
Alexander Aring
2023-08-10
1
-1
/
+0
*
fs: dlm: add missing spin_unlock
Alexander Aring
2023-08-10
1
-0
/
+1
*
fs: dlm: fix F_CANCELLK to cancel pending request
Alexander Aring
2023-07-20
1
-13
/
+90
*
fs: dlm: allow to F_SETLKW getting interrupted
Alexander Aring
2023-07-20
1
-20
/
+36
*
fs: dlm: remove twice newline
Alexander Aring
2023-07-20
1
-2
/
+2
*
Merge tag 'dlm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
2023-06-29
13
-222
/
+203
|
\
|
*
fs: dlm: remove filter local comms on close
Alexander Aring
2023-06-20
1
-2
/
+1
|
*
fs: dlm: add send ack threshold and append acks to msgs
Alexander Aring
2023-06-14
2
-75
/
+31
|
*
fs: dlm: handle sequence numbers as atomic
Alexander Aring
2023-06-14
1
-15
/
+25
|
*
fs: dlm: handle lkb wait count as atomic_t
Alexander Aring
2023-06-14
2
-19
/
+15
|
*
fs: dlm: filter ourself midcomms calls
Alexander Aring
2023-06-14
4
-20
/
+32
|
*
fs: dlm: warn about messages from left nodes
Alexander Aring
2023-06-14
1
-2
/
+2
|
*
fs: dlm: move dlm_purge_lkb_callbacks to user module
Alexander Aring
2023-06-14
4
-18
/
+19
|
*
fs: dlm: cleanup STOP_IO bitflag set when stop io
Alexander Aring
2023-06-14
1
-8
/
+4
|
*
fs: dlm: don't check othercon twice
Alexander Aring
2023-06-14
1
-2
/
+1
|
*
fs: dlm: unregister memory at the very last
Alexander Aring
2023-06-14
1
-1
/
+1
|
*
fs: dlm: fix missing pending to false
Alexander Aring
2023-06-14
1
-0
/
+1
|
*
fs: dlm: clear pending bit when queue was empty
Alexander Aring
2023-06-14
1
-3
/
+5
[next]