summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2023-01-12nfsd: fix handling of readdir in v4root vs. mount upcall timeoutJeff Layton1-0/+11
2023-01-12nfsd: shut down the NFSv4 state objects before the filecacheJeff Layton1-1/+1
2022-12-31nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failureDan Aloni1-1/+3
2022-12-31NFSD: pass range end to vfs_fsync_range() instead of countBrian Foster1-2/+3
2022-12-31nfsd: return error if nfs4_setacl failsJeff Layton1-0/+2
2022-12-31nfsd: don't call nfsd_file_put from client states seqfile displayJeff Layton1-18/+33
2022-12-31NFSD: Finish converting the NFSv3 GETACL result encoderChuck Lever1-24/+6
2022-12-31NFSD: Finish converting the NFSv2 GETACL result encoderChuck Lever1-10/+0
2022-12-08vfs: fix copy_file_range() averts filesystem freeze protectionAmir Goldstein1-2/+2
2022-12-02NFSD: Fix reads with a non-zero offset that don't end on a page boundaryChuck Lever1-3/+4
2022-11-26nfsd: put the export reference in nfsd4_verify_deleg_dentryJeff Layton1-0/+1
2022-11-10nfsd: fix net-namespace logic in __nfsd_file_cache_purgeJeff Layton1-3/+2
2022-11-10nfsd: fix nfsd_file_unhash_and_disposeJeff Layton1-29/+7
2022-10-21NFSD: fix use-after-free on source server when doing inter-server copyDai Ngo1-0/+5
2022-10-21NFSD: Return nfserr_serverfault if splice_ok but buf->pages have dataAnna Schumaker1-1/+1
2022-10-21NFSD: Fix handling of oversized NFSv4 COMPOUND requestsChuck Lever3-16/+18
2022-10-21NFSD: Protect against send buffer overflow in NFSv2 READDIRChuck Lever1-3/+2
2022-10-21nfsd: Fix a memory leak in an error handling pathChristophe JAILLET1-1/+3
2022-10-21NFSD: Protect against send buffer overflow in NFSv3 READChuck Lever1-2/+2
2022-10-21NFSD: Protect against send buffer overflow in NFSv2 READChuck Lever1-0/+1
2022-10-21NFSD: Protect against send buffer overflow in NFSv3 READDIRChuck Lever1-3/+4
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
2022-07-30NFSD: Refactor nfsd4_do_copy()Chuck Lever1-8/+14
2022-07-30NFSD: Refactor nfsd4_cleanup_inter_ssc() (2/2)Chuck Lever1-8/+7
2022-07-30NFSD: Refactor nfsd4_cleanup_inter_ssc() (1/2)Chuck Lever1-5/+5
2022-07-30NFSD: Replace boolean fields in struct nfsd4_copyChuck Lever3-43/+53
2022-07-30NFSD: Make nfs4_put_copy() staticChuck Lever2-2/+1
2022-07-30NFSD: Reorder the fields in struct nfsd4_opChuck Lever1-2/+2
2022-07-30NFSD: Shrink size of struct nfsd4_copyChuck Lever3-4/+11