aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm
AgeCommit message (Expand)Author
2023-09-23dlm: fix plock lookup when using multiple lockspacesAlexander Aring
2023-08-30fs: dlm: fix mismatch of plock results from userspaceAlexander Aring
2023-08-30fs: dlm: use dlm_plock_info for do_unlock_closeAlexander Aring
2023-08-30fs: dlm: change plock interrupted message to debug againAlexander Aring
2023-08-30fs: dlm: add pid to debug logAlexander Aring
2023-08-30dlm: replace usage of found with dedicated list iterator variableJakob Koschel
2023-08-30dlm: improve plock logging if interruptedAlexander Aring
2023-08-11fs: dlm: interrupt posix locks only when process is killedAlexander Aring
2023-08-11dlm: rearrange async condition returnAlexander Aring
2023-08-11dlm: cleanup plock_op vs plock_xopAlexander Aring
2023-07-27fs: dlm: return positive pid value for F_GETLKAlexander Aring
2023-06-09treewide: Remove uninitialized_var() usageKees Cook
2022-10-26fs: dlm: handle -EBUSY first in lock arg validationAlexander Aring
2022-10-26fs: dlm: fix race between test_bit() and queue_work()Alexander Aring
2022-07-29dlm: fix pending remove if msg allocation failsAlexander Aring
2022-06-14dlm: fix missing lkb refcount handlingAlexander Aring
2022-06-14dlm: fix plock invalid readAlexander Aring
2022-01-27fs: dlm: filter user dlm messages for kernel locksAlexander Aring
2021-07-14fs: dlm: fix memory leak when fencedAlexander Aring
2021-07-14fs: dlm: cancel work sync otherconAlexander Aring
2021-05-19fs: dlm: fix debugfs dumpAlexander Aring
2020-10-29fs: dlm: fix configfs memory leakAlexander Aring
2020-08-19dlm: Fix kobject memleakWang Hai
2020-06-24dlm: remove BUG() before panic()Arnd Bergmann
2019-07-12Merge tag 'dlm-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-11dlm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-07-11dlm: check if workqueues are NULL before flushing/destroyingDavid Windsor
2019-06-13dlm: Replace default_attrs in dlm_ktype with default_groupsKimberly Brown
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg
2019-02-03socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixesDeepa Dinamani
2018-12-03dlm: fix invalid cluster name warningDavid Teigland
2018-12-03dlm: NULL check before some freeing functions is not neededThomas Meyer
2018-11-28dlm: NULL check before kmem_cache_destroy is not neededWen Yang
2018-11-15dlm: fix missing idr_destroy for recover_idrDavid Teigland
2018-11-15dlm: memory leaks on error path in dlm_user_request()Vasily Averin
2018-11-15dlm: lost put_lkb on error path in receive_convert() and receive_unlock()Vasily Averin
2018-11-15dlm: possible memory leak on error path in create_lkb()Vasily Averin
2018-11-15dlm: fixed memory leaks after failed ls_remove_names allocationVasily Averin
2018-11-13dlm: fix possible call to kfree() for non-initialized pointerDenis V. Lunev
2018-11-08dlm: Don't swamp the CPU with callbacks queued during recoveryBob Peterson
2018-11-07dlm: don't leak kernel pointer to userspaceTycho Andersen
2018-11-07dlm: don't allow zero length namesTycho Andersen
2018-11-07dlm: fix invalid freeTycho Andersen
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-05-29dlm: remove O_NONBLOCK flag in sctp_connect_to_sockGang He