| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-01-02 | NFSD: Remove NFSERR_EAGAIN | Chuck Lever | 1 | -1/+0 |
| 2025-08-05 | NFS/localio: nfs_uuid_put() fix the wake up after unlinking the file | Trond Myklebust | 1 | -2/+1 |
| 2025-08-05 | NFS/localio: nfs_uuid_put() fix races with nfs_open/close_local_fh() | Trond Myklebust | 1 | -8/+15 |
| 2025-08-05 | NFS/localio: nfs_close_local_fh() fix check for file closed | Trond Myklebust | 1 | -1/+1 |
| 2025-05-28 | nfs_localio: change nfsd_file_put_local() to take a pointer to __rcu pointer | NeilBrown | 1 | -18/+6 |
| 2025-05-28 | nfs_localio: protect race between nfs_uuid_put() and nfs_close_local_fh() | NeilBrown | 1 | -25/+56 |
| 2025-05-28 | nfs_localio: duplicate nfs_close_local_fh() | NeilBrown | 1 | -1/+20 |
| 2025-05-28 | nfs_localio: simplify interface to nfsd for getting nfsd_file | NeilBrown | 1 | -1/+2 |
| 2025-05-28 | nfs_localio: always hold nfsd net ref with nfsd_file ref | NeilBrown | 1 | -3/+2 |
| 2025-05-28 | nfs_localio: use cmpxchg() to install new nfs_file_localio | NeilBrown | 1 | -22/+17 |
| 2025-03-10 | fs: nfs: acl: Avoid -Wflex-array-member-not-at-end warning | Gustavo A. R. Silva | 1 | -3/+5 |
| 2025-01-21 | nfs: fix incorrect error handling in LOCALIO | Mike Snitzer | 1 | -11/+78 |
| 2025-01-14 | nfs: probe for LOCALIO when v3 client reconnects to server | Mike Snitzer | 1 | -0/+1 |
| 2025-01-14 | nfs/localio: remove redundant code and simplify LOCALIO enablement | Mike Snitzer | 1 | -23/+11 |
| 2025-01-14 | nfs_common: add nfs_localio trace events | Mike Snitzer | 4 | -1/+72 |
| 2025-01-14 | nfs_common: track all open nfsd_files per LOCALIO nfs_client | Mike Snitzer | 1 | -44/+124 |
| 2025-01-14 | nfs_common: rename nfslocalio nfs_uuid_lock to nfs_uuids_lock | Mike Snitzer | 1 | -17/+17 |
| 2025-01-14 | nfsd: rename nfsd_serv_ prefixed methods and variables with nfsd_net_ | Mike Snitzer | 1 | -3/+7 |
| 2025-01-14 | nfs: cache all open LOCALIO nfsd_file(s) in client | Mike Snitzer | 1 | -2/+50 |
| 2025-01-14 | nfs_common: move localio_lock to new lock member of nfs_uuid_t | Mike Snitzer | 1 | -16/+39 |
| 2025-01-14 | nfs_common: rename functions that invalidate LOCALIO nfs_clients | Mike Snitzer | 1 | -4/+4 |
| 2024-11-18 | nfs_common: must not hold RCU while calling nfsd_file_put_local | Mike Snitzer | 1 | -5/+3 |
| 2024-11-04 | nfs_common: fix localio to cope with racing nfs_local_probe() | Mike Snitzer | 1 | -5/+18 |
| 2024-10-03 | nfs_common: fix race in NFS calls to nfsd_file_put_local() and nfsd_serv_put() | Mike Snitzer | 1 | -1/+4 |
| 2024-09-23 | nfs: add LOCALIO support | Weston Andros Adamson | 1 | -0/+33 |
| 2024-09-23 | nfs_common: prepare for the NFS client to use nfsd_file for LOCALIO | Mike Snitzer | 1 | -1/+24 |
| 2024-09-23 | nfs_common: add NFS LOCALIO auxiliary protocol enablement | Mike Snitzer | 2 | -0/+119 |
| 2024-09-23 | nfs_common: factor out nfs4_errtbl and nfs4_stat_to_errno | Mike Snitzer | 1 | -0/+67 |
| 2024-09-23 | nfs_common: factor out nfs_errtbl and nfs_stat_to_errno | Mike Snitzer | 2 | -0/+69 |
| 2024-07-08 | fs: nfs: add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 2 | -0/+2 |
| 2023-04-13 | NFSv4.2: remove MODULE_LICENSE in non-modules | Nick Alcock | 1 | -1/+0 |
| 2023-01-11 | filelock: move file locking definitions to separate header file | Jeff Layton | 1 | -0/+1 |
| 2021-10-04 | nfs: Fix kerneldoc warning shown up by W=1 | David Howells | 1 | -1/+0 |
| 2021-07-06 | nfs_common: fix doc warning | ChenXiaoSong | 1 | -0/+1 |
| 2021-03-22 | NFSD: Add an xdr_stream-based encoder for NFSv2/3 ACLs | Chuck Lever | 1 | -0/+71 |
| 2021-01-28 | NFSv4_2: SSC helper should use its own config. | Dai Ngo | 2 | -3/+1 |
| 2021-01-25 | NFSD: Add an xdr_stream-based decoder for NFSv2/3 ACLs | Chuck Lever | 1 | -0/+52 |
| 2020-12-09 | nfs_common: need lock during iterate through the list | Cheng Lin | 1 | -1/+5 |
| 2020-10-21 | NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copy | Dai Ngo | 2 | -0/+95 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 2 | -0/+2 |
| 2017-11-27 | lockd: fix "list_add double add" caused by legacy signal interface | Vasily Averin | 1 | -1/+5 |
| 2017-11-27 | grace: replace BUG_ON by WARN_ONCE in exit_net hook | Vasily Averin | 1 | -1/+3 |
| 2017-09-26 | nfs_common: convert int to bool | Corentin Labbe | 1 | -5/+5 |
| 2017-09-26 | nfs_common: move locks_in_grace comment at the right place | Corentin Labbe | 1 | -7/+7 |
| 2017-09-26 | nfs_common: fix build warning in grace.c | Corentin Labbe | 1 | -1/+1 |
| 2016-11-18 | netns: make struct pernet_operations::id unsigned int | Alexey Dobriyan | 1 | -1/+1 |
| 2015-08-13 | lockd: NLM grace period shouldn't block NFSv4 opens | J. Bruce Fields | 1 | -2/+21 |
| 2014-09-17 | lockd: move lockd's grace period handling into its own module | Jeff Layton | 2 | -1/+115 |
| 2014-07-12 | fs/nfs_common/nfsacl.c: move EXPORT symbol after functions | Fabian Frederick | 1 | -3/+2 |
| 2013-02-13 | nfs_common: Update the translation between nfsv3 acls linux posix acls | Eric W. Biederman | 1 | -15/+26 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
| 2011-03-22 | Remove pointless memset in nfsacl_encode() | Jesper Juhl | 1 | -1/+0 |
| 2011-01-25 | NFS: Prevent memory allocation failure in nfsacl_encode() | Chuck Lever | 1 | -7/+15 |
| 2011-01-25 | NFS: nfsacl_{encode,decode} should return signed integer | Chuck Lever | 1 | -6/+26 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2008-12-23 | SUNRPC: nfsacl_encode/nfsacl_decode should be exported as GPL-only | Trond Myklebust | 1 | -2/+2 |
| 2006-10-20 | [PATCH] nfs_common endianness annotations | Al Viro | 1 | -2/+2 |
| 2005-10-11 | [PATCH] nfsacl: Solaris VxFS compatibility fix | Andreas Gruenbacher | 1 | -35/+35 |
| 2005-08-16 | [PATCH] NFS: Ensure ACL xdr code doesn't overflow. | Trond Myklebust | 1 | -0/+1 |
| 2005-06-22 | [PATCH] NFSD: Add server support for NFSv3 ACLs. | Andreas Gruenbacher | 2 | -0/+264 |