summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfssvc.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-29nfsd: call nfsd_last_thread() before final nfsd_put()NeilBrown1-1/+1
2024-08-29NFSD: simplify error paths in nfsd_svc()NeilBrown1-10/+4
2024-08-29nfsd: separate nfsd_last_thread() from nfsd_put()NeilBrown1-33/+19
2024-08-29nfsd: Simplify code around svc_exit_thread() call in nfsd()NeilBrown1-23/+0
2024-08-19nfsd: make svc_stat per-network namespace instead of globalJosef Bacik1-1/+1
2024-08-19nfsd: remove nfsd_stats, make th_cnt a global counterJosef Bacik1-2/+3
2024-08-19sunrpc: remove ->pg_stats from svc_programJosef Bacik1-1/+0
2024-08-19sunrpc: pass in the sv_stats struct through svc_create_pooledJosef Bacik1-1/+2
2024-08-19nfsd: stop setting ->pg_stats for unused statsJosef Bacik1-5/+0
2024-08-19nfsd: move reply cache initialization into nfsd startupJeff Layton1-1/+9
2024-05-25nfsd: don't allow nfsd threads to be signalled.NeilBrown1-12/+0
2024-03-06NFSD: Use only RQ_DROPME to signal the need to drop a replyChuck Lever1-1/+1
2024-03-06nfsd: allow disabling NFSv2 at compile timeJeff Layton1-0/+6
2024-01-15Revert "nfsd: separate nfsd_last_thread() from nfsd_put()"Greg Kroah-Hartman1-19/+33
2024-01-15Revert "nfsd: call nfsd_last_thread() before final nfsd_put()"Greg Kroah-Hartman1-1/+1
2024-01-05NFSD: fix possible oops when nfsd/pool_stats is closed.NeilBrown1-2/+3
2024-01-05nfsd: call nfsd_last_thread() before final nfsd_put()NeilBrown1-1/+1
2024-01-05nfsd: separate nfsd_last_thread() from nfsd_put()NeilBrown1-33/+19
2023-12-03NFSD: Fix checksum mismatches in the duplicate reply cacheChuck Lever1-1/+10
2023-12-03NFSD: Fix "start of NFS reply" pointer passed to nfsd_cache_update()Chuck Lever1-1/+3
2023-03-10NFSD: copy the whole verifier in nfsd_copy_write_verifierChuck Lever1-1/+1
2023-01-12nfsd: shut down the NFSv4 state objects before the filecacheJeff Layton1-1/+1
2022-09-26NFSD: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-03-11NFSD: Remove CONFIG_NFSD_V3Chuck Lever1-2/+0
2022-02-28NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever1-6/+1
2022-02-28NFSD: Remove svc_serv_ops::svo_moduleChuck Lever1-3/+0
2022-02-28SUNRPC: Remove svc_shutdown_net()Chuck Lever1-1/+1
2022-02-28SUNRPC: Rename svc_create_xprt()Chuck Lever1-4/+4
2022-02-28SUNRPC: Remove svo_shutdown methodChuck Lever1-1/+1
2022-02-28SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever1-1/+0
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-01-08NFSD: Rename boot verifier functionsChuck Lever1-8/+8
2022-01-08NFSD: Clean up the nfsd_net::nfssvc_boot fieldChuck Lever1-13/+38
2022-01-08NFSD: Write verifier might go backwardsChuck Lever1-1/+1
2021-12-13NFSD: simplify locking for network notifier.NeilBrown1-18/+20
2021-12-13SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown1-6/+5
2021-12-13NFSD: Make it possible to use svc_set_num_threads_syncNeilBrown1-21/+20
2021-12-13NFSD: narrow nfsd_mutex protection in nfsd threadNeilBrown1-6/+2
2021-12-13SUNRPC: use sv_lock to protect updates to sv_nrthreads.NeilBrown1-3/+2
2021-12-13nfsd: make nfsd_stats.th_cnt atomic_tNeilBrown1-3/+3
2021-12-13SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown1-16/+26
2021-12-13SUNRPC/NFSD: clean up get/put functions.NeilBrown1-14/+16
2021-12-13exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman1-1/+1
2021-10-19NFSD:fix boolreturn.cocci warningChangcheng Deng1-1/+1
2021-10-13SUNRPC: Change return value type of .pc_encodeChuck Lever1-4/+4
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever1-6/+3
2021-10-13SUNRPC: Change return value type of .pc_decodeChuck Lever1-3/+3
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever1-4/+3
2021-05-26NFSD: delay unmount source's export after inter-server copy completed.Dai Ngo1-0/+3
2021-04-15nfsd: removed unused argument in nfsd_startup_generic()Vasily Averin1-4/+4