summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfssvc.c
AgeCommit message (Expand)Author
2024-01-07nfsd: rename nfsd_last_thread() to nfsd_destroy_serv()NeilBrown
2024-01-07SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown
2024-01-07svc: don't hold reference for poolstats, only mutex.NeilBrown
2024-01-07NFSD: use read_seqbegin() rather than read_seqbegin_or_lock()Oleg Nesterov
2023-12-20Merge tag 'nfsd-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-12-15cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe
2023-12-15nfsd: call nfsd_last_thread() before final nfsd_put()NeilBrown
2023-11-17NFSD: Fix checksum mismatches in the duplicate reply cacheChuck Lever
2023-11-17NFSD: Fix "start of NFS reply" pointer passed to nfsd_cache_update()Chuck Lever
2023-10-16NFSD: simplify error paths in nfsd_svc()NeilBrown
2023-10-16NFSD: add rpc_status netlink supportLorenzo Bianconi
2023-10-16SUNRPC: change sp_nrthreads to atomic_tNeilBrown
2023-10-16SUNRPC: change how svc threads are asked to exit.NeilBrown
2023-09-12NFSD: fix possible oops when nfsd/pool_stats is closed.NeilBrown
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: Rename struct svc_cacherepChuck Lever
2023-08-29NFSD: Remove svc_rqst::rq_cacherepChuck Lever
2023-06-18NFSD: Distinguish per-net namespace initializationChuck Lever
2023-02-20NFSD: copy the whole verifier in nfsd_copy_write_verifierChuck Lever
2023-02-20nfsd: move reply cache initialization into nfsd startupJeff Layton
2023-02-20SUNRPC: Refactor RPC server dispatch methodChuck Lever
2023-02-20SUNRPC: Push svcxdr_init_encode() into svc_process_common()Chuck Lever
2023-02-20SUNRPC: Push svcxdr_init_decode() into svc_process_common()Chuck Lever
2022-12-22nfsd: shut down the NFSv4 state objects before the filecacheJeff Layton
2022-12-10NFSD: Use only RQ_DROPME to signal the need to drop a replyChuck Lever
2022-11-28nfsd: allow disabling NFSv2 at compile timeJeff Layton
2022-09-26NFSD: move from strlcpy with unused retval to strscpyWolfram Sang
2022-03-11NFSD: Remove CONFIG_NFSD_V3Chuck Lever
2022-02-28NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever
2022-02-28NFSD: Remove svc_serv_ops::svo_moduleChuck Lever
2022-02-28SUNRPC: Remove svc_shutdown_net()Chuck Lever
2022-02-28SUNRPC: Rename svc_create_xprt()Chuck Lever
2022-02-28SUNRPC: Remove svo_shutdown methodChuck Lever
2022-02-28SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-08NFSD: Rename boot verifier functionsChuck Lever
2022-01-08NFSD: Clean up the nfsd_net::nfssvc_boot fieldChuck Lever
2022-01-08NFSD: Write verifier might go backwardsChuck Lever
2021-12-13NFSD: simplify locking for network notifier.NeilBrown
2021-12-13SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown
2021-12-13NFSD: Make it possible to use svc_set_num_threads_syncNeilBrown
2021-12-13NFSD: narrow nfsd_mutex protection in nfsd threadNeilBrown
2021-12-13SUNRPC: use sv_lock to protect updates to sv_nrthreads.NeilBrown
2021-12-13nfsd: make nfsd_stats.th_cnt atomic_tNeilBrown
2021-12-13SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown