| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-03 | nfsd: fix comment typo in nfsxdr | Joseph Salisbury | 1 | -1/+1 |
| 2025-05-15 | NFSD: Remove NFSSVC_MAXBLKSIZE_V2 macro | Chuck Lever | 1 | -2/+2 |
| 2023-06-05 | NFSD: Ensure that xdr_write_pages updates rq_next_page | Chuck Lever | 1 | -4/+7 |
| 2022-09-26 | NFSD: Clean up WRITE arg decoders | Chuck Lever | 1 | -3/+1 |
| 2021-10-13 | SUNRPC: Change return value type of .pc_encode | Chuck Lever | 1 | -30/+30 |
| 2021-10-13 | SUNRPC: Replace the "__be32 *p" parameter to .pc_encode | Chuck Lever | 1 | -14/+8 |
| 2021-10-13 | SUNRPC: Change return value type of .pc_decode | Chuck Lever | 1 | -31/+31 |
| 2021-10-13 | SUNRPC: Replace the "__be32 *p" parameter to .pc_decode | Chuck Lever | 1 | -20/+10 |
| 2021-10-02 | NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment() | Chuck Lever | 1 | -8/+1 |
| 2021-10-02 | NFSD: simplify struct nfsfh | NeilBrown | 1 | -2/+2 |
| 2021-03-22 | NFSD: Clean up NFSDDBG_FACILITY macro | Chuck Lever | 1 | -2/+0 |
| 2021-03-22 | NFSD: Clean up after updating NFSv2 ACL encoders | Chuck Lever | 1 | -64/+0 |
| 2021-03-22 | NFSD: Update the NFSv2 GETACL result encoder to use struct xdr_stream | Chuck Lever | 1 | -2/+22 |
| 2021-03-22 | NFSD: Remove unused NFSv2 directory entry encoders | Chuck Lever | 1 | -48/+3 |
| 2021-03-22 | NFSD: Update the NFSv2 READDIR entry encoder to use struct xdr_stream | Chuck Lever | 1 | -4/+77 |
| 2021-03-22 | NFSD: Update the NFSv2 READDIR result encoder to use struct xdr_stream | Chuck Lever | 1 | -9/+13 |
| 2021-03-22 | NFSD: Count bytes instead of pages in the NFSv2 READDIR encoder | Chuck Lever | 1 | -1/+2 |
| 2021-03-22 | NFSD: Add a helper that encodes NFSv3 directory offset cookies | Chuck Lever | 1 | -2/+16 |
| 2021-03-22 | NFSD: Update the NFSv2 STATFS result encoder to use struct xdr_stream | Chuck Lever | 1 | -9/+16 |
| 2021-03-22 | NFSD: Update the NFSv2 READ result encoder to use struct xdr_stream | Chuck Lever | 1 | -17/+15 |
| 2021-03-22 | NFSD: Update the NFSv2 READLINK result encoder to use struct xdr_stream | Chuck Lever | 1 | -14/+12 |
| 2021-03-22 | NFSD: Update the NFSv2 diropres encoder to use struct xdr_stream | Chuck Lever | 1 | -13/+25 |
| 2021-03-22 | NFSD: Update the NFSv2 attrstat encoder to use struct xdr_stream | Chuck Lever | 1 | -8/+82 |
| 2021-03-22 | NFSD: Update the NFSv2 stat encoder to use struct xdr_stream | Chuck Lever | 1 | -3/+16 |
| 2021-01-25 | NFSD: Clean up after updating NFSv2 ACL decoders | Chuck Lever | 1 | -18/+0 |
| 2021-01-25 | NFSD: Update the NFSv2 GETACL argument decoder to use struct xdr_stream | Chuck Lever | 1 | -1/+10 |
| 2021-01-25 | NFSD: Update the NFSv2 SYMLINK argument decoder to use struct xdr_stream | Chuck Lever | 1 | -103/+10 |
| 2021-01-25 | NFSD: Update the NFSv2 CREATE argument decoder to use struct xdr_stream | Chuck Lever | 1 | -6/+4 |
| 2021-01-25 | NFSD: Update the NFSv2 SETATTR argument decoder to use struct xdr_stream | Chuck Lever | 1 | -6/+76 |
| 2021-01-25 | NFSD: Update the NFSv2 LINK argument decoder to use struct xdr_stream | Chuck Lever | 1 | -6/+4 |
| 2021-01-25 | NFSD: Update the NFSv2 RENAME argument decoder to use struct xdr_stream | Chuck Lever | 1 | -7/+5 |
| 2021-01-25 | NFSD: Update NFSv2 diropargs decoding to use struct xdr_stream | Chuck Lever | 1 | -5/+34 |
| 2021-01-25 | NFSD: Update the NFSv2 READDIR argument decoder to use struct xdr_stream | Chuck Lever | 1 | -5/+7 |
| 2021-01-25 | NFSD: Add helper to set up the pages where the dirlist is encoded | Chuck Lever | 1 | -2/+0 |
| 2021-01-25 | NFSD: Update the NFSv2 READLINK argument decoder to use struct xdr_stream | Chuck Lever | 1 | -13/+0 |
| 2021-01-25 | NFSD: Update the NFSv2 WRITE argument decoder to use struct xdr_stream | Chuck Lever | 1 | -31/+21 |
| 2021-01-25 | NFSD: Update the NFSv2 READ argument decoder to use struct xdr_stream | Chuck Lever | 1 | -24/+12 |
| 2021-01-25 | NFSD: Update the NFSv2 GETATTR argument decoder to use struct xdr_stream | Chuck Lever | 1 | -6/+20 |
| 2020-11-30 | NFSD: Add common helpers to decode void args and encode void results | Chuck Lever | 1 | -10/+0 |
| 2020-11-30 | NFSD: Invoke svc_encode_result_payload() in "read" NFSD encoders | Chuck Lever | 1 | -0/+6 |
| 2020-10-12 | NFSD: Hoist status code encoding into XDR encoder functions | Chuck Lever | 1 | -4/+19 |
| 2020-10-02 | NFSD: Call NFSv2 encoders on error returns | Chuck Lever | 1 | -0/+18 |
| 2020-10-02 | NFSD: Fix .pc_release method for NFSv2 | Chuck Lever | 1 | -3/+16 |
| 2019-04-24 | nfsd: knfsd must use the container user namespace | Trond Myklebust | 1 | -8/+9 |
| 2018-06-05 | vfs: change inode times to use struct timespec64 | Deepa Dinamani | 1 | -1/+1 |
| 2018-04-03 | NFSD: Clean up legacy NFS SYMLINK argument XDR decoders | Chuck Lever | 1 | -20/+29 |
| 2018-04-03 | NFSD: Clean up legacy NFS WRITE argument XDR decoders | Chuck Lever | 1 | -12/+2 |
| 2018-02-08 | nfsd: encode stat->mtime for getattr instead of inode->i_mtime | Amir Goldstein | 1 | -0/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-06-28 | Merge tag 'v4.12-rc5' into nfsd tree | J. Bruce Fields | 1 | -10/+3 |
| 2017-05-16 | nfsd: Revert "nfsd: check for oversized NFSv2/v3 arguments" | J. Bruce Fields | 1 | -10/+3 |
| 2017-05-15 | sunrpc: properly type pc_encode callbacks | Christoph Hellwig | 1 | -13/+18 |
| 2017-05-15 | sunrpc: properly type pc_decode callbacks | Christoph Hellwig | 1 | -21/+32 |
| 2017-05-15 | sunrpc: properly type pc_release callbacks | Christoph Hellwig | 1 | -4/+4 |
| 2017-04-25 | nfsd: check for oversized NFSv2/v3 arguments | J. Bruce Fields | 1 | -3/+10 |
| 2017-04-25 | nfsd: stricter decoding of write-like NFSv2/v3 ops | J. Bruce Fields | 1 | -0/+2 |
| 2017-04-25 | nfsd4: minor NFSv2/v3 write decoding cleanup | J. Bruce Fields | 1 | -4/+4 |
| 2016-07-13 | nfsd: Fix some indent inconsistancy | Christophe JAILLET | 1 | -1/+1 |
| 2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 1 | -1/+1 |
| 2014-06-23 | NFSD: Using min/max/min_t/max_t for calculate | Kinglong Mee | 1 | -8/+6 |
| 2014-05-22 | nfsd: Remove assignments inside conditions | Benoit Taine | 1 | -5/+10 |
| 2014-04-04 | nfsd: revert v2 half of "nfsd: don't return high mode bits" | J. Bruce Fields | 1 | -1/+1 |
| 2013-12-10 | nfsd: don't return high mode bits | Albert Fluegel | 1 | -1/+1 |
| 2013-02-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -4/+3 |
| 2013-02-26 | nfsd: handle vfs_getattr errors in acl protocol | J. Bruce Fields | 1 | -4/+2 |
| 2013-02-26 | switch vfs_getattr() to struct path | Al Viro | 1 | -1/+2 |
| 2013-02-13 | nfsd: Convert nfsxdr to use kuids and kgids | Eric W. Biederman | 1 | -6/+8 |
| 2013-02-13 | nfsd: Remove nfsd_luid, nfsd_lgid, nfsd_ruid and nfsd_rgid | Eric W. Biederman | 1 | -2/+2 |
| 2012-12-17 | nfsd4: cleanup: replace rq_resused count by rq_next_page pointer | J. Bruce Fields | 1 | -5/+6 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
| 2009-12-15 | nfsd: remove pointless paths in file headers | J. Bruce Fields | 1 | -2/+0 |
| 2009-12-14 | nfsd: Move private headers to source directory | Boaz Harrosh | 1 | -1/+1 |
| 2009-12-14 | nfsd: Source files #include cleanups | Boaz Harrosh | 1 | -8/+0 |
| 2008-02-14 | Use struct path in struct svc_export | Jan Blunck | 1 | -1/+1 |
| 2008-02-01 | nfsd: move nfsd/auth.h into fs/nfsd | J. Bruce Fields | 1 | -0/+1 |
| 2008-02-01 | NFSD: Use unsigned length argument for decode_pathname | Chuck Lever | 1 | -2/+2 |
| 2008-02-01 | NFSD: Use unsigned length argument for decode_filename | Chuck Lever | 1 | -2/+2 |
| 2008-01-13 | knfsd: Allow NFSv2/3 WRITE calls to succeed when krb5i etc is used. | NeilBrown | 1 | -1/+4 |
| 2007-10-09 | knfsd: 64 bit ino support for NFS server | Peter Staubach | 1 | -0/+4 |
| 2007-05-09 | knfsd: various nfsd xdr cleanups | NeilBrown | 1 | -25/+14 |
| 2007-05-09 | The NFSv2/NFSv3 server does not handle zero length WRITE requests correctly | Peter Staubach | 1 | -7/+39 |
| 2007-02-14 | [PATCH] knfsd: add some new fsid types | NeilBrown | 1 | -3/+16 |
| 2007-01-26 | [PATCH] knfsd: Fix type mismatch with filldir_t used by nfsd | NeilBrown | 1 | -2/+3 |
| 2006-12-07 | [PATCH] remove NFSD_OPTIMIZE_SPACE | Adrian Bunk | 1 | -9/+4 |
| 2006-10-20 | [PATCH] xdr annotations: NFSv2 server | Al Viro | 1 | -36/+36 |
| 2006-10-04 | [PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCP | Greg Banks | 1 | -5/+5 |
| 2006-10-04 | [PATCH] knfsd: Avoid excess stack usage in svc_tcp_recvfrom | NeilBrown | 1 | -11/+11 |
| 2006-10-04 | [PATCH] knfsd: Replace two page lists in struct svc_rqst with one | NeilBrown | 1 | -9/+4 |
| 2006-10-03 | fix file specification in comments | Uwe Zeisberger | 1 | -1/+1 |
| 2006-01-14 | [PATCH] Unlinline a bunch of other functions | Arjan van de Ven | 1 | -2/+2 |
| 2006-01-06 | [PATCH] knfsd: check error status from vfs_getattr and i_op->fsync | David Shaw | 1 | -24/+24 |
| 2005-06-22 | [PATCH] NFSD: Add server support for NFSv3 ACLs. | Andreas Gruenbacher | 1 | -0/+11 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+511 |