summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfsctl.c
AgeCommit message (Expand)AuthorFilesLines
10 daysnfsd: 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
2023-08-30nfsd: add a MODULE_DESCRIPTIONJeff Layton1-0/+1
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+1
2023-08-24NFSD: Fix a thinko introduced by recent trace point changesChuck Lever1-0/+1
2023-07-24nfsd: convert to ctime accessor functionsJeff Layton1-1/+1
2023-06-18NFSD: Distinguish per-net namespace initializationChuck Lever1-4/+19
2023-06-18nfsd: move init of percpu reply_cache_stats counters back to nfsd_init_netJeff Layton1-1/+9
2023-06-05NFSD: trace nfsctl operationsChuck Lever1-8/+25
2023-06-05NFSD: Clean up nfsctl_transaction_write()Chuck Lever1-6/+6
2023-06-05NFSD: Clean up nfsctl white-space damageChuck Lever1-19/+19
2023-05-31nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter1-6/+1
2023-05-02nfsd: define exports_proc_ops with CONFIG_PROC_FSTom Rix1-12/+13
2023-02-20NFSD: Clean up nfsd_symlink()Chuck Lever1-8/+3
2023-02-20NFSD: Replace /proc/fs/nfsd/supported_krb5_enctypes with a symlinkChuck Lever1-16/+58
2023-02-20nfsd: move reply cache initialization into nfsd startupJeff Layton1-8/+0
2023-01-12NFSD: register/unregister of nfsd-client shrinker at nfsd startup/shutdown timeDai Ngo1-6/+1
2022-11-28nfsd: allow disabling NFSv2 at compile timeJeff Layton1-0/+2
2022-11-28nfsd: ignore requests to disable unsupported versionsJeff Layton1-1/+3
2022-10-11NFSD: unregister shrinker when nfsd_init_net() failsTetsuo Handa1-1/+3
2022-09-26nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_file_cache_stats_fopsChenXiaoSong1-7/+2