index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
dlm
Age
Commit message (
Expand
)
Author
Files
Lines
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-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-20
fs: dlm: fix memory leak when fenced
Alexander Aring
1
-0
/
+9
2021-07-20
fs: dlm: cancel work sync othercon
Alexander Aring
1
-1
/
+1
2021-05-22
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-21
dlm: Fix kobject memleak
Wang Hai
1
-3
/
+3
2020-06-30
dlm: remove BUG() before panic()
Arnd Bergmann
1
-1
/
+0
2019-12-21
dlm: fix invalid cluster name warning
David Teigland
1
-1
/
+2
2019-12-21
dlm: NULL check before kmem_cache_destroy is not needed
Wen Yang
1
-6
/
+3
2019-12-21
dlm: fix missing idr_destroy for recover_idr
David Teigland
1
-0
/
+1
2019-11-28
dlm: don't leak kernel pointer to userspace
Tycho Andersen
1
-1
/
+1
2019-11-28
dlm: fix invalid free
Tycho Andersen
1
-2
/
+3
2019-02-12
dlm: Don't swamp the CPU with callbacks queued during recovery
Bob Peterson
1
-0
/
+10
2019-01-13
dlm: memory leaks on error path in dlm_user_request()
Vasily Averin
1
-7
/
+7
2019-01-13
dlm: lost put_lkb on error path in receive_convert() and receive_unlock()
Vasily Averin
1
-0
/
+2
2019-01-13
dlm: possible memory leak on error path in create_lkb()
Vasily Averin
1
-0
/
+1
2019-01-13
dlm: fixed memory leaks after failed ls_remove_names allocation
Vasily Averin
1
-1
/
+1
2017-09-09
dlm: avoid double-free on error path in dlm_device_{register,unregister}
Edwin Török
1
-0
/
+4
2016-10-10
dlm: free workqueues after the connections
Marcelo Ricardo Leitner
1
-6
/
+2
2016-08-26
dlm: fix malfunction of dlm_tool caused by debugfs changes
Eric Ren
1
-14
/
+48
2016-06-23
dlm: Use kmemdup instead of kmalloc and memcpy
Amitoj Kaur Chawla
1
-2
/
+1
2016-06-21
dlm: add log_info config option
Zhilong Liu
3
-1
/
+17
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-4
/
+4
2016-03-29
dlm: config: Fix ENOMEM failures in make_cluster()
Andrew Price
1
-2
/
+1
2016-03-18
Merge tag 'dlm-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
1
-12
/
+62
2016-03-06
configfs: switch ->default groups to a linked list
Christoph Hellwig
1
-31
/
+7
2016-02-22
DLM: Save and restore socket callbacks properly
Bob Peterson
1
-11
/
+59
2016-02-22
DLM: Replace nodeid_to_addr with kernel_getpeername
Bob Peterson
1
-1
/
+3
2016-01-22
[regression] fix braino in fs/dlm/user.c
Al Viro
1
-1
/
+1
2016-01-04
convert a bunch of open-coded instances of memdup_user_nul()
Al Viro
1
-8
/
+3
2015-12-01
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
Eric Dumazet
1
-2
/
+2
2015-11-14
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-214
/
+74
2015-11-05
Merge tag 'dlm-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
1
-1
/
+1
2015-11-03
dlm: make posix locks interruptible
Eric Ren
1
-1
/
+1
2015-10-22
Move locks API users to locks_lock_inode_wait()
Benjamin Coddington
1
-2
/
+2
2015-10-14
dlm: use per-attribute show and store methods
Christoph Hellwig
1
-214
/
+74
2015-09-03
Merge tag 'dlm-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
2
-446
/
+304
2015-08-27
dlm: print error from kernel_sendpage
Bob Peterson
1
-0
/
+40
2015-08-25
dlm: fix lvb copy for user locks
David Teigland
1
-3
/
+4
2015-08-18
dlm: sctp_accept_from_sock() can be static
kbuild test robot
1
-1
/
+1
2015-08-18
dlm: fix reconnecting but not sending data
Marcelo Ricardo Leitner
1
-3
/
+3
2015-08-18
dlm: replace BUG_ON with a less severe handling
Marcelo Ricardo Leitner
1
-2
/
+4
2015-08-18
dlm: use sctp 1-to-1 API
Marcelo Ricardo Leitner
1
-434
/
+237
2015-08-18
dlm: fix not reconnecting on connecting error handling
Marcelo Ricardo Leitner
1
-0
/
+1
2015-08-18
dlm: fix race while closing connections
Marcelo Ricardo Leitner
1
-14
/
+15
2015-08-18
dlm: fix connection stealing if using SCTP
Marcelo Ricardo Leitner
1
-1
/
+11
[next]