aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs3proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-18NFSD: Fix READDIR buffer overflowChuck Lever1-7/+4
2021-10-02NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever1-2/+1
2021-03-22NFSD: Reduce svc_rqst::rq_pages churn during READDIR operationsChuck Lever1-0/+6
2021-03-22NFSD: Update NFSv3 READDIR entry encoders to use struct xdr_streamChuck Lever1-14/+21
2021-03-22NFSD: Update the NFSv3 READDIR3res encoder to use struct xdr_streamChuck Lever1-1/+2
2021-03-22NFSD: Count bytes instead of pages in the NFSv3 READDIR encoderChuck Lever1-29/+2
2021-03-22NFSD: Add a helper that encodes NFSv3 directory offset cookiesChuck Lever1-22/+2
2021-03-22NFSD: Update the NFSv3 READ3res encode to use struct xdr_streamChuck Lever1-0/+1
2021-03-22NFSD: Update the NFSv3 READLINK3res encoder to use struct xdr_streamChuck Lever1-2/+3
2021-03-22NFSD: Update the NFSv3 LOOKUP3res encoder to use struct xdr_streamChuck Lever1-1/+1
2021-03-22NFSD: Update the GETATTR3res encoder to use struct xdr_streamChuck Lever1-1/+1
2021-01-25NFSD: Add helper to set up the pages where the dirlist is encodedChuck Lever1-10/+19
2021-01-25NFSD: Fix returned READDIR offset cookieChuck Lever1-3/+4
2021-01-25NFSD: Update READLINK3arg decoder to use struct xdr_streamChuck Lever1-4/+5
2021-01-25NFSD: Update READ3arg decoder to use struct xdr_streamChuck Lever1-5/+18
2021-01-25NFSD: Update GETATTR3args decoder to use struct xdr_streamChuck Lever1-2/+1
2021-01-25SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyChuck Lever1-0/+22
2020-11-30NFSD: Add common helpers to decode void args and encode void resultsChuck Lever1-6/+4
2020-11-30nfsd/nfs3: remove unused macro nfsd3_fhandleresAlex Shi1-1/+0
2020-11-05NFSD: MKNOD should return NFSERR_BADTYPE instead of NFSERR_INVALChuck Lever1-5/+1
2020-10-12NFSD: Hoist status code encoding into XDR encoder functionsChuck Lever1-22/+22
2020-10-02NFSD: Remove the RETURN_STATUS() macroChuck Lever1-121/+114
2020-10-02NFSD: Encoder and decoder functions are always presentChuck Lever1-0/+1
2020-01-22nfsd: Ensure sampling of the write verifier is atomic with the writeTrond Myklebust1-1/+1
2020-01-22nfsd: Ensure sampling of the commit verifier is atomic with the commitTrond Myklebust1-1/+2
2019-09-23nfsd: fix nfs read eof detectionTrond Myklebust1-7/+2
2019-04-05nfsd/nfsd3_proc_readdir: fix buffer count and page pointersMurphy Zhou1-2/+15
2019-03-08nfsd: allow nfsv3 readdir request to be larger.NeilBrown1-1/+1
2019-03-05nfsd: fix memory corruption caused by readdirNeilBrown1-2/+14
2018-08-09NFSD: Handle full-length symlinksChuck Lever1-0/+2
2018-08-09NFSD: Refactor the generic write vector fill helperChuck Lever1-1/+2
2018-04-03NFSD: Clean up legacy NFS SYMLINK argument XDR decodersChuck Lever1-0/+10
2018-04-03NFSD: Clean up legacy NFS WRITE argument XDR decodersChuck Lever1-2/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-15sunrpc: mark all struct svc_version instances as constChristoph Hellwig1-7/+7
2017-05-15sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig1-1/+1
2017-05-15sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig1-0/+2
2017-05-15sunrpc: properly type pc_encode callbacksChristoph Hellwig1-22/+22
2017-05-15sunrpc: properly type pc_decode callbacksChristoph Hellwig1-21/+21
2017-05-15sunrpc: properly type pc_release callbacksChristoph Hellwig1-18/+18
2017-05-15sunrpc: properly type pc_func callbacksChristoph Hellwig1-65/+86
2017-05-15nfsd: remove the unused PROC() macro in nfs3proc.cChristoph Hellwig1-12/+0
2017-01-31NFSD: cleanup dead codes and values in nfsd_writeKinglong Mee1-5/+3
2017-01-31NFSD: pass an integer for stable type to nfsd_vfs_writeKinglong Mee1-1/+1
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-2/+2
2016-03-23nfsd: use short read as well as i_size to set eofBenjamin Coddington1-3/+4
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-3/+3
2014-08-18nfsd: allow turning off nfsv3 readdir_plusRajesh Ghanekar1-0/+8
2014-08-17nfsd3: Check write permission after checking existenceRoss Lagerwall1-5/+0
2014-07-08NFSD: Remove iattr parameter from nfsd_symlink()Kinglong Mee1-2/+1