index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
dlm
Age
Commit message (
Expand
)
Author
2023-12-20
dlm: update format header reflect current format
Alexander Aring
2023-12-20
dlm: fix format seq ops type 4
Alexander Aring
2023-11-16
dlm: use FL_SLEEP to determine blocking vs non-blocking
Alexander Aring
2023-11-16
dlm: use fl_owner from lockd
Alexander Aring
2023-11-16
dlm: use kernel_connect() and kernel_bind()
Jordan Rife
2023-10-12
dlm: slow down filling up processing queue
Alexander Aring
2023-10-12
dlm: fix no ack after final message
Alexander Aring
2023-10-12
dlm: be sure we reset all nodes at forced shutdown
Alexander Aring
2023-10-12
dlm: fix remove member after close call
Alexander Aring
2023-10-12
dlm: fix creating multiple node structures
Alexander Aring
2023-10-12
fs: dlm: Remove some useless memset()
Christophe JAILLET
2023-10-12
fs: dlm: Fix the size of a buffer in dlm_create_debug_file()
Christophe JAILLET
2023-10-12
fs: dlm: Simplify buffer size computation in dlm_create_debug_file()
Christophe JAILLET
2023-08-25
dlm: fix plock lookup when using multiple lockspaces
Alexander Aring
2023-08-10
fs: dlm: don't use RCOM_NAMES for version detection
Alexander Aring
2023-08-10
fs: dlm: create midcomms nodes when configure
Alexander Aring
2023-08-10
fs: dlm: constify receive buffer
Alexander Aring
2023-08-10
fs: dlm: drop rxbuf manipulation in dlm_recover_master_copy
Alexander Aring
2023-08-10
fs: dlm: drop rxbuf manipulation in dlm_copy_master_names
Alexander Aring
2023-08-10
fs: dlm: get recovery sequence number as parameter
Alexander Aring
2023-08-10
fs: dlm: cleanup lock order
Alexander Aring
2023-08-10
fs: dlm: remove clear_members_cb
Alexander Aring
2023-08-10
fs: dlm: add plock dev tracepoints
Alexander Aring
2023-08-10
fs: dlm: check on plock ops when exit dlm
Alexander Aring
2023-08-10
fs: dlm: debugfs for queued callbacks
Alexander Aring
2023-08-10
fs: dlm: remove unused processed_nodes
Alexander Aring
2023-08-10
fs: dlm: add missing spin_unlock
Alexander Aring
2023-07-20
fs: dlm: fix F_CANCELLK to cancel pending request
Alexander Aring
2023-07-20
fs: dlm: allow to F_SETLKW getting interrupted
Alexander Aring
2023-07-20
fs: dlm: remove twice newline
Alexander Aring
2023-06-29
Merge tag 'dlm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
2023-06-28
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-06-24
dlm: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
David Howells
2023-06-20
fs: dlm: remove filter local comms on close
Alexander Aring
2023-06-14
fs: dlm: add send ack threshold and append acks to msgs
Alexander Aring
2023-06-14
fs: dlm: handle sequence numbers as atomic
Alexander Aring
2023-06-14
fs: dlm: handle lkb wait count as atomic_t
Alexander Aring
2023-06-14
fs: dlm: filter ourself midcomms calls
Alexander Aring
2023-06-14
fs: dlm: warn about messages from left nodes
Alexander Aring
2023-06-14
fs: dlm: move dlm_purge_lkb_callbacks to user module
Alexander Aring
2023-06-14
fs: dlm: cleanup STOP_IO bitflag set when stop io
Alexander Aring
2023-06-14
fs: dlm: don't check othercon twice
Alexander Aring
2023-06-14
fs: dlm: unregister memory at the very last
Alexander Aring
2023-06-14
fs: dlm: fix missing pending to false
Alexander Aring
2023-06-14
fs: dlm: clear pending bit when queue was empty
Alexander Aring
2023-06-14
fs: dlm: revert check required context while close
Alexander Aring
2023-05-24
fs: dlm: fix mismatch of plock results from userspace
Alexander Aring
2023-05-23
fs: dlm: make F_SETLK use unkillable wait_event
Alexander Aring
2023-05-22
fs: dlm: interrupt posix locks only when process is killed
Alexander Aring
2023-05-22
dlm: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
[next]