Age | Commit message (Expand) | Author |
2023-08-29 | SUNRPC: remove timeout arg from svc_recv() | NeilBrown |
2023-08-29 | lockd: nlm_blocked list race fixes | Alexander Aring |
2023-04-26 | lockd: server should unlock lock if client rejects the grant | Jeff Layton |
2022-12-10 | lockd: fix file selection in nlmsvc_cancel_blocked | Jeff Layton |
2022-12-10 | lockd: ensure we use the correct file descriptor when unlocking | Jeff Layton |
2022-07-29 | NLM: Defend against file_lock changes after vfs_test_lock() | Benjamin Coddington |
2022-01-08 | nfs: block notification on fs with its own ->lock | J. Bruce Fields |
2021-08-26 | lockd: don't attempt blocking locks on nfs reexports | J. Bruce Fields |
2021-08-23 | Keep read and write fds with each nlm_file | J. Bruce Fields |
2021-08-23 | nlm: minor refactoring | J. Bruce Fields |
2021-08-21 | lockd: lockd server-side shouldn't set fl_ops | J. Bruce Fields |
2021-08-17 | lockd: Fix invalid lockowner cast after vfs_test_lock | Benjamin Coddington |
2019-07-03 | lockd: Make two symbols static | YueHaibing |
2019-07-03 | lockd: Show pid of lockd for remote locks | Benjamin Coddington |
2019-07-03 | lockd: Remove lm_compare_owner and lm_owner_key | Benjamin Coddington |
2019-07-03 | lockd: Convert NLM service fl_owner to nlm_lockowner | Benjamin Coddington |
2018-12-07 | fs/locks: merge posix_unblock_lock() and locks_delete_block() | NeilBrown |
2018-08-09 | nfsd: fix leaked file lock with nfs exported overlayfs | Amir Goldstein |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-04-25 | lockd: remove redundant check on block | Colin Ian King |
2015-01-23 | sunrpc/lockd: fix references to the BKL | Jeff Layton |
2014-11-24 | lockd: eliminate LOCKD_DEBUG | Jeff Layton |
2014-09-09 | lockd: rip out deferred lock handling from testlock codepath | Jeff Layton |
2014-09-09 | locks: Copy fl_lmops information for conflock in locks_copy_conflock() | Kinglong Mee |
2014-09-09 | locks: Remove unused conf argument from lm_grant | Joe Perches |
2014-02-13 | lockd: send correct lock when granting a delayed lock. | NeilBrown |
2013-07-17 | Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2013-07-11 | lockd: protect nlm_blocked access in nlmsvc_retry_blocked | David Jeffery |
2013-06-29 | locks: add a new "lm_owner_key" lock operation | Jeff Layton |
2013-06-29 | locks: drop the unused filp argument to posix_unblock_lock | Jeff Layton |
2013-02-22 | new helper: file_inode(file) | Al Viro |
2012-09-22 | close the race in nlmsvc_free_block() | Al Viro |
2012-08-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2012-07-29 | lockd: shift grabbing a reference to nlm_host into nlm_alloc_call() | Al Viro |
2012-07-27 | LockD: pass actual network namespace to grace period management functions | Stanislav Kinsbursky |
2012-03-21 | SUNRPC/LOCKD: Fix build warnings when CONFIG_SUNRPC_DEBUG is undefined | Trond Myklebust |
2011-07-20 | locks: rename lock-manager ops | J. Bruce Fields |
2010-12-16 | lockd: Split nlm_release_call() | Chuck Lever |
2010-12-16 | lockd: Move nlmdbg_cookie2a() to svclock.c | Chuck Lever |
2010-11-17 | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann |
2010-10-27 | lockd: fix nlmsvc_notify_blocked locking | J. Bruce Fields |
2010-09-22 | lockd: Mostly remove BKL from the server | Bryan Schumaker |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2009-09-22 | const: make lock_manager_operations const | Alexey Dobriyan |
2009-04-24 | lockd: call locks_release_private to cleanup per-filesystem state | Felix Blyakher |
2009-03-18 | lockd: clean up blocking lock cases of nlsmvc_lock() | Miklos Szeredi |
2009-02-09 | lockd: fix regression in lockd's handling of blocked locks | J. Bruce Fields |
2008-10-03 | lockd: reject reclaims outside the grace period | J. Bruce Fields |
2008-10-03 | lockd: move grace period checks to common code | J. Bruce Fields |
2008-07-25 | locks: add special return value for asynchronous locks | Miklos Szeredi |