summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs3xdr.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd: skip some unnecessary stats in the v4 caseJ. Bruce Fields2021-01-301-17/+27
* NFSD: Clean up after updating NFSv3 ACL decodersChuck Lever2021-01-251-20/+0
* NFSD: Update the NFSv3 GETACL argument decoder to use struct xdr_streamChuck Lever2021-01-251-1/+10
* NFSD: Update the MKNOD3args decoder to use struct xdr_streamChuck Lever2021-01-251-72/+35
* NFSD: Update the SYMLINK3args decoder to use struct xdr_streamChuck Lever2021-01-251-13/+16
* NFSD: Update the MKDIR3args decoder to use struct xdr_streamChuck Lever2021-01-251-6/+4
* NFSD: Update the CREATE3args decoder to use struct xdr_streamChuck Lever2021-01-251-10/+10
* NFSD: Update the SETATTR3args decoder to use struct xdr_streamChuck Lever2021-01-251-17/+121
* NFSD: Update the LINK3args decoder to use struct xdr_streamChuck Lever2021-01-251-6/+4
* NFSD: Update the RENAME3args decoder to use struct xdr_streamChuck Lever2021-01-251-7/+5
* NFSD: Update the NFSv3 DIROPargs decoder to use struct xdr_streamChuck Lever2021-01-251-5/+35
* NFSD: Update COMMIT3arg decoder to use struct xdr_streamChuck Lever2021-01-251-5/+8
* NFSD: Update READDIR3args decoders to use struct xdr_streamChuck Lever2021-01-251-14/+24
* NFSD: Add helper to set up the pages where the dirlist is encodedChuck Lever2021-01-251-20/+0
* NFSD: Update READLINK3arg decoder to use struct xdr_streamChuck Lever2021-01-251-13/+0
* NFSD: Update WRITE3arg decoder to use struct xdr_streamChuck Lever2021-01-251-31/+20
* NFSD: Update READ3arg decoder to use struct xdr_streamChuck Lever2021-01-251-21/+7
* NFSD: Update ACCESS3arg decoder to use struct xdr_streamChuck Lever2021-01-251-4/+5
* NFSD: Update GETATTR3args decoder to use struct xdr_streamChuck Lever2021-01-251-6/+25
* nfsd4: readdirplus shouldn't return parent of exportJ. Bruce Fields2021-01-121-1/+6
* nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operationsJeff Layton2020-12-091-2/+5
* nfsd4: don't query change attribute in v2/v3 caseJ. Bruce Fields2020-12-091-5/+9
* nfsd: only call inode_query_iversion in the I_VERSION caseJ. Bruce Fields2020-12-091-3/+2
* NFSD: Add common helpers to decode void args and encode void resultsChuck Lever2020-11-301-11/+0
* NFSD: Invoke svc_encode_result_payload() in "read" NFSD encodersChuck Lever2020-11-301-0/+7
* NFSD: NFSv3 PATHCONF Reply is improperly formedChuck Lever2020-11-051-0/+1
* NFSD: Hoist status code encoding into XDR encoder functionsChuck Lever2020-10-121-4/+15
* NFSD: Encoder and decoder functions are always presentChuck Lever2020-10-021-0/+6
* nfsd: Ensure sampling of the write verifier is atomic with the writeTrond Myklebust2020-01-221-6/+2
* nfsd: Ensure sampling of the commit verifier is atomic with the commitTrond Myklebust2020-01-221-6/+2
* nfsd: handle nfs3 timestamps as unsignedArnd Bergmann2019-12-191-12/+8
* new helper: lookup_positive_unlocked()Al Viro2019-11-151-3/+1
* nfsd: Support the server resetting the boot verifierTrond Myklebust2019-09-101-4/+9
* nfsd: knfsd must use the container user namespaceTrond Myklebust2019-04-241-10/+11
* nfsd/nfsd3_proc_readdir: fix buffer count and page pointersMurphy Zhou2019-04-051-2/+9
* nfsd: allow nfsv3 readdir request to be larger.NeilBrown2019-03-081-1/+3
* nfsd: fix memory corruption caused by readdirNeilBrown2019-03-051-0/+1
* vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-5/+9
* NFSD: Clean up legacy NFS SYMLINK argument XDR decodersChuck Lever2018-04-031-39/+12
* NFSD: Clean up legacy NFS WRITE argument XDR decodersChuck Lever2018-04-031-12/+4
* nfsd: store stat times in fill_pre_wcc() instead of inode timesAmir Goldstein2018-02-081-1/+30
* Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-11-181-4/+6
|\
| * nfds: avoid gettimeofday for nfssvc_boot timeArnd Bergmann2017-11-071-4/+6
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* nfsd4: factor ctime into change attributeJ. Bruce Fields2017-07-121-1/+1
* Merge tag 'v4.12-rc5' into nfsd treeJ. Bruce Fields2017-06-281-17/+6
|\
| * nfsd: Revert "nfsd: check for oversized NFSv2/v3 arguments"J. Bruce Fields2017-05-161-17/+6
* | sunrpc: properly type pc_encode callbacksChristoph Hellwig2017-05-151-31/+43
* | sunrpc: properly type pc_decode callbacksChristoph Hellwig2017-05-151-31/+43
* | sunrpc: properly type pc_release callbacksChristoph Hellwig2017-05-151-8/+8
|/