summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfsctl.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-25NFSD: Hold net reference for the lifetime of /proc/fs/nfs/exports fdChuck Lever1-2/+12
2026-03-25nfsd: Fix cred ref leak in nfsd_nl_listener_set_doit().Kuniyuki Iwashima1-1/+1
2026-03-13nfsd: Fix cred ref leak in nfsd_nl_threads_set_doit().Kuniyuki Iwashima1-1/+1
2026-01-17nfsd: check that server is running in unlock_filesystemOlga Kornievskaia1-1/+8
2026-01-17nfsd: provide locking for v4_end_graceNeilBrown1-2/+1
2025-06-27nfsd: use threads array as-is in netlink interfaceJeff Layton1-3/+2
2025-06-27NFSD: fix race between nfsd registration and exports_procManinder Singh1-9/+8
2025-06-27NFSD: unregister filesystem in case genl_register_family() failsManinder Singh1-1/+3
2025-04-20nfsd: don't ignore the return code of svc_proc_register()Jeff Layton1-1/+8
2025-04-10nfsd: fix management of listener transportsOlga Kornievskaia1-23/+21
2024-09-23nfsd: add LOCALIO supportWeston Andros Adamson1-1/+24
2024-09-23SUNRPC: replace program list with program arrayNeilBrown1-1/+1
2024-09-21sunrpc: change sp_nrthreads from atomic_t to unsigned int.NeilBrown1-1/+1
2024-09-21nfsd: don't allocate the versions array.NeilBrown1-4/+6
2024-09-01nfsd: move nfsd_pool_stats_open into nfsctl.cNeilBrown1-0/+7
2024-07-22nfsd: don't set SVC_SOCK_ANONYMOUS when creating nfsd socketsJeff Layton1-2/+1
2024-07-08nfsd: new netlink ops to get/set server pool_modeJeff Layton1-0/+57
2024-07-08nfsd: allow passing in array of thread counts via netlinkJeff Layton1-12/+20
2024-07-08nfsd: make nfsd_svc take an array of thread countsJeff Layton1-2/+10
2024-06-25nfsd: initialise nfsd_info.mutex early.NeilBrown1-0/+2
2024-06-17NFSD: grab nfsd_mutex in nfsd_nl_rpc_status_get_dumpit()Lorenzo Bianconi1-37/+11
2024-05-06NFSD: add listener-{set,get} netlink commandLorenzo Bianconi1-0/+220
2024-05-06NFSD: add write_version to netlink commandLorenzo Bianconi1-0/+150
2024-05-06NFSD: convert write_threads to netlink commandLorenzo Bianconi1-0/+143
2024-05-06NFSD: allow callers to pass in scope string to nfsd_svcJeff Layton1-1/+1
2024-05-06NFSD: move nfsd_mutex handling into nfsd_svc callersJeff Layton1-0/+2
2024-05-06nfsd: don't create nfsv4recoverydir in nfsdfs when not used.NeilBrown1-2/+2
2024-05-06fs: nfsd: use group allocation/free of per-cpu counters APIKefeng Wang1-2/+3
2024-03-01nfsd: prepare for supporting admin-revocation of stateNeilBrown1-0/+1
2024-03-01nfsd: make svc_stat per-network namespace instead of globalJosef Bacik1-0/+2
2024-03-01nfsd: make all of the nfsd stats per-network namespaceJosef Bacik1-9/+3
2024-03-01nfsd: expose /proc/net/sunrpc/nfsd in net namespacesJosef Bacik1-3/+5
2024-01-12Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+0
2024-01-12Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-56/+14
2024-01-08nfsd: rename nfsd_last_thread() to nfsd_destroy_serv()NeilBrown1-2/+3
2024-01-08SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown1-11/+2
2024-01-08svc: don't hold reference for poolstats, only mutex.NeilBrown1-1/+1
2024-01-08nfsd: new Kconfig option for legacy client trackingJeff Layton1-0/+6
2024-01-06Merge tag 'nfsd-6.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-14/+17
2024-01-05nfsd: drop the nfsd_put helperJeff Layton1-14/+17
2023-12-20Merge tag 'nfsd-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-8/+10
2023-12-20nfsd: kill stale comment about simple_fill_super() requirementsAl Viro1-4/+0
2023-12-15nfsd: hold nfsd_mutex across entire netlink operationNeilBrown1-6/+3
2023-12-15nfsd: call nfsd_last_thread() before final nfsd_put()NeilBrown1-2/+7
2023-11-19switch nfsd_client_rmdir() to use of simple_recursive_removal()Al Viro1-56/+14
2023-10-30Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-0/+203
2023-10-18nfsd: convert to new timestamp accessorsJeff Layton1-1/+1
2023-10-16NFSD: add rpc_status netlink supportLorenzo Bianconi1-1/+187
2023-10-16NFSD: introduce netlink stubsLorenzo Bianconi1-0/+17
2023-09-01Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-0/+1