summaryrefslogtreecommitdiff
path: root/fs/lockd/svclock.c
AgeCommit message (Expand)Author
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
2014-02-13lockd: send correct lock when granting a delayed lock.NeilBrown
2013-07-17Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-07-11lockd: protect nlm_blocked access in nlmsvc_retry_blockedDavid Jeffery
2013-06-29locks: add a new "lm_owner_key" lock operationJeff Layton
2013-06-29locks: drop the unused filp argument to posix_unblock_lockJeff Layton
2013-02-22new helper: file_inode(file)Al Viro
2012-09-22close the race in nlmsvc_free_block()Al Viro
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-07-29lockd: shift grabbing a reference to nlm_host into nlm_alloc_call()Al Viro
2012-07-27LockD: pass actual network namespace to grace period management functionsStanislav Kinsbursky
2012-03-21SUNRPC/LOCKD: Fix build warnings when CONFIG_SUNRPC_DEBUG is undefinedTrond Myklebust
2011-07-20locks: rename lock-manager opsJ. Bruce Fields
2010-12-16lockd: Split nlm_release_call()Chuck Lever
2010-12-16lockd: Move nlmdbg_cookie2a() to svclock.cChuck Lever
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-10-27lockd: fix nlmsvc_notify_blocked lockingJ. Bruce Fields
2010-09-22lockd: Mostly remove BKL from the serverBryan Schumaker
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-22const: make lock_manager_operations constAlexey Dobriyan
2009-04-24lockd: call locks_release_private to cleanup per-filesystem stateFelix Blyakher
2009-03-18lockd: clean up blocking lock cases of nlsmvc_lock()Miklos Szeredi