index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
dlm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
fs: dlm: revert check required context while close
Alexander Aring
2023-06-14
3
-16
/
+0
|
*
fs: dlm: fix mismatch of plock results from userspace
Alexander Aring
2023-05-24
1
-13
/
+45
|
*
fs: dlm: make F_SETLK use unkillable wait_event
Alexander Aring
2023-05-23
1
-17
/
+21
|
*
fs: dlm: interrupt posix locks only when process is killed
Alexander Aring
2023-05-22
1
-1
/
+1
|
*
fs: dlm: fix cleanup pending ops when interrupted
Alexander Aring
2023-05-22
1
-19
/
+6
|
*
fs: dlm: return positive pid value for F_GETLK
Alexander Aring
2023-05-22
1
-1
/
+3
|
*
dlm: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2023-05-22
1
-2
/
+2
*
|
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-06-29
1
-3
/
+7
|
\
\
|
*
|
dlm: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
David Howells
2023-06-25
1
-3
/
+7
|
|
/
*
/
dlm: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2023-05-22
1
-2
/
+2
|
/
*
Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-04-27
1
-3
/
+4
|
\
|
*
net: annotate lockless accesses to sk->sk_err_soft
Eric Dumazet
2023-03-17
1
-3
/
+4
*
|
fs: dlm: stop unnecessarily filling zero ms_extra bytes
Alexander Aring
2023-04-21
1
-1
/
+1
*
|
fs: dlm: switch lkb_sbflags to atomic ops
Alexander Aring
2023-03-06
2
-12
/
+38
*
|
fs: dlm: rsb hash table flag value to atomic ops
Alexander Aring
2023-03-06
2
-6
/
+6
*
|
fs: dlm: move internal flags to atomic ops
Alexander Aring
2023-03-06
6
-83
/
+90
*
|
fs: dlm: change dflags to use atomic bits
Alexander Aring
2023-03-06
7
-23
/
+63
*
|
fs: dlm: store lkb distributed flags into own value
Alexander Aring
2023-03-06
7
-32
/
+27
*
|
fs: dlm: remove DLM_IFL_LOCAL_MS flag
Alexander Aring
2023-03-06
2
-33
/
+33
*
|
fs: dlm: rename stub to local message flag
Alexander Aring
2023-03-06
3
-59
/
+59
*
|
fs: dlm: remove deprecated code parts
Alexander Aring
2023-03-06
12
-469
/
+1
*
|
DLM: increase socket backlog to avoid hangs with 16 nodes
Edwin Török
2023-03-06
1
-1
/
+1
*
|
fs: dlm: add unbound flag to dlm_io workqueue
Alexander Aring
2023-03-06
1
-2
/
+2
*
|
fs: dlm: fix DLM_IFL_CB_PENDING gets overwritten
Alexander Aring
2023-03-06
3
-7
/
+9
|
/
*
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-02-24
1
-2
/
+2
|
\
|
*
kobject: kset_uevent_ops: make uevent() callback take a const *
Greg Kroah-Hartman
2023-01-27
1
-2
/
+2
*
|
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-02-22
1
-0
/
+5
|
\
\
|
*
|
net/sock: Introduce trace_sk_data_ready()
Peilin Ye
2023-01-23
1
-0
/
+5
|
|
/
*
|
Merge tag 'dlm-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
2023-02-20
6
-97
/
+136
|
\
\
|
*
|
fs: dlm: remove unnecessary waker_up() calls
Alexander Aring
2023-01-23
1
-2
/
+0
|
*
|
fs: dlm: move state change into else branch
Alexander Aring
2023-01-23
1
-3
/
+4
|
*
|
fs: dlm: remove newline in log_print
Alexander Aring
2023-01-23
1
-4
/
+4
|
*
|
fs: dlm: reduce the shutdown timeout to 5 secs
Alexander Aring
2023-01-23
1
-2
/
+2
|
*
|
fs: dlm: make dlm sequence id more robust
Alexander Aring
2023-01-23
1
-1
/
+1
|
*
|
fs: dlm: wait until all midcomms nodes detect version
Alexander Aring
2023-01-23
3
-0
/
+27
|
*
|
fs: dlm: ignore unexpected non dlm opts msgs
Alexander Aring
2023-01-23
1
-10
/
+2
|
*
|
fs: dlm: bring back previous shutdown handling
Alexander Aring
2023-01-23
2
-34
/
+63
|
*
|
fs: dlm: send FIN ack back in right cases
Alexander Aring
2023-01-23
1
-4
/
+5
|
*
|
fs: dlm: move sending fin message into state change handling
Alexander Aring
2023-01-23
1
-24
/
+9
|
*
|
fs: dlm: don't set stop rx flag after node reset
Alexander Aring
2023-01-23
1
-2
/
+1
|
*
|
fs: dlm: fix race setting stop tx flag
Alexander Aring
2023-01-23
1
-1
/
+1
|
*
|
fs: dlm: be sure to call dlm_send_queue_flush()
Alexander Aring
2023-01-23
1
-0
/
+1
|
*
|
fs: dlm: fix use after free in midcomms commit
Alexander Aring
2023-01-23
1
-0
/
+7
|
*
|
fs: dlm: start midcomms before scand
Alexander Aring
2023-01-23
1
-8
/
+8
|
*
|
fs/dlm: Remove "select SRCU"
Paul E. McKenney
2023-01-05
1
-1
/
+0
|
*
|
fs: dlm: fix return value check in dlm_memory_init()
Yang Yingliang
2023-01-05
1
-1
/
+1
|
|
/
*
/
filelock: move file locking definitions to separate header file
Jeff Layton
2023-01-11
1
-0
/
+1
|
/
*
Treewide: Stop corrupting socket's task_frag
Benjamin Coddington
2022-12-20
1
-0
/
+2
*
fs: dlm: fix building without lockdep
Alexander Aring
2022-11-22
1
-1
/
+5
*
fs: dlm: parallelize lowcomms socket handling
Alexander Aring
2022-11-21
3
-484
/
+586
[prev]
[next]