index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
dlm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-16
fs: dlm: don't put dlm_local_addrs on heap
Alexander Aring
1
-26
/
+12
2024-01-31
dlm: use kernel_connect() and kernel_bind()
Jordan Rife
1
-7
/
+7
2023-09-13
dlm: fix plock lookup when using multiple lockspaces
Alexander Aring
1
-3
/
+3
2023-07-23
fs: dlm: fix mismatch of plock results from userspace
Alexander Aring
1
-13
/
+45
2023-07-23
fs: dlm: make F_SETLK use unkillable wait_event
Alexander Aring
1
-17
/
+21
2023-07-23
fs: dlm: interrupt posix locks only when process is killed
Alexander Aring
1
-1
/
+1
2023-07-23
fs: dlm: fix cleanup pending ops when interrupted
Alexander Aring
1
-19
/
+6
2023-07-23
fs: dlm: return positive pid value for F_GETLK
Alexander Aring
1
-1
/
+3
2023-07-23
fs: dlm: revert check required context while close
Alexander Aring
3
-16
/
+0
2023-03-17
fs: dlm: fix race setting stop tx flag
Alexander Aring
1
-1
/
+1
2023-03-17
fs: dlm: be sure to call dlm_send_queue_flush()
Alexander Aring
1
-0
/
+1
2023-03-17
fs: dlm: use WARN_ON_ONCE() instead of WARN_ON()
Alexander Aring
1
-9
/
+9
2023-03-17
fs: dlm: fix use after free in midcomms commit
Alexander Aring
1
-0
/
+7
2023-03-17
fd: dlm: trace send/recv of dlm message and rcom
Alexander Aring
4
-17
/
+56
2023-03-17
fs: dlm: use packet in dlm_mhandle
Alexander Aring
1
-3
/
+3
2023-03-17
fs: dlm: remove send repeat remove handling
Alexander Aring
1
-74
/
+0
2023-03-17
fs: dlm: start midcomms before scand
Alexander Aring
1
-8
/
+8
2023-03-17
fs: dlm: add midcomms init/start functions
Alexander Aring
6
-12
/
+37
2023-03-17
fs: dlm: fix log of lowcomms vs midcomms
Alexander Aring
1
-1
/
+1
2023-03-10
fs: dlm: send FIN ack back in right cases
Alexander Aring
1
-4
/
+5
2023-03-10
fs: dlm: move sending fin message into state change handling
Alexander Aring
1
-24
/
+9
2023-03-10
fs: dlm: don't set stop rx flag after node reset
Alexander Aring
1
-2
/
+1
2023-01-07
fs: dlm: retry accept() until -EAGAIN or error returns
Alexander Aring
1
-1
/
+5
2023-01-07
fs: dlm: fix sock release if listen fails
Alexander Aring
1
-2
/
+1
2022-10-04
Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-0
/
+1
2022-09-26
fs: dlm: fix possible use after free if tracing
Alexander Aring
1
-7
/
+8
2022-08-29
genetlink: start to validate reserved header bytes
Jakub Kicinski
1
-0
/
+1
2022-08-23
fs: dlm: const void resource name parameter
Alexander Aring
2
-11
/
+14
2022-08-23
fs: dlm: LSFL_CB_DELAY only for kernel lockspaces
Alexander Aring
1
-6
/
+7
2022-08-23
fs: dlm: remove DLM_LSFL_FS from uapi
Alexander Aring
3
-7
/
+40
2022-08-23
fs: dlm: trace user space callbacks
Alexander Aring
2
-5
/
+26
2022-08-23
fs: dlm: change ls_clear_proc_locks to spinlock
Alexander Aring
4
-8
/
+8
2022-08-23
fs: dlm: remove dlm_del_ast prototype
Alexander Aring
1
-1
/
+0
2022-08-23
fs: dlm: handle rcom in else if branch
Alexander Aring
1
-1
/
+4
2022-08-23
fs: dlm: allow lockspaces have zero lvblen
Alexander Aring
1
-1
/
+1
2022-08-23
fs: dlm: fix invalid derefence of sb_lvbptr
Alexander Aring
1
-1
/
+1
2022-08-23
fs: dlm: handle -EINVAL as log_error()
Alexander Aring
1
-2
/
+30
2022-08-23
fs: dlm: use __func__ for function name
Alexander Aring
1
-2
/
+2
2022-08-23
fs: dlm: handle -EBUSY first in unlock validation
Alexander Aring
1
-22
/
+22
2022-08-23
fs: dlm: handle -EBUSY first in lock arg validation
Alexander Aring
1
-9
/
+9
2022-08-23
fs: dlm: fix race between test_bit() and queue_work()
Alexander Aring
1
-2
/
+4
2022-08-23
fs: dlm: fix race in lowcomms
Alexander Aring
1
-0
/
+4
2022-08-01
fs: dlm: move kref_put assert for lkb structs
Alexander Aring
1
-3
/
+8
2022-08-01
fs: dlm: don't use deprecated timeout features by default
Alexander Aring
8
-5
/
+118
2022-08-01
fs: dlm: add deprecation Kconfig and warnings for timeouts
Alexander Aring
3
-1
/
+27
2022-06-24
fs: dlm: remove timeout from dlm_user_adopt_orphan
Alexander Aring
3
-3
/
+2
2022-06-24
fs: dlm: remove waiter warnings
Alexander Aring
6
-91
/
+0
2022-06-24
fs: dlm: fix grammar in lowcomms output
Alexander Aring
1
-2
/
+2
2022-06-24
fs: dlm: add comment about lkb IFL flags
Alexander Aring
1
-0
/
+8
2022-06-24
fs: dlm: handle recovery result outside of ls_recover
Alexander Aring
1
-16
/
+26
[next]