summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs3xdr.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-30nfsd: skip some unnecessary stats in the v4 caseJ. Bruce Fields1-17/+27
2021-01-25NFSD: Clean up after updating NFSv3 ACL decodersChuck Lever1-20/+0
2021-01-25NFSD: Update the NFSv3 GETACL argument decoder to use struct xdr_streamChuck Lever1-1/+10
2021-01-25NFSD: Update the MKNOD3args decoder to use struct xdr_streamChuck Lever1-72/+35
2021-01-25NFSD: Update the SYMLINK3args decoder to use struct xdr_streamChuck Lever1-13/+16
2021-01-25NFSD: Update the MKDIR3args decoder to use struct xdr_streamChuck Lever1-6/+4
2021-01-25NFSD: Update the CREATE3args decoder to use struct xdr_streamChuck Lever1-10/+10
2021-01-25NFSD: Update the SETATTR3args decoder to use struct xdr_streamChuck Lever1-17/+121
2021-01-25NFSD: Update the LINK3args decoder to use struct xdr_streamChuck Lever1-6/+4
2021-01-25NFSD: Update the RENAME3args decoder to use struct xdr_streamChuck Lever1-7/+5
2021-01-25NFSD: Update the NFSv3 DIROPargs decoder to use struct xdr_streamChuck Lever1-5/+35
2021-01-25NFSD: Update COMMIT3arg decoder to use struct xdr_streamChuck Lever1-5/+8
2021-01-25NFSD: Update READDIR3args decoders to use struct xdr_streamChuck Lever1-14/+24
2021-01-25NFSD: Add helper to set up the pages where the dirlist is encodedChuck Lever1-20/+0
2021-01-25NFSD: Update READLINK3arg decoder to use struct xdr_streamChuck Lever1-13/+0
2021-01-25NFSD: Update WRITE3arg decoder to use struct xdr_streamChuck Lever1-31/+20
2021-01-25NFSD: Update READ3arg decoder to use struct xdr_streamChuck Lever1-21/+7
2021-01-25NFSD: Update ACCESS3arg decoder to use struct xdr_streamChuck Lever1-4/+5
2021-01-25NFSD: Update GETATTR3args decoder to use struct xdr_streamChuck Lever1-6/+25
2021-01-12nfsd4: readdirplus shouldn't return parent of exportJ. Bruce Fields1-1/+6
2020-12-09nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operationsJeff Layton1-2/+5
2020-12-09nfsd4: don't query change attribute in v2/v3 caseJ. Bruce Fields1-5/+9
2020-12-09nfsd: only call inode_query_iversion in the I_VERSION caseJ. Bruce Fields1-3/+2
2020-11-30NFSD: Add common helpers to decode void args and encode void resultsChuck Lever1-11/+0
2020-11-30NFSD: Invoke svc_encode_result_payload() in "read" NFSD encodersChuck Lever1-0/+7
2020-11-06NFSD: NFSv3 PATHCONF Reply is improperly formedChuck Lever1-0/+1
2020-10-12NFSD: Hoist status code encoding into XDR encoder functionsChuck Lever1-4/+15
2020-10-02NFSD: Encoder and decoder functions are always presentChuck Lever1-0/+6
2020-01-23nfsd: Ensure sampling of the write verifier is atomic with the writeTrond Myklebust1-6/+2
2020-01-23nfsd: Ensure sampling of the commit verifier is atomic with the commitTrond Myklebust1-6/+2
2019-12-20nfsd: handle nfs3 timestamps as unsignedArnd Bergmann1-12/+8
2019-11-15new helper: lookup_positive_unlocked()Al Viro1-3/+1
2019-09-10nfsd: Support the server resetting the boot verifierTrond Myklebust1-4/+9
2019-04-24nfsd: knfsd must use the container user namespaceTrond Myklebust1-10/+11
2019-04-06nfsd/nfsd3_proc_readdir: fix buffer count and page pointersMurphy Zhou1-2/+9
2019-03-08nfsd: allow nfsv3 readdir request to be larger.NeilBrown1-1/+3
2019-03-06nfsd: fix memory corruption caused by readdirNeilBrown1-0/+1
2018-06-06vfs: change inode times to use struct timespec64Deepa Dinamani1-5/+9
2018-04-03NFSD: Clean up legacy NFS SYMLINK argument XDR decodersChuck Lever1-39/+12
2018-04-03NFSD: Clean up legacy NFS WRITE argument XDR decodersChuck Lever1-12/+4
2018-02-08nfsd: store stat times in fill_pre_wcc() instead of inode timesAmir Goldstein1-1/+30
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-4/+6
2017-11-08nfds: avoid gettimeofday for nfssvc_boot timeArnd Bergmann1-4/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-12nfsd4: factor ctime into change attributeJ. Bruce Fields1-1/+1
2017-06-28Merge tag 'v4.12-rc5' into nfsd treeJ. Bruce Fields1-17/+6
2017-05-16nfsd: Revert "nfsd: check for oversized NFSv2/v3 arguments"J. Bruce Fields1-17/+6
2017-05-15sunrpc: properly type pc_encode callbacksChristoph Hellwig1-31/+43
2017-05-15sunrpc: properly type pc_decode callbacksChristoph Hellwig1-31/+43
2017-05-15sunrpc: properly type pc_release callbacksChristoph Hellwig1-8/+8