| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-21 | NFSD: Move the fh_getattr() helper | Chuck Lever | 1 | -0/+1 |
| 2025-09-21 | NFSD: Relocate the fh_want_write() and fh_drop_write() helpers | Chuck Lever | 1 | -0/+37 |
| 2025-07-14 | NFSD: Simplify struct knfsd_fh | Chuck Lever | 1 | -9/+6 |
| 2025-07-14 | NFSD: Access a knfsd_fh's fsid by pointer | Chuck Lever | 1 | -2/+9 |
| 2025-07-14 | NFSD: Avoid multiple -Wflex-array-member-not-at-end warnings | Gustavo A. R. Silva | 1 | -1/+1 |
| 2025-04-13 | nfs: add missing selections of CONFIG_CRC32 | Eric Biggers | 1 | -7/+0 |
| 2024-11-11 | nfsd: drop inode parameter from nfsd4_change_attribute() | Jeff Layton | 1 | -2/+1 |
| 2024-09-23 | nfsd: add nfsd_file_acquire_local() | NeilBrown | 1 | -0/+2 |
| 2024-09-20 | nfsd: further centralize protocol version checks. | NeilBrown | 1 | -0/+2 |
| 2023-10-16 | NFSD: Add nfsd4_encode_fattr4_change() | Chuck Lever | 1 | -1/+2 |
| 2023-08-29 | nfsd: handle failure to collect pre/post-op attrs more sanely | Jeff Layton | 1 | -3/+3 |
| 2023-01-26 | nfsd: move nfsd4_change_attribute to nfsfh.c | Jeff Layton | 1 | -28/+1 |
| 2022-11-28 | NFSD: Use const pointers as parameters to fh_ helpers | Chuck Lever | 1 | -4/+6 |
| 2022-08-04 | NFSD: discard fh_locked flag and fh_lock/fh_unlock | NeilBrown | 1 | -52/+4 |
| 2022-08-04 | NFSD: reduce locking in nfsd_lookup() | NeilBrown | 1 | -1/+1 |
| 2022-03-11 | NFSD: Remove CONFIG_NFSD_V3 | Chuck Lever | 1 | -20/+0 |
| 2022-01-08 | NFSD: Move fill_pre_wcc() and fill_post_wcc() | Chuck Lever | 1 | -14/+26 |
| 2021-10-02 | NFSD: simplify struct nfsfh | NeilBrown | 1 | -35/+15 |
| 2021-10-02 | NFSD: drop support for ancient filehandles | NeilBrown | 1 | -31/+3 |
| 2021-10-02 | NFSD: move filehandle format declarations out of "uapi". | NeilBrown | 1 | -1/+96 |
| 2021-05-18 | NFSD: Constify @fh argument of knfsd_fh_hash() | Chuck Lever | 1 | -5/+2 |
| 2021-03-22 | NFSD: Update the GETATTR3res encoder to use struct xdr_stream | Chuck Lever | 1 | -1/+1 |
| 2021-01-30 | nfs: use change attribute for NFS re-exports | J. Bruce Fields | 1 | -1/+4 |
| 2020-12-09 | nfsd: Record NFSv4 pre/post-op attributes as non-atomic | Trond Myklebust | 1 | -0/+5 |
| 2020-12-09 | nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operations | Jeff Layton | 1 | -1/+1 |
| 2020-12-09 | nfsd: minor nfsd4_change_attribute cleanup | J. Bruce Fields | 1 | -8/+5 |
| 2020-12-09 | nfsd: only call inode_query_iversion in the I_VERSION case | J. Bruce Fields | 1 | -4/+10 |
| 2019-12-19 | nfsd: handle nfs3 timestamps as unsigned | Arnd Bergmann | 1 | -2/+2 |
| 2019-12-09 | NFSD: allow inter server COPY to have a STALE source server fh | Olga Kornievskaia | 1 | -1/+4 |
| 2018-02-08 | Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -22/+6 |
| 2018-02-08 | nfsd: store stat times in fill_pre_wcc() instead of inode times | Amir Goldstein | 1 | -22/+6 |
| 2018-01-29 | nfsd: convert to new i_version API | Jeff Layton | 1 | -1/+2 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-07-12 | nfsd4: factor ctime into change attribute | J. Bruce Fields | 1 | -1/+23 |
| 2016-01-22 | wrappers for ->i_mutex access | Al Viro | 1 | -2/+2 |
| 2016-01-14 | nfsd: add new io class tracepoint | Jeff Layton | 1 | -0/+23 |
| 2015-10-12 | nfsd: switch unsigned char flags in svc_fh to bools | Jeff Layton | 1 | -9/+9 |
| 2015-10-12 | nfsd: move svc_fh->fh_maxsize to just after fh_handle | Jeff Layton | 1 | -1/+1 |
| 2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 1 | -3/+3 |
| 2015-02-12 | nfsd: fix comparison in fh_fsid_match() | Dan Carpenter | 1 | -1/+1 |
| 2015-02-02 | nfsd: add fh_fsid_match helper | Christoph Hellwig | 1 | -0/+9 |
| 2015-02-02 | nfsd: move nfsd_fh_match to nfsfh.h | Christoph Hellwig | 1 | -0/+9 |
| 2014-06-23 | nfsd: add appropriate __force directives to filehandle generation code | Jeff Layton | 1 | -4/+11 |
| 2014-05-06 | nfsd: remove <linux/nfsd/nfsfh.h> | Christoph Hellwig | 1 | -5/+54 |
| 2014-03-30 | NFSD: Clear wcc data between compound ops | Kinglong Mee | 1 | -1/+13 |
| 2013-10-24 | nfsd: switch to %p[dD] | Al Viro | 1 | -2/+2 |
| 2012-01-03 | fs: propagate umode_t, misc bits | Al Viro | 1 | -1/+1 |
| 2010-10-13 | nfsd: fix BUG at fs/nfsd/nfsfh.h:199 on unlink | J. Bruce Fields | 1 | -2/+0 |
| 2009-12-15 | nfsd: move most of nfsfh.h to fs/nfsd | J. Bruce Fields | 1 | -0/+208 |