aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs3proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-04NFSD: use explicit lock/unlock for directory opsNeilBrown1-2/+4
2022-08-04NFSD: always drop directory lock in nfsd_unlink()NeilBrown1-2/+0
2022-08-04NFSD: change nfsd_create()/nfsd_symlink() to unlock directory before returning.NeilBrown1-2/+0
2022-07-29NFSD: set attributes when creating symlinksNeilBrown1-1/+4
2022-07-29NFSD: introduce struct nfsd_attrsNeilBrown1-4/+16
2022-05-20NFSD: Refactor NFSv3 CREATEChuck Lever1-6/+121
2022-05-20NFSD: Clean up nfsd3_proc_create()Chuck Lever1-14/+2
2022-02-09Merge tag 'nfsd-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-8/+11
2022-02-09NFSD: COMMIT operations must not return NFS?ERR_INVALChuck Lever1-6/+0
2022-02-09NFSD: Clamp WRITE offsetsChuck Lever1-0/+5
2022-02-09NFSD: Fix the behavior of READ near OFFSET_MAXChuck Lever1-2/+6
2022-01-16Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-5/+1
2022-01-08NFSD: Fix zero-length NFSv3 WRITEsChuck Lever1-5/+1
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