Age | Commit message (Expand) | Author |
2023-06-19 | NFS: add a sysfs link to the lockd rpc_client | Benjamin Coddington |
2023-04-26 | lockd: fix races in client GRANTED_MSG wait logic | Jeff Layton |
2023-04-26 | lockd: move struct nlm_wait to lockd.h | Jeff Layton |
2023-04-26 | lockd: remove 2 unused helper functions | Jeff Layton |
2023-03-14 | lockd: set file_lock start and end when decoding nlm4 testargs | Jeff Layton |
2023-02-22 | Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds |
2023-02-20 | SUNRPC: Use per-CPU counters to tally server RPC counts | Chuck Lever |
2023-01-11 | fs: remove locks_inode | Jeff Layton |
2023-01-11 | filelock: move file locking definitions to separate header file | Jeff Layton |
2022-08-04 | lockd: detect and reject lock arguments that overflow | 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-10-13 | SUNRPC: Change return value type of .pc_encode | Chuck Lever |
2021-10-13 | SUNRPC: Replace the "__be32 *p" parameter to .pc_encode | Chuck Lever |
2021-10-13 | SUNRPC: Change return value type of .pc_decode | Chuck Lever |
2021-10-13 | SUNRPC: Replace the "__be32 *p" parameter to .pc_decode | Chuck Lever |
2021-08-23 | Keep read and write fds with each nlm_file | J. Bruce Fields |
2021-08-23 | nlm: minor nlm_lookup_file argument change | J. Bruce Fields |
2021-07-06 | lockd: Remove stale comments | Chuck Lever |
2019-11-12 | lockd: remove __KERNEL__ ifdefs | Christoph Hellwig |
2019-07-03 | lockd: Convert NLM service fl_owner to nlm_lockowner | Benjamin Coddington |
2019-05-15 | Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2019-04-26 | lockd: Store the lockd client credential in struct nlm_host | Trond Myklebust |
2019-04-24 | lockd: Pass the user cred from knfsd when starting the lockd server | Trond Myklebust |
2018-08-09 | nfsd: fix leaked file lock with nfs exported overlayfs | Amir Goldstein |
2018-01-14 | lockd: convert nlm_rqst.a_count from atomic_t to refcount_t | Elena Reshetova |
2018-01-14 | lockd: convert nlm_lockowner.count from atomic_t to refcount_t | Elena Reshetova |
2018-01-14 | lockd: convert nsm_handle.sm_count from atomic_t to refcount_t | Elena Reshetova |
2018-01-14 | lockd: convert nlm_host.h_count from atomic_t to refcount_t | Elena Reshetova |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-05-15 | sunrpc: mark all struct svc_procinfo instances as const | Christoph Hellwig |
2017-05-15 | sunrpc: properly type pc_encode callbacks | Christoph Hellwig |
2017-05-15 | sunrpc: properly type pc_decode callbacks | Christoph Hellwig |
2017-04-21 | lockd: Introduce nlmclnt_operations | Benjamin Coddington |
2017-02-13 | nlm: Ensure callback code also checks that the files match | Trond Myklebust |
2016-01-07 | lockd: constify nlmsvc_binding structure | Julia Lawall |
2015-10-23 | lockd: get rid of reference-counted NSM RPC clients | Andrey Ryabinin |
2015-10-12 | lockd: create NSM handles per net namespace | Andrey Ryabinin |
2014-11-24 | lockd: eliminate LOCKD_DEBUG | Jeff Layton |
2014-09-09 | lockd: rip out deferred lock handling from testlock codepath | Jeff Layton |
2014-05-06 | nfsd: remove <linux/nfsd/nfsfh.h> | Christoph Hellwig |
2013-02-28 | Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2013-02-22 | new helper: file_inode(file) | Al Viro |
2013-02-15 | lockd: nlmclnt_reclaim(): avoid stack overflow | Tim Gardner |
2012-07-27 | LockD: pass actual network namespace to grace period management functions | Stanislav Kinsbursky |
2012-07-27 | LockD: mark host per network namespace on garbage collect | Stanislav Kinsbursky |
2012-04-11 | Lockd: pass network namespace to creation and destruction routines | Stanislav Kinsbursky |
2012-02-15 | Lockd: shutdown NLM hosts in network namespace context | Stanislav Kinsbursky |
2012-02-15 | LockD: make nlm hosts network namespace aware | Stanislav Kinsbursky |
2012-01-31 | SUNRPC: constify the rpc_program | Trond Myklebust |