aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/nfsctl.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-06NFSD: add listener-{set,get} netlink commandGravatar Lorenzo Bianconi 1-0/+220
2024-05-06NFSD: add write_version to netlink commandGravatar Lorenzo Bianconi 1-0/+150
2024-05-06NFSD: convert write_threads to netlink commandGravatar Lorenzo Bianconi 1-0/+143
2024-05-06NFSD: allow callers to pass in scope string to nfsd_svcGravatar Jeff Layton 1-1/+1
2024-05-06NFSD: move nfsd_mutex handling into nfsd_svc callersGravatar Jeff Layton 1-0/+2
2024-05-06nfsd: don't create nfsv4recoverydir in nfsdfs when not used.Gravatar NeilBrown 1-2/+2
2024-05-06fs: nfsd: use group allocation/free of per-cpu counters APIGravatar Kefeng Wang 1-2/+3
2024-03-01nfsd: prepare for supporting admin-revocation of stateGravatar NeilBrown 1-0/+1
2024-03-01nfsd: make svc_stat per-network namespace instead of globalGravatar Josef Bacik 1-0/+2
2024-03-01nfsd: make all of the nfsd stats per-network namespaceGravatar Josef Bacik 1-9/+3
2024-03-01nfsd: expose /proc/net/sunrpc/nfsd in net namespacesGravatar Josef Bacik 1-3/+5
2024-01-11Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-4/+0
2024-01-11Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-56/+14
2024-01-07nfsd: rename nfsd_last_thread() to nfsd_destroy_serv()Gravatar NeilBrown 1-2/+3
2024-01-07SUNRPC: discard sv_refcnt, and svc_get/svc_putGravatar NeilBrown 1-11/+2
2024-01-07svc: don't hold reference for poolstats, only mutex.Gravatar NeilBrown 1-1/+1
2024-01-07nfsd: new Kconfig option for legacy client trackingGravatar Jeff Layton 1-0/+6
2024-01-05Merge tag 'nfsd-6.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 1-14/+17
2024-01-04nfsd: drop the nfsd_put helperGravatar Jeff Layton 1-14/+17
2023-12-20Merge tag 'nfsd-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 1-8/+10
2023-12-20nfsd: kill stale comment about simple_fill_super() requirementsGravatar Al Viro 1-4/+0
2023-12-15nfsd: hold nfsd_mutex across entire netlink operationGravatar NeilBrown 1-6/+3
2023-12-15nfsd: call nfsd_last_thread() before final nfsd_put()Gravatar NeilBrown 1-2/+7
2023-11-18switch nfsd_client_rmdir() to use of simple_recursive_removal()Gravatar Al Viro 1-56/+14
2023-10-30Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxGravatar Linus Torvalds 1-0/+203
2023-10-18nfsd: convert to new timestamp accessorsGravatar Jeff Layton 1-1/+1
2023-10-16NFSD: add rpc_status netlink supportGravatar Lorenzo Bianconi 1-1/+187
2023-10-16NFSD: introduce netlink stubsGravatar Lorenzo Bianconi 1-0/+17
2023-08-31Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxGravatar Linus Torvalds 1-0/+1
2023-08-29nfsd: add a MODULE_DESCRIPTIONGravatar Jeff Layton 1-0/+1
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+1
2023-08-24NFSD: Fix a thinko introduced by recent trace point changesGravatar Chuck Lever 1-0/+1
2023-07-24nfsd: convert to ctime accessor functionsGravatar Jeff Layton 1-1/+1
2023-06-18NFSD: Distinguish per-net namespace initializationGravatar Chuck Lever 1-4/+19
2023-06-18nfsd: move init of percpu reply_cache_stats counters back to nfsd_init_netGravatar Jeff Layton 1-1/+9
2023-06-05NFSD: trace nfsctl operationsGravatar Chuck Lever 1-8/+25
2023-06-05NFSD: Clean up nfsctl_transaction_write()Gravatar Chuck Lever 1-6/+6
2023-06-05NFSD: Clean up nfsctl white-space damageGravatar Chuck Lever 1-19/+19
2023-05-31nfsd: fix double fget() bug in __write_ports_addfd()Gravatar Dan Carpenter 1-6/+1
2023-05-02nfsd: define exports_proc_ops with CONFIG_PROC_FSGravatar Tom Rix 1-12/+13
2023-02-20NFSD: Clean up nfsd_symlink()Gravatar Chuck Lever 1-8/+3
2023-02-20NFSD: Replace /proc/fs/nfsd/supported_krb5_enctypes with a symlinkGravatar Chuck Lever 1-16/+58
2023-02-20nfsd: move reply cache initialization into nfsd startupGravatar Jeff Layton 1-8/+0
2023-01-11NFSD: register/unregister of nfsd-client shrinker at nfsd startup/shutdown timeGravatar Dai Ngo 1-6/+1
2022-11-28nfsd: allow disabling NFSv2 at compile timeGravatar Jeff Layton 1-0/+2
2022-11-28nfsd: ignore requests to disable unsupported versionsGravatar Jeff Layton 1-1/+3
2022-10-11NFSD: unregister shrinker when nfsd_init_net() failsGravatar Tetsuo Handa 1-1/+3
2022-09-26nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_file_cache_stats_fopsGravatar ChenXiaoSong 1-7/+2
2022-09-26nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_reply_cache_stats_fopsGravatar ChenXiaoSong 1-7/+3
2022-09-26nfsd: use DEFINE_SHOW_ATTRIBUTE to define export_features_fops and supported_...Gravatar ChenXiaoSong 1-24/+5