summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfsproc.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-10sunrpc: remove unused svc_version vs_count fieldJeff Layton1-3/+0
2026-08-10NFSD: Replace isdotent() macroChuck Lever1-1/+1
2026-08-10nfsd: add fh_want_write() for early-verified SETATTR in nfsd_proc_setattr()Jeff Layton1-0/+7
2026-01-26NFS: NFSERR_INVAL is not defined by NFSv2Chuck Lever1-1/+1
2025-11-28nfsd: fix end_creating() conversionNeil Brown1-0/+3
2025-11-14VFS: change vfs_mkdir() to unlock on failure.NeilBrown1-1/+1
2025-11-14VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()NeilBrown1-6/+5
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-40/+8
2025-05-15NFSD: Remove NFSSVC_MAXBLKSIZE_V2 macroChuck Lever1-2/+2
2025-05-15NFSD: De-duplicate the svc_fill_write_vector() call sitesChuck Lever1-6/+3
2025-05-11nfsd: remove legacy dprintks from GETATTR and STATFS codepathsJeff Layton1-4/+0
2025-05-11nfsd: remove legacy READDIR dprintksJeff Layton1-3/+0
2025-05-11nfsd: remove dprintks for v2/3 RENAME eventsJeff Layton1-5/+0
2025-05-11nfsd: remove REMOVE/RMDIR dprintksJeff Layton1-5/+0
2025-05-11nfsd: remove old LINK dprintksJeff Layton1-7/+0
2025-05-11nfsd: remove old v2/3 SYMLINK dprintksJeff Layton1-4/+0
2025-05-11nfsd: remove old v2/3 create path dprintksJeff Layton1-5/+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-04-07nfsd: Use lookup_one() rather than lookup_one_len()NeilBrown1-2/+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/+33
2024-09-20nfsd: Pass 'cred' instead of 'rqstp' to some functions.NeilBrown1-4/+5
2024-03-01nfsd: Fix NFSv3 atomicity bugs in nfsd_setattr()Trond Myklebust1-3/+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-3/+3
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2023-02-20SUNRPC: Use per-CPU counters to tally server RPC countsChuck Lever1-3/+3
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-07NFSD: Use set_bit(RQ_DROPME)Chuck Lever1-2/+2
2022-12-10NFSD: Use only RQ_DROPME to signal the need to drop a replyChuck Lever1-2/+2
2022-11-28nfsd: move nfserrno() to vfs.cJeff Layton1-62/+0
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/+18
2022-09-26NFSD: drop fname and flen args from nfsd_create_locked()NeilBrown1-3/+2
2022-09-26NFSD: Protect against send buffer overflow in NFSv2 READChuck Lever1-0/+1
2022-09-26NFSD: Protect against send buffer overflow in NFSv2 READDIRChuck Lever1-3/+2
2022-08-04NFSD: use explicit lock/unlock for directory opsNeilBrown1-3/+2
2022-07-29NFSD: set attributes when creating symlinksNeilBrown1-1/+4
2022-07-29NFSD: introduce struct nfsd_attrsNeilBrown1-4/+13
2022-03-15NFSD: prevent underflow in nfssvc_decode_writeargs()Dan Carpenter1-1/+1
2022-01-16Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-5/+3
2022-01-08nfsd: Retry once in nfsd_open on an -EOPENSTALE returnJeff Layton1-0/+1
2022-01-08nfsd: Add errno mapping for EREMOTEIOJeff Layton1-0/+1
2022-01-08nfsd: map EBADFPeng Tao1-0/+1
2022-01-08NFSD: Fix zero-length NFSv3 WRITEsChuck Lever1-5/+0
2021-12-18NFSD: Fix READDIR buffer overflowChuck Lever1-4/+4
2021-10-02NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever1-2/+1
2021-08-26nfs: don't allow reexport reclaimsJ. Bruce Fields1-0/+1