index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
dlm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-25
dlm: fix plock lookup when using multiple lockspaces
Alexander Aring
1
-3
/
+3
2023-08-10
fs: dlm: don't use RCOM_NAMES for version detection
Alexander Aring
1
-8
/
+8
2023-08-10
fs: dlm: create midcomms nodes when configure
Alexander Aring
3
-179
/
+110
2023-08-10
fs: dlm: constify receive buffer
Alexander Aring
13
-86
/
+101
2023-08-10
fs: dlm: drop rxbuf manipulation in dlm_recover_master_copy
Alexander Aring
3
-8
/
+17
2023-08-10
fs: dlm: drop rxbuf manipulation in dlm_copy_master_names
Alexander Aring
1
-3
/
+2
2023-08-10
fs: dlm: get recovery sequence number as parameter
Alexander Aring
10
-85
/
+99
2023-08-10
fs: dlm: cleanup lock order
Alexander Aring
1
-2
/
+2
2023-08-10
fs: dlm: remove clear_members_cb
Alexander Aring
1
-6
/
+1
2023-08-10
fs: dlm: add plock dev tracepoints
Alexander Aring
1
-0
/
+6
2023-08-10
fs: dlm: check on plock ops when exit dlm
Alexander Aring
1
-0
/
+2
2023-08-10
fs: dlm: debugfs for queued callbacks
Alexander Aring
2
-1
/
+101
2023-08-10
fs: dlm: remove unused processed_nodes
Alexander Aring
1
-1
/
+0
2023-08-10
fs: dlm: add missing spin_unlock
Alexander Aring
1
-0
/
+1
2023-07-20
fs: dlm: fix F_CANCELLK to cancel pending request
Alexander Aring
1
-13
/
+90
2023-07-20
fs: dlm: allow to F_SETLKW getting interrupted
Alexander Aring
1
-20
/
+36
2023-07-20
fs: dlm: remove twice newline
Alexander Aring
1
-2
/
+2
2023-06-29
Merge tag 'dlm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
13
-222
/
+203
2023-06-28
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-3
/
+7
2023-06-24
dlm: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
David Howells
1
-3
/
+7
2023-06-20
fs: dlm: remove filter local comms on close
Alexander Aring
1
-2
/
+1
2023-06-14
fs: dlm: add send ack threshold and append acks to msgs
Alexander Aring
2
-75
/
+31
2023-06-14
fs: dlm: handle sequence numbers as atomic
Alexander Aring
1
-15
/
+25
2023-06-14
fs: dlm: handle lkb wait count as atomic_t
Alexander Aring
2
-19
/
+15
2023-06-14
fs: dlm: filter ourself midcomms calls
Alexander Aring
4
-20
/
+32
2023-06-14
fs: dlm: warn about messages from left nodes
Alexander Aring
1
-2
/
+2
2023-06-14
fs: dlm: move dlm_purge_lkb_callbacks to user module
Alexander Aring
4
-18
/
+19
2023-06-14
fs: dlm: cleanup STOP_IO bitflag set when stop io
Alexander Aring
1
-8
/
+4
2023-06-14
fs: dlm: don't check othercon twice
Alexander Aring
1
-2
/
+1
2023-06-14
fs: dlm: unregister memory at the very last
Alexander Aring
1
-1
/
+1
2023-06-14
fs: dlm: fix missing pending to false
Alexander Aring
1
-0
/
+1
2023-06-14
fs: dlm: clear pending bit when queue was empty
Alexander Aring
1
-3
/
+5
2023-06-14
fs: dlm: revert check required context while close
Alexander Aring
3
-16
/
+0
2023-05-24
fs: dlm: fix mismatch of plock results from userspace
Alexander Aring
1
-13
/
+45
2023-05-23
fs: dlm: make F_SETLK use unkillable wait_event
Alexander Aring
1
-17
/
+21
2023-05-22
fs: dlm: interrupt posix locks only when process is killed
Alexander Aring
1
-1
/
+1
2023-05-22
dlm: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-2
/
+2
2023-05-22
fs: dlm: fix cleanup pending ops when interrupted
Alexander Aring
1
-19
/
+6
2023-05-22
fs: dlm: return positive pid value for F_GETLK
Alexander Aring
1
-1
/
+3
2023-05-22
dlm: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-2
/
+2
2023-04-26
Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-3
/
+4
2023-04-21
fs: dlm: stop unnecessarily filling zero ms_extra bytes
Alexander Aring
1
-1
/
+1
2023-03-17
net: annotate lockless accesses to sk->sk_err_soft
Eric Dumazet
1
-3
/
+4
2023-03-06
fs: dlm: switch lkb_sbflags to atomic ops
Alexander Aring
2
-12
/
+38
2023-03-06
fs: dlm: rsb hash table flag value to atomic ops
Alexander Aring
2
-6
/
+6
2023-03-06
fs: dlm: move internal flags to atomic ops
Alexander Aring
6
-83
/
+90
2023-03-06
fs: dlm: change dflags to use atomic bits
Alexander Aring
7
-23
/
+63
2023-03-06
fs: dlm: store lkb distributed flags into own value
Alexander Aring
7
-32
/
+27
2023-03-06
fs: dlm: remove DLM_IFL_LOCAL_MS flag
Alexander Aring
2
-33
/
+33
2023-03-06
fs: dlm: rename stub to local message flag
Alexander Aring
3
-59
/
+59
[next]