aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-13Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+8
2022-09-12nfsd_splice_actor(): handle compound pagesAl Viro1-4/+8
2022-09-12Merge tag 'nfsd-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-10/+9
2022-09-08NFSD: fix regression with setting ACLs.NeilBrown1-10/+9
2022-08-09Merge tag 'nfsd-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds22-908/+1385
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus 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-29NFSD: add security label to struct nfsd_attrsNeilBrown3-68/+15
2022-07-29NFSD: set attributes when creating symlinksNeilBrown5-12/+30
2022-07-29NFSD: introduce struct nfsd_attrsNeilBrown6-30/+71
2022-07-29NFSD: verify the opened dentry after setting a delegationJeff Layton3-5/+51
2022-07-29NFSD: drop fh argument from alloc_init_delegJeff Layton1-8/+6
2022-07-29NFSD: Move copy offload callback arguments into a separate structureChuck Lever3-45/+47
2022-07-29NFSD: Add nfsd4_send_cb_offload()Chuck Lever1-15/+22
2022-07-29NFSD: Remove kmalloc from nfsd4_do_async_copy()Chuck Lever1-14/+14
2022-07-29NFSD: Refactor nfsd4_do_copy()Chuck Lever1-8/+14
2022-07-29NFSD: Refactor nfsd4_cleanup_inter_ssc() (2/2)Chuck Lever1-8/+7
2022-07-29NFSD: Refactor nfsd4_cleanup_inter_ssc() (1/2)Chuck Lever1-5/+5
2022-07-29NFSD: Replace boolean fields in struct nfsd4_copyChuck Lever3-43/+53
2022-07-29NFSD: Make nfs4_put_copy() staticChuck Lever2-2/+1
2022-07-29NFSD: Reorder the fields in struct nfsd4_opChuck Lever1-2/+2
2022-07-29NFSD: Shrink size of struct nfsd4_copyChuck Lever3-4/+11
2022-07-29NFSD: Shrink size of struct nfsd4_copy_notifyChuck Lever3-6/+14
2022-07-29NFSD: nfserrno(-ENOMEM) is nfserr_jukeboxChuck Lever1-2/+2
2022-07-29NFSD: Fix strncpy() fortify warningChuck Lever1-1/+1
2022-07-29NFSD: Clean up nfsd4_encode_readlink()Chuck Lever1-15/+9
2022-07-29NFSD: Use xdr_pad_size()Chuck Lever1-7/+4
2022-07-29NFSD: Simplify starting_lenChuck Lever1-5/+4
2022-07-29NFSD: Optimize nfsd4_encode_readv()Chuck Lever1-12/+6
2022-07-29NFSD: Add an nfsd4_read::rd_eof fieldChuck Lever2-8/+8
2022-07-29NFSD: Clean up SPLICE_OK in nfsd4_encode_read()Chuck Lever1-5/+4
2022-07-29NFSD: Optimize nfsd4_encode_fattr()Chuck Lever1-7/+4
2022-07-29NFSD: Optimize nfsd4_encode_operation()Chuck Lever1-2/+1
2022-07-29nfsd: silence extraneous printk on nfsd.ko insertionJeff Layton1-1/+0
2022-07-29NFSD: limit the number of v4 clients to 1024 per 1GB of system memoryDai Ngo3-6/+24
2022-07-29NFSD: keep track of the number of v4 clients in the systemDai Ngo2-2/+10
2022-07-29NFSD: refactoring v4 specific code to a helper in nfs4state.cDai Ngo3-8/+17
2022-07-29NFSD: Ensure nf_inode is never dereferencedChuck Lever3-5/+4
2022-07-29NFSD: NFSv4 CLOSE should release an nfsd_file immediatelyChuck Lever3-2/+21
2022-07-29NFSD: Move nfsd_file_trace_alloc() tracepointChuck Lever2-2/+25
2022-07-29NFSD: Separate tracepoints for acquire and createChuck Lever3-12/+52
2022-07-29NFSD: Clean up unused code after rhashtable conversionChuck Lever2-33/+1
2022-07-29NFSD: Convert the filecache to use rhashtableChuck Lever2-149/+179