summaryrefslogtreecommitdiff
path: root/fs/lockd/svclock.c
AgeCommit message (Expand)Author
2026-06-09lockd: Rename struct nlm_lock to lockd_lockChuck Lever
2026-06-09lockd: Rename struct nlm_cookie to lockd_cookieChuck Lever
2026-05-26Merge tag 'nfsd-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2026-05-21lockd: fix TEST handling when not all permissions are available.NeilBrown
2026-04-20Merge tag 'nfsd-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2026-03-29sunrpc: Fix compilation error (`make W=1`) when dprintk() is no-opAndy Shevchenko
2026-03-29lockd: Make linux/lockd/nlm.h an internal headerChuck Lever
2026-03-29lockd: Relocate include/linux/lockd/lockd.hChuck Lever
2026-03-29lockd: Introduce nlm__int__deadlockChuck Lever
2026-03-29lockd: Relocate and rename nlm_drop_replyChuck Lever
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-26locks: ensure vfs_test_lock() never returns FILE_LOCK_DEFERREDNeilBrown
2025-12-24lockd: fix vfs_test_lock() callsNeilBrown
2025-11-20lockd: don't allow locking on reexported NFSv2/3Jeff Layton
2025-09-21lockd: Remove space before newlineColin Ian King
2024-11-26Merge tag 'nfsd-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2024-11-18lockd: Remove unused parameter to nlmsvc_testlock()Chuck Lever
2024-10-01NLM/NFSD: Fix lock notifications for async-capable filesystemsBenjamin Coddington
2024-02-05lockd: adapt to breakup of struct file_lockJeff Layton
2023-10-16SUNRPC: change how svc threads are asked to exit.NeilBrown
2023-10-16lockd: fix race in async lock request handlingAlexander Aring
2023-10-16lockd: don't call vfs_lock_file() for pending requestsAlexander Aring
2023-10-16lockd: introduce safe async lock opAlexander Aring
2023-08-29SUNRPC: remove timeout arg from svc_recv()NeilBrown
2023-08-29lockd: nlm_blocked list race fixesAlexander Aring
2023-04-26lockd: server should unlock lock if client rejects the grantJeff Layton
2022-12-10lockd: fix file selection in nlmsvc_cancel_blockedJeff Layton
2022-12-10lockd: ensure we use the correct file descriptor when unlockingJeff Layton
2022-07-29NLM: Defend against file_lock changes after vfs_test_lock()Benjamin Coddington
2022-01-08nfs: block notification on fs with its own ->lockJ. Bruce Fields
2021-08-26lockd: don't attempt blocking locks on nfs reexportsJ. Bruce Fields
2021-08-23Keep read and write fds with each nlm_fileJ. Bruce Fields
2021-08-23nlm: minor refactoringJ. Bruce Fields
2021-08-21lockd: lockd server-side shouldn't set fl_opsJ. Bruce Fields
2021-08-17lockd: Fix invalid lockowner cast after vfs_test_lockBenjamin Coddington
2019-07-03lockd: Make two symbols staticYueHaibing
2019-07-03lockd: Show pid of lockd for remote locksBenjamin Coddington
2019-07-03lockd: Remove lm_compare_owner and lm_owner_keyBenjamin Coddington
2019-07-03lockd: Convert NLM service fl_owner to nlm_lockownerBenjamin Coddington
2018-12-07fs/locks: merge posix_unblock_lock() and locks_delete_block()NeilBrown
2018-08-09nfsd: fix leaked file lock with nfs exported overlayfsAmir Goldstein
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-04-25lockd: remove redundant check on blockColin Ian King
2015-01-23sunrpc/lockd: fix references to the BKLJeff Layton
2014-11-24lockd: eliminate LOCKD_DEBUGJeff Layton
2014-09-09lockd: rip out deferred lock handling from testlock codepathJeff Layton
2014-09-09locks: Copy fl_lmops information for conflock in locks_copy_conflock()Kinglong Mee
2014-09-09locks: Remove unused conf argument from lm_grantJoe Perches