aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs3xdr.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-22NFSD: Add a helper that encodes NFSv3 directory offset cookiesGravatar Chuck Lever 1-13/+23
2021-03-22NFSD: Update the NFSv3 COMMIT3res encoder to use struct xdr_streamGravatar Chuck Lever 1-39/+15
2021-03-22NFSD: Update the NFSv3 PATHCONF3res encoder to use struct xdr_streamGravatar Chuck Lever 1-11/+33
2021-03-22NFSD: Update the NFSv3 FSINFO3res encoder to use struct xdr_streamGravatar Chuck Lever 1-16/+46
2021-03-22NFSD: Update the NFSv3 FSSTAT3res encoder to use struct xdr_streamGravatar Chuck Lever 1-14/+44
2021-03-22NFSD: Update the NFSv3 LINK3res encoder to use struct xdr_streamGravatar Chuck Lever 1-4/+4
2021-03-22NFSD: Update the NFSv3 RENAMEv3res encoder to use struct xdr_streamGravatar Chuck Lever 1-4/+4
2021-03-22NFSD: Update the NFSv3 CREATE family of encoders to use struct xdr_streamGravatar Chuck Lever 1-7/+28
2021-03-22NFSD: Update the NFSv3 WRITE3res encoder to use struct xdr_streamGravatar Chuck Lever 1-8/+32
2021-03-22NFSD: Update the NFSv3 READ3res encode to use struct xdr_streamGravatar Chuck Lever 1-20/+23
2021-03-22NFSD: Update the NFSv3 READLINK3res encoder to use struct xdr_streamGravatar Chuck Lever 1-16/+18
2021-03-22NFSD: Update the NFSv3 wccstat result encoder to use struct xdr_streamGravatar Chuck Lever 1-3/+65
2021-03-22NFSD: Update the NFSv3 LOOKUP3res encoder to use struct xdr_streamGravatar Chuck Lever 1-8/+35
2021-03-22NFSD: Update the NFSv3 ACCESS3res encoder to use struct xdr_streamGravatar Chuck Lever 1-5/+45
2021-03-22NFSD: Update the GETATTR3res encoder to use struct xdr_streamGravatar Chuck Lever 1-8/+87
2021-01-30nfsd: skip some unnecessary stats in the v4 caseGravatar J. Bruce Fields 1-17/+27
2021-01-25NFSD: Clean up after updating NFSv3 ACL decodersGravatar Chuck Lever 1-20/+0
2021-01-25NFSD: Update the NFSv3 GETACL argument decoder to use struct xdr_streamGravatar Chuck Lever 1-1/+10
2021-01-25NFSD: Update the MKNOD3args decoder to use struct xdr_streamGravatar Chuck Lever 1-72/+35
2021-01-25NFSD: Update the SYMLINK3args decoder to use struct xdr_streamGravatar Chuck Lever 1-13/+16
2021-01-25NFSD: Update the MKDIR3args decoder to use struct xdr_streamGravatar Chuck Lever 1-6/+4
2021-01-25NFSD: Update the CREATE3args decoder to use struct xdr_streamGravatar Chuck Lever 1-10/+10
2021-01-25NFSD: Update the SETATTR3args decoder to use struct xdr_streamGravatar Chuck Lever 1-17/+121
2021-01-25NFSD: Update the LINK3args decoder to use struct xdr_streamGravatar Chuck Lever 1-6/+4
2021-01-25NFSD: Update the RENAME3args decoder to use struct xdr_streamGravatar Chuck Lever 1-7/+5
2021-01-25NFSD: Update the NFSv3 DIROPargs decoder to use struct xdr_streamGravatar Chuck Lever 1-5/+35
2021-01-25NFSD: Update COMMIT3arg decoder to use struct xdr_streamGravatar Chuck Lever 1-5/+8
2021-01-25NFSD: Update READDIR3args decoders to use struct xdr_streamGravatar Chuck Lever 1-14/+24
2021-01-25NFSD: Add helper to set up the pages where the dirlist is encodedGravatar Chuck Lever 1-20/+0
2021-01-25NFSD: Update READLINK3arg decoder to use struct xdr_streamGravatar Chuck Lever 1-13/+0
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