| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-21 | lockd: Remove space before newline | Colin Ian King | 1 | -1/+1 |
| 2024-11-26 | Merge tag 'nfsd-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 1 | -1/+1 |
| 2024-11-18 | lockd: Remove unused parameter to nlmsvc_testlock() | Chuck Lever | 1 | -1/+1 |
| 2024-10-01 | NLM/NFSD: Fix lock notifications for async-capable filesystems | Benjamin Coddington | 1 | -4/+3 |
| 2024-02-05 | lockd: adapt to breakup of struct file_lock | Jeff Layton | 1 | -31/+33 |
| 2023-10-16 | SUNRPC: change how svc threads are asked to exit. | NeilBrown | 1 | -3/+2 |
| 2023-10-16 | lockd: fix race in async lock request handling | Alexander Aring | 1 | -3/+8 |
| 2023-10-16 | lockd: don't call vfs_lock_file() for pending requests | Alexander Aring | 1 | -7/+16 |
| 2023-10-16 | lockd: introduce safe async lock op | Alexander Aring | 1 | -3/+1 |
| 2023-08-29 | SUNRPC: remove timeout arg from svc_recv() | NeilBrown | 1 | -2/+3 |
| 2023-08-29 | lockd: nlm_blocked list race fixes | Alexander Aring | 1 | -1/+12 |
| 2023-04-26 | lockd: server should unlock lock if client rejects the grant | Jeff Layton | 1 | -4/+17 |
| 2022-12-10 | lockd: fix file selection in nlmsvc_cancel_blocked | Jeff Layton | 1 | -3/+4 |
| 2022-12-10 | lockd: ensure we use the correct file descriptor when unlocking | Jeff Layton | 1 | -4/+6 |
| 2022-07-29 | NLM: Defend against file_lock changes after vfs_test_lock() | Benjamin Coddington | 1 | -9/+1 |
| 2022-01-08 | nfs: block notification on fs with its own ->lock | J. Bruce Fields | 1 | -2/+4 |
| 2021-08-26 | lockd: don't attempt blocking locks on nfs reexports | J. Bruce Fields | 1 | -3/+10 |
| 2021-08-23 | Keep read and write fds with each nlm_file | J. Bruce Fields | 1 | -6/+19 |
| 2021-08-23 | nlm: minor refactoring | J. Bruce Fields | 1 | -8/+8 |
| 2021-08-21 | lockd: lockd server-side shouldn't set fl_ops | J. Bruce Fields | 1 | -18/+12 |
| 2021-08-17 | lockd: Fix invalid lockowner cast after vfs_test_lock | Benjamin Coddington | 1 | -1/+1 |
| 2019-07-03 | lockd: Make two symbols static | YueHaibing | 1 | -1/+1 |
| 2019-07-03 | lockd: Show pid of lockd for remote locks | Benjamin Coddington | 1 | -2/+2 |
| 2019-07-03 | lockd: Remove lm_compare_owner and lm_owner_key | Benjamin Coddington | 1 | -18/+0 |
| 2019-07-03 | lockd: Convert NLM service fl_owner to nlm_lockowner | Benjamin Coddington | 1 | -0/+96 |
| 2018-12-07 | fs/locks: merge posix_unblock_lock() and locks_delete_block() | NeilBrown | 1 | -1/+1 |
| 2018-08-09 | nfsd: fix leaked file lock with nfs exported overlayfs | Amir Goldstein | 1 | -8/+8 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-04-25 | lockd: remove redundant check on block | Colin Ian King | 1 | -9/+9 |
| 2015-01-23 | sunrpc/lockd: fix references to the BKL | Jeff Layton | 1 | -2/+2 |
| 2014-11-24 | lockd: eliminate LOCKD_DEBUG | Jeff Layton | 1 | -1/+1 |
| 2014-09-09 | lockd: rip out deferred lock handling from testlock codepath | Jeff Layton | 1 | -49/+6 |
| 2014-09-09 | locks: Copy fl_lmops information for conflock in locks_copy_conflock() | Kinglong Mee | 1 | -0/+1 |
| 2014-09-09 | locks: Remove unused conf argument from lm_grant | Joe Perches | 1 | -9/+3 |
| 2014-02-13 | lockd: send correct lock when granting a delayed lock. | NeilBrown | 1 | -0/+8 |
| 2013-07-17 | Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -0/+4 |
| 2013-07-11 | lockd: protect nlm_blocked access in nlmsvc_retry_blocked | David Jeffery | 1 | -0/+4 |
| 2013-06-29 | locks: add a new "lm_owner_key" lock operation | Jeff Layton | 1 | -0/+12 |
| 2013-06-29 | locks: drop the unused filp argument to posix_unblock_lock | Jeff Layton | 1 | -1/+1 |
| 2013-02-22 | new helper: file_inode(file) | Al Viro | 1 | -8/+8 |
| 2012-09-22 | close the race in nlmsvc_free_block() | Al Viro | 1 | -2/+1 |
| 2012-08-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+0 |
| 2012-07-29 | lockd: shift grabbing a reference to nlm_host into nlm_alloc_call() | Al Viro | 1 | -1/+0 |
| 2012-07-27 | LockD: pass actual network namespace to grace period management functions | Stanislav Kinsbursky | 1 | -8/+8 |
| 2012-03-21 | SUNRPC/LOCKD: Fix build warnings when CONFIG_SUNRPC_DEBUG is undefined | Trond Myklebust | 1 | -30/+29 |
| 2011-07-20 | locks: rename lock-manager ops | J. Bruce Fields | 1 | -4/+4 |
| 2010-12-16 | lockd: Split nlm_release_call() | Chuck Lever | 1 | -2/+2 |
| 2010-12-16 | lockd: Move nlmdbg_cookie2a() to svclock.c | Chuck Lever | 1 | -0/+30 |
| 2010-11-17 | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 1 | -1/+0 |
| 2010-10-27 | lockd: fix nlmsvc_notify_blocked locking | J. Bruce Fields | 1 | -2/+4 |
| 2010-09-22 | lockd: Mostly remove BKL from the server | Bryan Schumaker | 1 | -10/+21 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2009-09-22 | const: make lock_manager_operations const | Alexey Dobriyan | 1 | -1/+1 |
| 2009-04-24 | lockd: call locks_release_private to cleanup per-filesystem state | Felix Blyakher | 1 | -0/+2 |
| 2009-03-18 | lockd: clean up blocking lock cases of nlsmvc_lock() | Miklos Szeredi | 1 | -5/+8 |
| 2009-02-09 | lockd: fix regression in lockd's handling of blocked locks | J. Bruce Fields | 1 | -1/+5 |
| 2008-10-03 | lockd: reject reclaims outside the grace period | J. Bruce Fields | 1 | -0/+4 |
| 2008-10-03 | lockd: move grace period checks to common code | J. Bruce Fields | 1 | -1/+13 |
| 2008-07-25 | locks: add special return value for asynchronous locks | Miklos Szeredi | 1 | -9/+4 |
| 2008-07-20 | Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -23/+10 |
| 2008-07-15 | SUNRPC: Remove the BKL from the callback functions | Trond Myklebust | 1 | -1/+6 |
| 2008-07-15 | lockd: get host reference in nlmsvc_create_block() instead of callers | J. Bruce Fields | 1 | -3/+2 |
| 2008-07-15 | lockd: minor svclock.c style fixes | J. Bruce Fields | 1 | -5/+5 |
| 2008-07-15 | lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_lock | Jeff Layton | 1 | -8/+2 |
| 2008-07-15 | lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_testlock | Jeff Layton | 1 | -9/+3 |
| 2008-04-30 | fs: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -1/+1 |
| 2008-04-25 | locks: don't call ->copy_lock methods on return of conflicting locks | J. Bruce Fields | 1 | -1/+1 |
| 2008-04-23 | lockd: Fix stale nlmsvc_unlink_block comment | J. Bruce Fields | 1 | -2/+1 |
| 2008-04-23 | NLM: Convert lockd to use kthreads | Jeff Layton | 1 | -1/+2 |
| 2008-02-10 | NLM: don't requeue block if it was invalidated while GRANT_MSG was in flight | Jeff Layton | 1 | -0/+11 |
| 2008-02-10 | NLM: don't reattempt GRANT_MSG when there is already an RPC in flight | Jeff Layton | 1 | -4/+13 |
| 2008-02-01 | Leak in nlmsvc_testlock for async GETFL case | Oleg Drokin | 1 | -1/+1 |
| 2008-02-01 | lockd: fix a leak in nlmsvc_testlock asynchronous request handling | Oleg Drokin | 1 | -7/+11 |
| 2007-10-09 | NLM: Fix a memory leak in nlmsvc_testlock | Trond Myklebust | 1 | -1/+3 |
| 2007-09-26 | NLM: Fix a circular lock dependency in lockd | Trond Myklebust | 1 | -11/+18 |
| 2007-07-26 | lockd and nfsd endianness annotation fixes | Al Viro | 1 | -3/+3 |
| 2007-05-06 | lockd: add code to handle deferred lock requests | Marc Eshel | 1 | -6/+35 |
| 2007-05-06 | lockd: always preallocate block in nlmsvc_lock() | Marc Eshel | 1 | -23/+11 |
| 2007-05-06 | lockd: handle test_lock deferrals | Marc Eshel | 1 | -16/+68 |
| 2007-05-06 | lockd: pass cookie in nlmsvc_testlock | Marc Eshel | 1 | -2/+3 |
| 2007-05-06 | lockd: handle fl_grant callbacks | Marc Eshel | 1 | -4/+87 |
| 2007-05-06 | lockd: save lock state on deferral | Marc Eshel | 1 | -0/+25 |
| 2007-05-06 | locks: allow {vfs,posix}_lock_file to return conflicting lock | Marc Eshel | 1 | -3/+3 |
| 2007-05-06 | locks: give posix_test_lock same interface as ->lock | Marc Eshel | 1 | -5/+8 |
| 2007-02-03 | NLM: Fix double free in __nlm_async_call | Trond Myklebust | 1 | -3/+1 |
| 2006-12-13 | [PATCH] lockd endianness annotations | Al Viro | 1 | -2/+2 |
| 2006-12-08 | [PATCH] struct path: convert lockd | Josef Sipek | 1 | -8/+8 |
| 2006-10-20 | [PATCH] lockd endianness annotations | Al Viro | 1 | -5/+5 |
| 2006-10-04 | [PATCH] Convert lockd to use the newer mutex instead of the older semaphore | Neil Brown | 1 | -11/+11 |
| 2006-10-04 | [PATCH] knfsd: match GRANTED_RES replies using cookies | Olaf Kirch | 1 | -11/+13 |
| 2006-10-04 | [PATCH] knfsd: lockd: make nlm_traverse_* more flexible | Olaf Kirch | 1 | -25/+8 |
| 2006-10-04 | [PATCH] knfsd: lockd: Change list of blocked list to list_node | Olaf Kirch | 1 | -63/+56 |
| 2006-10-04 | [PATCH] knfsd: when looking up a lockd host, pass hostname & length | Olaf Kirch | 1 | -1/+2 |
| 2006-10-02 | [PATCH] namespaces: utsname: switch to using uts namespaces | Serge E. Hallyn | 1 | -1/+1 |
| 2006-08-03 | NLM/lockd: remove b_done | J. Bruce Fields | 1 | -9/+3 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-04-19 | NFS: make 2 functions static | Adrian Bunk | 1 | -1/+1 |
| 2006-03-20 | LOCKD: nlmsvc_traverse_blocks return is unused | J. Bruce Fields | 1 | -2/+1 |
| 2006-03-20 | lockd: blocks should hold a reference to the nlm_file | Trond Myklebust | 1 | -35/+46 |
| 2006-03-20 | lockd: Fix a typo in nlmsvc_grant_release() | Trond Myklebust | 1 | -1/+3 |
| 2006-03-20 | NLM: Add nlmclnt_release_call | Trond Myklebust | 1 | -38/+28 |
| 2006-03-20 | lockd: Make nlmsvc_create_block() use nlmsvc_lookup_host() | Trond Myklebust | 1 | -2/+1 |
| 2006-03-20 | lockd: Clean up of the server-side GRANTED code | Trond Myklebust | 1 | -3/+53 |
| 2006-03-20 | lockd: Add refcounting to struct nlm_block | Trond Myklebust | 1 | -49/+45 |
| 2006-03-20 | lockd: Fix server-side lock blocking code | Trond Myklebust | 1 | -33/+40 |
| 2006-03-20 | lockd: Remove FL_LOCKD flag | J. Bruce Fields | 1 | -2/+0 |
| 2006-03-20 | locks,lockd: fix race in nlmsvc_testlock | Andy Adamson | 1 | -7/+5 |
| 2006-03-20 | lockd: make nlmsvc_lock use only posix_lock_file | Andy Adamson | 1 | -19/+4 |
| 2006-03-20 | lockd: simplify nlmsvc_grant_blocked | Andy Adamson | 1 | -11/+6 |
| 2006-03-20 | lockd: clean up nlmsvc_lock | Andy Adamson | 1 | -13/+21 |
| 2006-03-20 | lockd: Don't expose the process pid to the NLM server | Trond Myklebust | 1 | -0/+1 |
| 2006-01-06 | NLM: Further cancel fixes | J. Bruce Fields | 1 | -5/+10 |
| 2006-01-06 | NLM: clean up nlmsvc_delete_block | J. Bruce Fields | 1 | -2/+1 |
| 2006-01-06 | NLM: don't unlock on cancel requests | J. Bruce Fields | 1 | -5/+0 |
| 2006-01-06 | NLM: Clean up nlmsvc_grant_reply locking | J. Bruce Fields | 1 | -4/+3 |
| 2006-01-06 | RPC: Clean up RPC task structure | Trond Myklebust | 1 | -5/+9 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+686 |