summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
AgeCommit message (Expand)AuthorLines
2022-09-13Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-4/+8
2022-09-12nfsd_splice_actor(): handle compound pagesAl Viro-4/+8
2022-09-12Merge tag 'nfsd-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds-10/+9
2022-09-08NFSD: fix regression with setting ACLs.NeilBrown-10/+9
2022-08-09Merge tag 'nfsd-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds-908/+1385
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+3
2022-08-04NFSD: discard fh_locked flag and fh_lock/fh_unlockNeilBrown-70/+6
2022-08-04NFSD: use (un)lock_inode instead of fh_(un)lock for file operationsNeilBrown-23/+30
2022-08-04NFSD: use explicit lock/unlock for directory opsNeilBrown-18/+29
2022-08-04NFSD: reduce locking in nfsd_lookup()NeilBrown-32/+46
2022-08-04NFSD: only call fh_unlock() once in nfsd_link()NeilBrown-9/+10
2022-08-04NFSD: always drop directory lock in nfsd_unlink()NeilBrown-7/+6
2022-08-04NFSD: change nfsd_create()/nfsd_symlink() to unlock directory before returning.NeilBrown-21/+21
2022-08-04NFSD: add posix ACLs to struct nfsd_attrsNeilBrown-71/+47
2022-07-29NFSD: add security label to struct nfsd_attrsNeilBrown-68/+15
2022-07-29NFSD: set attributes when creating symlinksNeilBrown-12/+30
2022-07-29NFSD: introduce struct nfsd_attrsNeilBrown-30/+71
2022-07-29NFSD: verify the opened dentry after setting a delegationJeff Layton-5/+51
2022-07-29NFSD: drop fh argument from alloc_init_delegJeff Layton-8/+6
2022-07-29NFSD: Move copy offload callback arguments into a separate structureChuck Lever-45/+47
2022-07-29NFSD: Add nfsd4_send_cb_offload()Chuck Lever-15/+22
2022-07-29NFSD: Remove kmalloc from nfsd4_do_async_copy()Chuck Lever-14/+14
2022-07-29NFSD: Refactor nfsd4_do_copy()Chuck Lever-8/+14
2022-07-29NFSD: Refactor nfsd4_cleanup_inter_ssc() (2/2)Chuck Lever-8/+7
2022-07-29NFSD: Refactor nfsd4_cleanup_inter_ssc() (1/2)Chuck Lever-5/+5
2022-07-29NFSD: Replace boolean fields in struct nfsd4_copyChuck Lever-43/+53
2022-07-29NFSD: Make nfs4_put_copy() staticChuck Lever-2/+1
2022-07-29NFSD: Reorder the fields in struct nfsd4_opChuck Lever-2/+2
2022-07-29NFSD: Shrink size of struct nfsd4_copyChuck Lever-4/+11
2022-07-29NFSD: Shrink size of struct nfsd4_copy_notifyChuck Lever-6/+14
2022-07-29NFSD: nfserrno(-ENOMEM) is nfserr_jukeboxChuck Lever-2/+2
2022-07-29NFSD: Fix strncpy() fortify warningChuck Lever-1/+1
2022-07-29NFSD: Clean up nfsd4_encode_readlink()Chuck Lever-15/+9
2022-07-29NFSD: Use xdr_pad_size()Chuck Lever-7/+4
2022-07-29NFSD: Simplify starting_lenChuck Lever-5/+4
2022-07-29NFSD: Optimize nfsd4_encode_readv()Chuck Lever-12/+6
2022-07-29NFSD: Add an nfsd4_read::rd_eof fieldChuck Lever-8/+8
2022-07-29NFSD: Clean up SPLICE_OK in nfsd4_encode_read()Chuck Lever-5/+4
2022-07-29NFSD: Optimize nfsd4_encode_fattr()Chuck Lever-7/+4
2022-07-29NFSD: Optimize nfsd4_encode_operation()Chuck Lever-2/+1
2022-07-29nfsd: silence extraneous printk on nfsd.ko insertionJeff Layton-1/+0
2022-07-29NFSD: limit the number of v4 clients to 1024 per 1GB of system memoryDai Ngo-6/+24
2022-07-29NFSD: keep track of the number of v4 clients in the systemDai Ngo-2/+10
2022-07-29NFSD: refactoring v4 specific code to a helper in nfs4state.cDai Ngo-8/+17
2022-07-29NFSD: Ensure nf_inode is never dereferencedChuck Lever-5/+4
2022-07-29NFSD: NFSv4 CLOSE should release an nfsd_file immediatelyChuck Lever-2/+21
2022-07-29NFSD: Move nfsd_file_trace_alloc() tracepointChuck Lever-2/+25
2022-07-29NFSD: Separate tracepoints for acquire and createChuck Lever-12/+52
2022-07-29NFSD: Clean up unused code after rhashtable conversionChuck Lever-33/+1
2022-07-29NFSD: Convert the filecache to use rhashtableChuck Lever-149/+179