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