summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfsxdr.c
AgeCommit message (Expand)Author
2021-10-13SUNRPC: Change return value type of .pc_encodeChuck Lever
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever
2021-10-13SUNRPC: Change return value type of .pc_decodeChuck Lever
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever
2021-10-02NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever
2021-10-02NFSD: simplify struct nfsfhNeilBrown
2021-03-22NFSD: Clean up NFSDDBG_FACILITY macroChuck Lever
2021-03-22NFSD: Clean up after updating NFSv2 ACL encodersChuck Lever
2021-03-22NFSD: Update the NFSv2 GETACL result encoder to use struct xdr_streamChuck Lever
2021-03-22NFSD: Remove unused NFSv2 directory entry encodersChuck Lever
2021-03-22NFSD: Update the NFSv2 READDIR entry encoder to use struct xdr_streamChuck Lever
2021-03-22NFSD: Update the NFSv2 READDIR result encoder to use struct xdr_streamChuck Lever
2021-03-22NFSD: Count bytes instead of pages in the NFSv2 READDIR encoderChuck Lever
2021-03-22NFSD: Add a helper that encodes NFSv3 directory offset cookiesChuck Lever
2021-03-22NFSD: Update the NFSv2 STATFS result encoder to use struct xdr_streamChuck Lever
2021-03-22NFSD: Update the NFSv2 READ result encoder to use struct xdr_streamChuck Lever
2021-03-22NFSD: Update the NFSv2 READLINK result encoder to use struct xdr_streamChuck Lever
2021-03-22NFSD: Update the NFSv2 diropres encoder to use struct xdr_streamChuck Lever
2021-03-22NFSD: Update the NFSv2 attrstat encoder to use struct xdr_streamChuck Lever
2021-03-22NFSD: Update the NFSv2 stat encoder to use struct xdr_streamChuck Lever
2021-01-25NFSD: Clean up after updating NFSv2 ACL decodersChuck Lever
2021-01-25NFSD: Update the NFSv2 GETACL argument decoder to use struct xdr_streamChuck Lever
2021-01-25NFSD: Update the NFSv2 SYMLINK argument decoder to use struct xdr_streamChuck Lever
2021-01-25NFSD: Update the NFSv2 CREATE argument decoder to use struct xdr_streamChuck Lever
2021-01-25NFSD: Update the NFSv2 SETATTR argument decoder to use struct xdr_streamChuck Lever
2021-01-25NFSD: Update the NFSv2 LINK argument decoder to use struct xdr_streamChuck Lever
2021-01-25NFSD: Update the NFSv2 RENAME argument decoder to use struct xdr_streamChuck Lever
2021-01-25NFSD: Update NFSv2 diropargs decoding to use struct xdr_streamChuck Lever
2021-01-25NFSD: Update the NFSv2 READDIR argument decoder to use struct xdr_streamChuck Lever
2021-01-25NFSD: Add helper to set up the pages where the dirlist is encodedChuck Lever
2021-01-25NFSD: Update the NFSv2 READLINK argument decoder to use struct xdr_streamChuck Lever
2021-01-25NFSD: Update the NFSv2 WRITE argument decoder to use struct xdr_streamChuck Lever
2021-01-25NFSD: Update the NFSv2 READ argument decoder to use struct xdr_streamChuck Lever
2021-01-25NFSD: Update the NFSv2 GETATTR argument decoder to use struct xdr_streamChuck Lever
2020-11-30NFSD: Add common helpers to decode void args and encode void resultsChuck Lever
2020-11-30NFSD: Invoke svc_encode_result_payload() in "read" NFSD encodersChuck Lever
2020-10-12NFSD: Hoist status code encoding into XDR encoder functionsChuck Lever
2020-10-02NFSD: Call NFSv2 encoders on error returnsChuck Lever
2020-10-02NFSD: Fix .pc_release method for NFSv2Chuck Lever
2019-04-24nfsd: knfsd must use the container user namespaceTrond Myklebust
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-04-03NFSD: Clean up legacy NFS SYMLINK argument XDR decodersChuck Lever
2018-04-03NFSD: Clean up legacy NFS WRITE argument XDR decodersChuck Lever
2018-02-08nfsd: encode stat->mtime for getattr instead of inode->i_mtimeAmir Goldstein
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-28Merge tag 'v4.12-rc5' into nfsd treeJ. Bruce Fields
2017-05-16nfsd: Revert "nfsd: check for oversized NFSv2/v3 arguments"J. Bruce Fields
2017-05-15sunrpc: properly type pc_encode callbacksChristoph Hellwig
2017-05-15sunrpc: properly type pc_decode callbacksChristoph Hellwig
2017-05-15sunrpc: properly type pc_release callbacksChristoph Hellwig