summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs3proc.c
AgeCommit message (Expand)Author
2022-02-09Merge tag 'nfsd-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2022-02-09NFSD: COMMIT operations must not return NFS?ERR_INVALChuck Lever
2022-02-09NFSD: Clamp WRITE offsetsChuck Lever
2022-02-09NFSD: Fix the behavior of READ near OFFSET_MAXChuck Lever
2022-01-16Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-01-08NFSD: Fix zero-length NFSv3 WRITEsChuck Lever
2021-12-18NFSD: Fix READDIR buffer overflowChuck Lever
2021-10-02NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever
2021-03-22NFSD: Reduce svc_rqst::rq_pages churn during READDIR operationsChuck Lever
2021-03-22NFSD: Update NFSv3 READDIR entry encoders to use struct xdr_streamChuck Lever
2021-03-22NFSD: Update the NFSv3 READDIR3res encoder to use struct xdr_streamChuck Lever
2021-03-22NFSD: Count bytes instead of pages in the NFSv3 READDIR encoderChuck Lever
2021-03-22NFSD: Add a helper that encodes NFSv3 directory offset cookiesChuck Lever
2021-03-22NFSD: Update the NFSv3 READ3res encode to use struct xdr_streamChuck Lever
2021-03-22NFSD: Update the NFSv3 READLINK3res encoder to use struct xdr_streamChuck Lever
2021-03-22NFSD: Update the NFSv3 LOOKUP3res encoder to use struct xdr_streamChuck Lever
2021-03-22NFSD: Update the GETATTR3res encoder 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: Fix returned READDIR offset cookieChuck Lever
2021-01-25NFSD: Update READLINK3arg decoder to use struct xdr_streamChuck Lever
2021-01-25NFSD: Update READ3arg decoder to use struct xdr_streamChuck Lever
2021-01-25NFSD: Update GETATTR3args decoder to use struct xdr_streamChuck Lever
2021-01-25SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyChuck Lever
2020-11-30NFSD: Add common helpers to decode void args and encode void resultsChuck Lever
2020-11-30nfsd/nfs3: remove unused macro nfsd3_fhandleresAlex Shi
2020-11-05NFSD: MKNOD should return NFSERR_BADTYPE instead of NFSERR_INVALChuck Lever
2020-10-12NFSD: Hoist status code encoding into XDR encoder functionsChuck Lever
2020-10-02NFSD: Remove the RETURN_STATUS() macroChuck Lever
2020-10-02NFSD: Encoder and decoder functions are always presentChuck Lever
2020-01-22nfsd: Ensure sampling of the write verifier is atomic with the writeTrond Myklebust
2020-01-22nfsd: Ensure sampling of the commit verifier is atomic with the commitTrond Myklebust
2019-09-23nfsd: fix nfs read eof detectionTrond Myklebust
2019-04-05nfsd/nfsd3_proc_readdir: fix buffer count and page pointersMurphy Zhou
2019-03-08nfsd: allow nfsv3 readdir request to be larger.NeilBrown
2019-03-05nfsd: fix memory corruption caused by readdirNeilBrown
2018-08-09NFSD: Handle full-length symlinksChuck Lever
2018-08-09NFSD: Refactor the generic write vector fill helperChuck Lever
2018-04-03NFSD: Clean up legacy NFS SYMLINK argument XDR decodersChuck Lever
2018-04-03NFSD: Clean up legacy NFS WRITE argument XDR decodersChuck Lever
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-05-15sunrpc: mark all struct svc_version instances as constChristoph Hellwig
2017-05-15sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig
2017-05-15sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig
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
2017-05-15sunrpc: properly type pc_func callbacksChristoph Hellwig
2017-05-15nfsd: remove the unused PROC() macro in nfs3proc.cChristoph Hellwig
2017-01-31NFSD: cleanup dead codes and values in nfsd_writeKinglong Mee
2017-01-31NFSD: pass an integer for stable type to nfsd_vfs_writeKinglong Mee