summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2022-09-26NFSD: Reduce amount of struct nfsd4_compoundargs that needs clearingChuck Lever2-12/+51
2022-09-26SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever5-0/+50
2022-09-26NFSD: add shrinker to reap courtesy clients on low memory conditionDai Ngo4-12/+96
2022-09-26NFSD: keep track of the number of courtesy clients in the systemDai Ngo2-1/+18
2022-09-26NFSD: Return nfserr_serverfault if splice_ok but buf->pages have dataAnna Schumaker1-1/+1
2022-09-26NFSD: Make nfsd4_remove() wait before returning NFS4ERR_DELAYChuck Lever1-1/+10
2022-09-26NFSD: Make nfsd4_rename() wait before returning NFS4ERR_DELAYChuck Lever1-1/+9
2022-09-26NFSD: Make nfsd4_setattr() wait before returning NFS4ERR_DELAYChuck Lever1-1/+8
2022-09-26NFSD: Refactor nfsd_setattr()Chuck Lever1-40/+57
2022-09-26NFSD: Add a mechanism to wait for a DELEGRETURNChuck Lever3-0/+60
2022-09-26NFSD: Add tracepoints to report NFSv4 callback completionsChuck Lever4-1/+48
2022-09-26NFSD: Trace NFSv4 COMPOUND tagsChuck Lever2-8/+15
2022-09-26NFSD: Replace dprintk() call site in fh_verify()Chuck Lever2-10/+46
2022-09-26nfsd: remove nfsd4_prepare_cb_recall() declarationGaosheng Cui1-1/+0
2022-09-26nfsd: clean up mounted_on_fileid handlingJeff Layton1-7/+9
2022-09-26NFSD: Fix handling of oversized NFSv4 COMPOUND requestsChuck Lever3-16/+18
2022-09-26NFSD: drop fname and flen args from nfsd_create_locked()NeilBrown3-8/+6
2022-09-26NFSD: Protect against send buffer overflow in NFSv3 READChuck Lever1-2/+2
2022-09-26NFSD: Protect against send buffer overflow in NFSv2 READChuck Lever1-0/+1
2022-09-26NFSD: Protect against send buffer overflow in NFSv3 READDIRChuck Lever1-3/+4
2022-09-26NFSD: Protect against send buffer overflow in NFSv2 READDIRChuck Lever1-3/+2
2022-09-26NFSD: Increase NFSD_MAX_OPS_PER_COMPOUNDChuck Lever2-4/+5
2022-09-26nfsd: Propagate some error code returned by memdup_user()Christophe JAILLET1-3/+3
2022-09-26nfsd: Avoid some useless testsChristophe JAILLET1-3/+3
2022-09-26nfsd: Fix a memory leak in an error handling pathChristophe JAILLET1-1/+3
2022-09-26NFSD: remove redundant variable statusJinpeng Cui1-12/+4
2022-09-26NFSD enforce filehandle check for source file in COPYOlga Kornievskaia1-1/+7
2022-09-26NFSD: move from strlcpy with unused retval to strscpyWolfram Sang3-6/+6
2022-09-13Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+8
2022-09-13nfsd_splice_actor(): handle compound pagesAl Viro1-4/+8
2022-09-13Merge tag 'nfsd-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-10/+9
2022-09-09NFSD: fix regression with setting ACLs.NeilBrown1-10/+9
2022-08-10Merge tag 'nfsd-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds22-908/+1385
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+3
2022-08-04NFSD: discard fh_locked flag and fh_lock/fh_unlockNeilBrown3-70/+6
2022-08-04NFSD: use (un)lock_inode instead of fh_(un)lock for file operationsNeilBrown4-23/+30
2022-08-04NFSD: use explicit lock/unlock for directory opsNeilBrown4-18/+29
2022-08-04NFSD: reduce locking in nfsd_lookup()NeilBrown5-32/+46
2022-08-04NFSD: only call fh_unlock() once in nfsd_link()NeilBrown1-9/+10
2022-08-04NFSD: always drop directory lock in nfsd_unlink()NeilBrown3-7/+6
2022-08-04NFSD: change nfsd_create()/nfsd_symlink() to unlock directory before returning.NeilBrown3-21/+21
2022-08-04NFSD: add posix ACLs to struct nfsd_attrsNeilBrown5-71/+47
2022-07-30NFSD: add security label to struct nfsd_attrsNeilBrown3-68/+15
2022-07-30NFSD: set attributes when creating symlinksNeilBrown5-12/+30
2022-07-30NFSD: introduce struct nfsd_attrsNeilBrown6-30/+71
2022-07-30NFSD: verify the opened dentry after setting a delegationJeff Layton3-5/+51
2022-07-30NFSD: drop fh argument from alloc_init_delegJeff Layton1-8/+6
2022-07-30NFSD: Move copy offload callback arguments into a separate structureChuck Lever3-45/+47
2022-07-30NFSD: Add nfsd4_send_cb_offload()Chuck Lever1-15/+22
2022-07-30NFSD: Remove kmalloc from nfsd4_do_async_copy()Chuck Lever1-14/+14