summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2023-09-16Merge tag 'nfsd-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2-4/+5
2023-09-12NFSD: fix possible oops when nfsd/pool_stats is closed.NeilBrown1-2/+3
2023-09-09nfsd: fix change_info in NFSv4 RENAME repliesJeff Layton1-2/+2
2023-09-01Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds20-256/+517
2023-08-30NFSD: da_addr_body field missing in some GETDEVICEINFO repliesChuck Lever3-14/+29
2023-08-30SUNRPC: remove timeout arg from svc_recv()NeilBrown1-1/+1
2023-08-30SUNRPC: change svc_recv() to return void.NeilBrown1-11/+2
2023-08-30SUNRPC: call svc_process() from svc_recv().NeilBrown1-2/+1
2023-08-30nfsd: separate nfsd_last_thread() from nfsd_put()NeilBrown2-34/+25
2023-08-30nfsd: Simplify code around svc_exit_thread() call in nfsd()NeilBrown1-23/+0
2023-08-30nfsd: don't allow nfsd threads to be signalled.NeilBrown2-15/+2
2023-08-30nfsd: inherit required unset default acls from effective setJeff Layton1-5/+29
2023-08-30nfsd: set missing after_change as before_change + 1Jeff Layton1-1/+1
2023-08-30nfsd: remove unsafe BUG_ON from set_change_infoJeff Layton2-11/+32
2023-08-30nfsd: handle failure to collect pre/post-op attrs more sanelyJeff Layton5-37/+65
2023-08-30nfsd: add a MODULE_DESCRIPTIONJeff Layton1-0/+1
2023-08-30NFSD: Rename struct svc_cacherepChuck Lever4-28/+28
2023-08-30NFSD: Remove svc_rqst::rq_cacherepChuck Lever3-11/+16
2023-08-30NFSD: Refactor the duplicate reply cache shrinkerChuck Lever1-43/+39
2023-08-30NFSD: Replace nfsd_prune_bucket()Chuck Lever2-15/+85
2023-08-30NFSD: Rename nfsd_reply_cache_alloc()Chuck Lever1-3/+3
2023-08-30NFSD: Refactor nfsd_reply_cache_free_locked()Chuck Lever1-7/+20
2023-08-30NFSD: Enable write delegation supportDai Ngo2-20/+78
2023-08-30NFSD: Report zero space limit for write delegationsChuck Lever1-3/+6
2023-08-30NFSD: handle GETATTR conflict with write delegationDai Ngo5-0/+82
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-2/+2
2023-08-25Merge tag 'nfsd-6.5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2-1/+2
2023-08-24NFSD: Fix a thinko introduced by recent trace point changesChuck Lever1-0/+1
2023-08-04nfsd: Fix race to FREE_STATEID and cl_revokedBenjamin Coddington1-1/+1
2023-08-03Merge tag 'nfsd-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-3/+6
2023-07-31nfsd: Fix reading via spliceDavid Howells1-3/+6
2023-07-25Merge tag 'nfsd-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-2/+0
2023-07-24nfsd: convert to ctime accessor functionsJeff Layton2-2/+2
2023-07-18nfsd: Remove incorrect check in nfsd4_validate_stateidTrond Myklebust1-2/+0
2023-07-01Merge tag 'nfsd-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-5/+5
2023-06-29Merge tag 'fsnotify_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+5
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+1
2023-06-27nfsd: Fix creation time serialization orderTavian Barnes1-5/+5
2023-06-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-1/+1
2023-06-21nfsd: remove redundant assignments to variable lenColin Ian King1-7/+5
2023-06-18NFSD: Distinguish per-net namespace initializationChuck Lever2-4/+24
2023-06-18nfsd: move init of percpu reply_cache_stats counters back to nfsd_init_netJeff Layton3-12/+25
2023-06-17NFSD: Add an nfsd4_encode_nfstime4() helperChuck Lever1-20/+26
2023-06-12NFSD: add encoding of op_recall flag for write delegationDai Ngo1-1/+1
2023-06-11nfsd: don't provide pre/post-op attrs if fh_getattr failsJeff Layton1-19/+7
2023-06-11NFSD: Remove nfsd_readv()Chuck Lever2-20/+0
2023-06-11NFSD: Hoist rq_vec preparation into nfsd_read() [step two]Chuck Lever2-6/+17
2023-06-11NFSD: Hoist rq_vec preparation into nfsd_read()Chuck Lever4-36/+68
2023-06-11NFSD: Update rq_next_page between COMPOUND operationsChuck Lever1-3/+6
2023-06-11NFSD: Use svcxdr_encode_opaque_pages() in nfsd4_encode_splice_read()Chuck Lever1-22/+21