summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)Author
2023-10-16NFSD: Add nfsd4_encode_fattr4__true()Chuck Lever
2023-10-16NFSD: Add struct nfsd4_fattr_argsChuck Lever
2023-10-16NFSD: Clean up nfsd4_encode_setattr()Chuck Lever
2023-10-16NFSD: Rename nfsd4_encode_bitmap()Chuck Lever
2023-10-16NFSD: Add simple u32, u64, and bool encodersChuck Lever
2023-10-16NFSD: add rpc_status netlink supportLorenzo Bianconi
2023-10-16NFSD: introduce netlink stubsLorenzo Bianconi
2023-10-16NFSD: handle GETATTR conflict with write delegationDai Ngo
2023-10-16NFSD: add support for CB_GETATTR callbackDai Ngo
2023-10-16SUNRPC: change sp_nrthreads to atomic_tNeilBrown
2023-10-16SUNRPC: change how svc threads are asked to exit.NeilBrown
2023-10-16lockd: introduce safe async lock opAlexander Aring
2023-10-16nfsd: Don't reset the write verifier on a commit EAGAINTrond Myklebust
2023-10-16nfsd: Handle EOPENSTALE correctly in the filecacheTrond Myklebust
2023-10-16NFSD: add trace points to track server copy progressDai Ngo
2023-10-16NFSD: initialize copy->cp_clp early in nfsd4_copy for use by trace pointDai Ngo
2023-09-30Merge tag 'nfsd-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-09-28NFSD: Fix zero NFSv4 READ results when RQ_SPLICE_OK is not setChuck Lever
2023-09-15Merge tag 'nfsd-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-09-12NFSD: fix possible oops when nfsd/pool_stats is closed.NeilBrown
2023-09-09nfsd: fix change_info in NFSv4 RENAME repliesJeff Layton
2023-08-31Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-08-29NFSD: da_addr_body field missing in some GETDEVICEINFO repliesChuck Lever
2023-08-29SUNRPC: remove timeout arg from svc_recv()NeilBrown
2023-08-29SUNRPC: change svc_recv() to return void.NeilBrown
2023-08-29SUNRPC: call svc_process() from svc_recv().NeilBrown
2023-08-29nfsd: separate nfsd_last_thread() from nfsd_put()NeilBrown
2023-08-29nfsd: Simplify code around svc_exit_thread() call in nfsd()NeilBrown
2023-08-29nfsd: don't allow nfsd threads to be signalled.NeilBrown
2023-08-29nfsd: inherit required unset default acls from effective setJeff Layton
2023-08-29nfsd: set missing after_change as before_change + 1Jeff Layton
2023-08-29nfsd: remove unsafe BUG_ON from set_change_infoJeff Layton
2023-08-29nfsd: handle failure to collect pre/post-op attrs more sanelyJeff Layton
2023-08-29nfsd: add a MODULE_DESCRIPTIONJeff Layton
2023-08-29NFSD: Rename struct svc_cacherepChuck Lever
2023-08-29NFSD: Remove svc_rqst::rq_cacherepChuck Lever
2023-08-29NFSD: Refactor the duplicate reply cache shrinkerChuck Lever
2023-08-29NFSD: Replace nfsd_prune_bucket()Chuck Lever
2023-08-29NFSD: Rename nfsd_reply_cache_alloc()Chuck Lever
2023-08-29NFSD: Refactor nfsd_reply_cache_free_locked()Chuck Lever
2023-08-29NFSD: Enable write delegation supportDai Ngo
2023-08-29NFSD: Report zero space limit for write delegationsChuck Lever
2023-08-29NFSD: handle GETATTR conflict with write delegationDai Ngo
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-24Merge tag 'nfsd-6.5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-08-24NFSD: Fix a thinko introduced by recent trace point changesChuck Lever
2023-08-04nfsd: Fix race to FREE_STATEID and cl_revokedBenjamin Coddington
2023-08-03Merge tag 'nfsd-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-07-30nfsd: Fix reading via spliceDavid Howells
2023-07-25Merge tag 'nfsd-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds