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
compress-2025-01-21
compress-2025-01-23
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
2025-10-29
dlm: check for defined force value in dlm_lockspace_release
Alexander Aring
1
-1
/
+1
2023-09-23
dlm: fix plock lookup when using multiple lockspaces
Alexander Aring
1
-3
/
+3
2023-08-30
fs: dlm: fix mismatch of plock results from userspace
Alexander Aring
1
-13
/
+45
2023-08-30
fs: dlm: use dlm_plock_info for do_unlock_close
Alexander Aring
1
-10
/
+6
2023-08-30
fs: dlm: change plock interrupted message to debug again
Alexander Aring
1
-2
/
+2
2023-08-30
fs: dlm: add pid to debug log
Alexander Aring
1
-2
/
+2
2023-08-30
dlm: replace usage of found with dedicated list iterator variable
Jakob Koschel
3
-60
/
+56
2023-08-30
dlm: improve plock logging if interrupted
Alexander Aring
1
-4
/
+5
2023-08-11
fs: dlm: interrupt posix locks only when process is killed
Alexander Aring
1
-1
/
+1
2023-08-11
dlm: rearrange async condition return
Alexander Aring
1
-14
/
+13
2023-08-11
dlm: cleanup plock_op vs plock_xop
Alexander Aring
1
-31
/
+46
2023-07-27
fs: dlm: return positive pid value for F_GETLK
Alexander Aring
1
-1
/
+3
2023-06-09
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2022-10-26
fs: dlm: handle -EBUSY first in lock arg validation
Alexander Aring
1
-8
/
+8
2022-10-26
fs: dlm: fix race between test_bit() and queue_work()
Alexander Aring
1
-2
/
+4
2022-07-29
dlm: fix pending remove if msg allocation fails
Alexander Aring
1
-1
/
+2
2022-06-14
dlm: fix missing lkb refcount handling
Alexander Aring
1
-2
/
+9
2022-06-14
dlm: fix plock invalid read
Alexander Aring
1
-7
/
+5
2022-01-27
fs: dlm: filter user dlm messages for kernel locks
Alexander Aring
1
-0
/
+9
2021-07-14
fs: dlm: fix memory leak when fenced
Alexander Aring
1
-0
/
+9
2021-07-14
fs: dlm: cancel work sync othercon
Alexander Aring
1
-1
/
+1
2021-05-19
fs: dlm: fix debugfs dump
Alexander Aring
1
-0
/
+1
2020-10-29
fs: dlm: fix configfs memory leak
Alexander Aring
1
-0
/
+3
2020-08-19
dlm: Fix kobject memleak
Wang Hai
1
-3
/
+3
2020-06-24
dlm: remove BUG() before panic()
Arnd Bergmann
1
-1
/
+0
2019-07-12
Merge tag 'dlm-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
4
-33
/
+19
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+2
2019-07-11
dlm: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
3
-27
/
+7
2019-07-11
dlm: check if workqueues are NULL before flushing/destroying
David Windsor
1
-6
/
+12
2019-06-13
dlm: Replace default_attrs in dlm_ktype with default_groups
Kimberly Brown
1
-1
/
+2
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398
Thomas Gleixner
1
-4
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193
Thomas Gleixner
35
-108
/
+35
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-04-27
genetlink: optionally validate strictly/dumps
Johannes Berg
1
-0
/
+1
2019-02-03
socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes
Deepa Dinamani
1
-2
/
+2
2018-12-03
dlm: fix invalid cluster name warning
David Teigland
1
-1
/
+2
2018-12-03
dlm: NULL check before some freeing functions is not needed
Thomas Meyer
1
-4
/
+2
2018-11-28
dlm: NULL check before kmem_cache_destroy is not needed
Wen Yang
1
-6
/
+3
2018-11-15
dlm: fix missing idr_destroy for recover_idr
David Teigland
1
-0
/
+1
2018-11-15
dlm: memory leaks on error path in dlm_user_request()
Vasily Averin
1
-7
/
+7
2018-11-15
dlm: lost put_lkb on error path in receive_convert() and receive_unlock()
Vasily Averin
1
-0
/
+2
2018-11-15
dlm: possible memory leak on error path in create_lkb()
Vasily Averin
1
-0
/
+1
2018-11-15
dlm: fixed memory leaks after failed ls_remove_names allocation
Vasily Averin
1
-1
/
+1
2018-11-13
dlm: fix possible call to kfree() for non-initialized pointer
Denis V. Lunev
1
-1
/
+1
2018-11-08
dlm: Don't swamp the CPU with callbacks queued during recovery
Bob Peterson
1
-0
/
+10
2018-11-07
dlm: don't leak kernel pointer to userspace
Tycho Andersen
1
-1
/
+1
2018-11-07
dlm: don't allow zero length names
Tycho Andersen
1
-1
/
+1
2018-11-07
dlm: fix invalid free
Tycho Andersen
1
-2
/
+3
2018-10-24
iov_iter: Separate type from direction and use accessor functions
David Howells
1
-1
/
+1
2018-06-12
treewide: Use array_size() in vmalloc()
Kees Cook
1
-1
/
+1
[next]