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.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-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
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-25
dlm: remove BUG() before panic()
Arnd Bergmann
1
-1
/
+0
2019-12-17
dlm: fix invalid cluster name warning
David Teigland
1
-1
/
+2
2019-12-17
dlm: NULL check before kmem_cache_destroy is not needed
Wen Yang
1
-6
/
+3
2019-12-17
dlm: fix missing idr_destroy for recover_idr
David Teigland
1
-0
/
+1
2019-12-17
dlm: fix possible call to kfree() for non-initialized pointer
Denis V. Lunev
1
-1
/
+1
2019-12-01
dlm: don't leak kernel pointer to userspace
Tycho Andersen
1
-1
/
+1
2019-12-01
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-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-09-06
Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...
Linus Torvalds
1
-1
/
+1
2017-08-07
dlm: use sock_create_lite inside tcp_accept_from_sock
Guoqing Jiang
1
-1
/
+1
2017-08-07
dlm: avoid double-free on error path in dlm_device_{register,unregister}
Edwin Török
1
-0
/
+4
2017-08-07
dlm: constify kset_uevent_ops structure
Bhumika Goyal
1
-1
/
+1
2017-08-07
dlm: print log message when cluster name is not set
Zhu Lingshan
1
-0
/
+4
2017-08-07
dlm: Delete an unnecessary variable initialisation in dlm_ls_start()
Markus Elfring
1
-1
/
+1
2017-08-07
dlm: Improve a size determination in two functions
Markus Elfring
1
-2
/
+2
2017-08-07
dlm: Use kcalloc() in two functions
Markus Elfring
1
-4
/
+2
2017-08-07
dlm: Use kmalloc_array() in make_member_array()
Markus Elfring
1
-2
/
+1
2017-08-07
dlm: Delete an error message for a failed memory allocation in dlm_recover_wa...
Markus Elfring
1
-3
/
+1
2017-08-07
dlm: Improve a size determination in dlm_recover_waiters_pre()
Markus Elfring
1
-1
/
+1
2017-08-07
dlm: Use kcalloc() in dlm_scan_waiters()
Markus Elfring
1
-1
/
+1
2017-08-07
dlm: Improve a size determination in table_seq_start()
Markus Elfring
1
-1
/
+1
2017-08-07
dlm: Add spaces for better code readability
Markus Elfring
1
-5
/
+5
2017-08-07
dlm: Replace six seq_puts() calls by seq_putc()
Markus Elfring
1
-7
/
+6
2017-08-07
dlm: Make dismatch error message more clear
Gang He
1
-1
/
+2
2017-08-07
dlm: Fix kernel memory disclosure
Vlad Tsyrklevich
1
-0
/
+2
2017-07-16
fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locks
Benjamin Coddington
1
-1
/
+1
2017-03-10
net: Work around lockdep limitation in sockets that use sockets
David Howells
1
-1
/
+1
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-0
/
+1
2016-12-25
ktime: Get rid of ktime_equal()
Thomas Gleixner
1
-3
/
+2
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-14
Merge tag 'dlm-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...
Linus Torvalds
9
-20
/
+22
2016-10-27
genetlink: mark families as __ro_after_init
Johannes Berg
1
-1
/
+1
2016-10-27
genetlink: statically initialize families
Johannes Berg
1
-5
/
+10
2016-10-27
genetlink: no longer support using static family IDs
Johannes Berg
1
-1
/
+0
2016-10-24
dlm: fix error return code in sctp_accept_from_sock()
Wei Yongjun
1
-1
/
+2
2016-10-19
dlm: don't specify WQ_UNBOUND for the ast callback workqueue
Bob Peterson
1
-1
/
+1
2016-10-19
dlm: remove lock_sock to avoid scheduling while atomic
Bob Peterson
1
-4
/
+0
2016-10-19
dlm: don't save callbacks after accept
Bob Peterson
1
-9
/
+12
2016-10-19
dlm: audit and remove any unnecessary uses of module.h
Paul Gortmaker
6
-4
/
+6
2016-10-19
dlm: make genl_ops const
Stephen Hemminger
1
-1
/
+1
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
[next]