aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs3proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-14sunrpc: simplify xdr_init_encode_pagesChristoph Hellwig1-1/+1
2025-05-28Merge tag 'nfsd-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-61/+7
2025-05-15NFSD: De-duplicate the svc_fill_write_vector() call sitesChuck Lever1-4/+1
2025-05-11nfsd: remove legacy dprintks from GETATTR and STATFS codepathsJeff Layton1-6/+0
2025-05-11nfsd: remove legacy READDIR dprintksJeff Layton1-6/+0
2025-05-11nfsd: remove dprintks for v2/3 RENAME eventsJeff Layton1-9/+0
2025-05-11nfsd: remove REMOVE/RMDIR dprintksJeff Layton1-10/+0
2025-05-11nfsd: remove old LINK dprintksJeff Layton1-7/+0
2025-05-11nfsd: remove old v2/3 SYMLINK dprintksJeff Layton1-5/+0
2025-05-11nfsd: remove old v2/3 create path dprintksJeff Layton1-15/+0
2025-05-11nfsd: add tracepoint for getattr and statfs eventsJeff Layton1-0/+2
2025-05-11nfsd: add tracepoint to nfsd_readdirJeff Layton1-0/+2
2025-05-11nfsd: add nfsd_vfs_create tracepointsJeff Layton1-0/+3
2025-04-07nfsd: Use lookup_one() rather than lookup_one_len()NeilBrown1-1/+3
2024-09-20nfsd: move error choice for incorrect object types to version-specific code.NeilBrown1-0/+7
2024-09-20nfsd: Move error code mapping to per-version proc code.NeilBrown1-0/+37
2024-03-01nfsd: Fix NFSv3 atomicity bugs in nfsd_setattr()Trond Myklebust1-2/+4
2023-10-30Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-2/+3
2023-10-18nfsd: convert to new timestamp accessorsJeff Layton1-2/+2
2023-10-16nfsd: Clean up errors in nfs3proc.cKaiLong Wang1-2/+3
2023-08-29nfsd: handle failure to collect pre/post-op attrs more sanelyJeff Layton1-1/+3
2023-06-11NFSD: Hoist rq_vec preparation into nfsd_read()Chuck Lever1-13/+1
2023-02-22Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-2/+3
2023-02-20SUNRPC: Use per-CPU counters to tally server RPC countsChuck Lever1-2/+3
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner1-1/+1
2022-11-28NFSD: Add an NFSD_FILE_GC flag to enable nfsd_file garbage collectionChuck Lever1-2/+2
2022-11-28NFSD: Pass the target nfsd_file to nfsd_commit()Chuck Lever1-1/+9
2022-09-26NFSD: Refactor common code out of dirlist helpersChuck Lever1-9/+1
2022-09-26SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever1-0/+22
2022-09-26NFSD: Protect against send buffer overflow in NFSv3 READChuck Lever1-2/+2
2022-09-26NFSD: Protect against send buffer overflow in NFSv3 READDIRChuck Lever1-3/+4
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/...Linus 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