aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs3xdr.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-25NFSD: Update WRITE3arg decoder to use struct xdr_streamGravatar Chuck Lever 1-31/+20
2021-01-25NFSD: Update READ3arg decoder to use struct xdr_streamGravatar Chuck Lever 1-21/+7
2021-01-25NFSD: Update ACCESS3arg decoder to use struct xdr_streamGravatar Chuck Lever 1-4/+5
2021-01-25NFSD: Update GETATTR3args decoder to use struct xdr_streamGravatar Chuck Lever 1-6/+25
2021-01-12nfsd4: readdirplus shouldn't return parent of exportGravatar J. Bruce Fields 1-1/+6
2020-12-09nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operationsGravatar Jeff Layton 1-2/+5
2020-12-09nfsd4: don't query change attribute in v2/v3 caseGravatar J. Bruce Fields 1-5/+9
2020-12-09nfsd: only call inode_query_iversion in the I_VERSION caseGravatar J. Bruce Fields 1-3/+2
2020-11-30NFSD: Add common helpers to decode void args and encode void resultsGravatar Chuck Lever 1-11/+0
2020-11-30NFSD: Invoke svc_encode_result_payload() in "read" NFSD encodersGravatar Chuck Lever 1-0/+7
2020-11-05NFSD: NFSv3 PATHCONF Reply is improperly formedGravatar Chuck Lever 1-0/+1
2020-10-12NFSD: Hoist status code encoding into XDR encoder functionsGravatar Chuck Lever 1-4/+15
2020-10-02NFSD: Encoder and decoder functions are always presentGravatar Chuck Lever 1-0/+6
2020-01-22nfsd: Ensure sampling of the write verifier is atomic with the writeGravatar Trond Myklebust 1-6/+2
2020-01-22nfsd: Ensure sampling of the commit verifier is atomic with the commitGravatar Trond Myklebust 1-6/+2
2019-12-19nfsd: handle nfs3 timestamps as unsignedGravatar Arnd Bergmann 1-12/+8
2019-11-15new helper: lookup_positive_unlocked()Gravatar Al Viro 1-3/+1
2019-09-10nfsd: Support the server resetting the boot verifierGravatar Trond Myklebust 1-4/+9
2019-04-24nfsd: knfsd must use the container user namespaceGravatar Trond Myklebust 1-10/+11
2019-04-05nfsd/nfsd3_proc_readdir: fix buffer count and page pointersGravatar Murphy Zhou 1-2/+9
2019-03-08nfsd: allow nfsv3 readdir request to be larger.Gravatar NeilBrown 1-1/+3
2019-03-05nfsd: fix memory corruption caused by readdirGravatar NeilBrown 1-0/+1
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-5/+9
2018-04-03NFSD: Clean up legacy NFS SYMLINK argument XDR decodersGravatar Chuck Lever 1-39/+12
2018-04-03NFSD: Clean up legacy NFS WRITE argument XDR decodersGravatar Chuck Lever 1-12/+4
2018-02-08nfsd: store stat times in fill_pre_wcc() instead of inode timesGravatar Amir Goldstein 1-1/+30
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-4/+6
2017-11-07nfds: avoid gettimeofday for nfssvc_boot timeGravatar Arnd Bergmann 1-4/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-12nfsd4: factor ctime into change attributeGravatar J. Bruce Fields 1-1/+1
2017-06-28Merge tag 'v4.12-rc5' into nfsd treeGravatar J. Bruce Fields 1-17/+6
2017-05-16nfsd: Revert "nfsd: check for oversized NFSv2/v3 arguments"Gravatar J. Bruce Fields 1-17/+6
2017-05-15sunrpc: properly type pc_encode callbacksGravatar Christoph Hellwig 1-31/+43
2017-05-15sunrpc: properly type pc_decode callbacksGravatar Christoph Hellwig 1-31/+43
2017-05-15sunrpc: properly type pc_release callbacksGravatar Christoph Hellwig 1-8/+8
2017-04-25nfsd: check for oversized NFSv2/v3 argumentsGravatar J. Bruce Fields 1-6/+17
2017-04-25nfsd: stricter decoding of write-like NFSv2/v3 opsGravatar J. Bruce Fields 1-0/+4
2017-04-25nfsd4: minor NFSv2/v3 write decoding cleanupGravatar J. Bruce Fields 1-4/+5
2016-05-24Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-1/+1
2016-05-13svcrdma: Do not add XDR padding to xdr_buf page vectorGravatar Chuck Lever 1-1/+1
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbGravatar Al Viro 1-1/+1
2016-01-09nfsd: don't hold i_mutex over userspace upcallsGravatar NeilBrown 1-1/+1
2015-10-12nfsd: switch unsigned char flags in svc_fh to boolsGravatar Jeff Layton 1-2/+2
2015-05-07nfsd: stop READDIRPLUS returning inconsistent attributesGravatar NeilBrown 1-5/+7
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-8/+8
2014-06-23NFSD: Using min/max/min_t/max_t for calculateGravatar Kinglong Mee 1-22/+8
2014-05-22nfsd: Remove assignments inside conditionsGravatar Benoit Taine 1-9/+18
2014-01-23nfsd: fix encode_entryplus_baggage stack usageGravatar J. Bruce Fields 1-6/+6
2013-12-10nfsd: don't return high mode bitsGravatar Albert Fluegel 1-1/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-5/+5