summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfsproc.c
AgeCommit message (Expand)Author
2025-07-14sunrpc: simplify xdr_init_encode_pagesChristoph Hellwig
2025-05-28Merge tag 'nfsd-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2025-05-15NFSD: Remove NFSSVC_MAXBLKSIZE_V2 macroChuck Lever
2025-05-15NFSD: De-duplicate the svc_fill_write_vector() call sitesChuck Lever
2025-05-11nfsd: remove legacy dprintks from GETATTR and STATFS codepathsJeff Layton
2025-05-11nfsd: remove legacy READDIR dprintksJeff Layton
2025-05-11nfsd: remove dprintks for v2/3 RENAME eventsJeff Layton
2025-05-11nfsd: remove REMOVE/RMDIR dprintksJeff Layton
2025-05-11nfsd: remove old LINK dprintksJeff Layton
2025-05-11nfsd: remove old v2/3 SYMLINK dprintksJeff Layton
2025-05-11nfsd: remove old v2/3 create path dprintksJeff Layton
2025-05-11nfsd: add tracepoint for getattr and statfs eventsJeff Layton
2025-05-11nfsd: add tracepoint to nfsd_readdirJeff Layton
2025-04-07nfsd: Use lookup_one() rather than lookup_one_len()NeilBrown
2024-09-20nfsd: move error choice for incorrect object types to version-specific code.NeilBrown
2024-09-20nfsd: Move error code mapping to per-version proc code.NeilBrown
2024-09-20nfsd: Pass 'cred' instead of 'rqstp' to some functions.NeilBrown
2024-03-01nfsd: Fix NFSv3 atomicity bugs in nfsd_setattr()Trond Myklebust
2023-06-11NFSD: Hoist rq_vec preparation into nfsd_read()Chuck Lever
2023-02-22Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-20SUNRPC: Use per-CPU counters to tally server RPC countsChuck Lever
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2023-01-07NFSD: Use set_bit(RQ_DROPME)Chuck Lever
2022-12-10NFSD: Use only RQ_DROPME to signal the need to drop a replyChuck Lever
2022-11-28nfsd: move nfserrno() to vfs.cJeff Layton
2022-09-26NFSD: Refactor common code out of dirlist helpersChuck Lever
2022-09-26SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever
2022-09-26NFSD: drop fname and flen args from nfsd_create_locked()NeilBrown
2022-09-26NFSD: Protect against send buffer overflow in NFSv2 READChuck Lever
2022-09-26NFSD: Protect against send buffer overflow in NFSv2 READDIRChuck Lever
2022-08-04NFSD: use explicit lock/unlock for directory opsNeilBrown
2022-07-29NFSD: set attributes when creating symlinksNeilBrown
2022-07-29NFSD: introduce struct nfsd_attrsNeilBrown
2022-03-15NFSD: prevent underflow in nfssvc_decode_writeargs()Dan Carpenter
2022-01-16Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-01-08nfsd: Retry once in nfsd_open on an -EOPENSTALE returnJeff Layton
2022-01-08nfsd: Add errno mapping for EREMOTEIOJeff Layton
2022-01-08nfsd: map EBADFPeng Tao
2022-01-08NFSD: Fix zero-length NFSv3 WRITEsChuck Lever
2021-12-18NFSD: Fix READDIR buffer overflowChuck Lever
2021-10-02NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever
2021-08-26nfs: don't allow reexport reclaimsJ. Bruce Fields
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-03-22NFSD: Remove unused NFSv2 directory entry encodersChuck Lever
2021-03-22NFSD: Update the NFSv2 READDIR entry encoder to use struct xdr_streamChuck Lever
2021-03-22NFSD: Count bytes instead of pages in the NFSv2 READDIR encoderChuck Lever
2021-03-22NFSD: Add a helper that encodes NFSv3 directory offset cookiesChuck Lever
2021-03-22NFSD: Update the NFSv2 READ result encoder to use struct xdr_streamChuck Lever
2021-03-22NFSD: Update the NFSv2 READLINK result encoder to use struct xdr_streamChuck Lever