summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs3proc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-02-221-2/+3
|\
| * SUNRPC: Use per-CPU counters to tally server RPC countsChuck Lever2023-02-201-2/+3
* | fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner2023-01-181-1/+1
|/
* NFSD: Add an NFSD_FILE_GC flag to enable nfsd_file garbage collectionChuck Lever2022-11-281-2/+2
* NFSD: Pass the target nfsd_file to nfsd_commit()Chuck Lever2022-11-281-1/+9
* NFSD: Refactor common code out of dirlist helpersChuck Lever2022-09-261-9/+1
* SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever2022-09-261-0/+22
* NFSD: Protect against send buffer overflow in NFSv3 READChuck Lever2022-09-261-2/+2
* NFSD: Protect against send buffer overflow in NFSv3 READDIRChuck Lever2022-09-261-3/+4
* NFSD: use explicit lock/unlock for directory opsNeilBrown2022-08-041-2/+4
* NFSD: always drop directory lock in nfsd_unlink()NeilBrown2022-08-041-2/+0
* NFSD: change nfsd_create()/nfsd_symlink() to unlock directory before returning.NeilBrown2022-08-041-2/+0
* NFSD: set attributes when creating symlinksNeilBrown2022-07-291-1/+4
* NFSD: introduce struct nfsd_attrsNeilBrown2022-07-291-4/+16
* NFSD: Refactor NFSv3 CREATEChuck Lever2022-05-201-6/+121
* NFSD: Clean up nfsd3_proc_create()Chuck Lever2022-05-201-14/+2
* Merge tag 'nfsd-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-02-091-8/+11
|\
| * NFSD: COMMIT operations must not return NFS?ERR_INVALChuck Lever2022-02-091-6/+0
| * NFSD: Clamp WRITE offsetsChuck Lever2022-02-091-0/+5
| * NFSD: Fix the behavior of READ near OFFSET_MAXChuck Lever2022-02-091-2/+6
* | Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-01-161-5/+1
|\ \ | |/
| * NFSD: Fix zero-length NFSv3 WRITEsChuck Lever2022-01-081-5/+1
* | NFSD: Fix READDIR buffer overflowChuck Lever2021-12-181-7/+4
|/
* NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever2021-10-021-2/+1
* NFSD: Reduce svc_rqst::rq_pages churn during READDIR operationsChuck Lever2021-03-221-0/+6
* NFSD: Update NFSv3 READDIR entry encoders to use struct xdr_streamChuck Lever2021-03-221-14/+21
* NFSD: Update the NFSv3 READDIR3res encoder to use struct xdr_streamChuck Lever2021-03-221-1/+2
* NFSD: Count bytes instead of pages in the NFSv3 READDIR encoderChuck Lever2021-03-221-29/+2
* NFSD: Add a helper that encodes NFSv3 directory offset cookiesChuck Lever2021-03-221-22/+2
* NFSD: Update the NFSv3 READ3res encode to use struct xdr_streamChuck Lever2021-03-221-0/+1
* NFSD: Update the NFSv3 READLINK3res encoder to use struct xdr_streamChuck Lever2021-03-221-2/+3
* NFSD: Update the NFSv3 LOOKUP3res encoder to use struct xdr_streamChuck Lever2021-03-221-1/+1
* NFSD: Update the GETATTR3res encoder to use struct xdr_streamChuck Lever2021-03-221-1/+1
* NFSD: Add helper to set up the pages where the dirlist is encodedChuck Lever2021-01-251-10/+19
* NFSD: Fix returned READDIR offset cookieChuck Lever2021-01-251-3/+4
* NFSD: Update READLINK3arg decoder to use struct xdr_streamChuck Lever2021-01-251-4/+5
* NFSD: Update READ3arg decoder to use struct xdr_streamChuck Lever2021-01-251-5/+18
* NFSD: Update GETATTR3args decoder to use struct xdr_streamChuck Lever2021-01-251-2/+1
* SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyChuck Lever2021-01-251-0/+22
* NFSD: Add common helpers to decode void args and encode void resultsChuck Lever2020-11-301-6/+4
* nfsd/nfs3: remove unused macro nfsd3_fhandleresAlex Shi2020-11-301-1/+0
* NFSD: MKNOD should return NFSERR_BADTYPE instead of NFSERR_INVALChuck Lever2020-11-051-5/+1
* NFSD: Hoist status code encoding into XDR encoder functionsChuck Lever2020-10-121-22/+22
* NFSD: Remove the RETURN_STATUS() macroChuck Lever2020-10-021-121/+114
* NFSD: Encoder and decoder functions are always presentChuck Lever2020-10-021-0/+1
* nfsd: Ensure sampling of the write verifier is atomic with the writeTrond Myklebust2020-01-221-1/+1
* nfsd: Ensure sampling of the commit verifier is atomic with the commitTrond Myklebust2020-01-221-1/+2
* nfsd: fix nfs read eof detectionTrond Myklebust2019-09-231-7/+2
* nfsd/nfsd3_proc_readdir: fix buffer count and page pointersMurphy Zhou2019-04-051-2/+15
* nfsd: allow nfsv3 readdir request to be larger.NeilBrown2019-03-081-1/+1