summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfsctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nfsd: add LOCALIO supportWeston Andros Adamson2024-09-231-1/+24
* SUNRPC: replace program list with program arrayNeilBrown2024-09-231-1/+1
* sunrpc: change sp_nrthreads from atomic_t to unsigned int.NeilBrown2024-09-211-1/+1
* nfsd: don't allocate the versions array.NeilBrown2024-09-211-4/+6
* nfsd: move nfsd_pool_stats_open into nfsctl.cNeilBrown2024-09-011-0/+7
* nfsd: don't set SVC_SOCK_ANONYMOUS when creating nfsd socketsJeff Layton2024-07-221-2/+1
* nfsd: new netlink ops to get/set server pool_modeJeff Layton2024-07-081-0/+57
* nfsd: allow passing in array of thread counts via netlinkJeff Layton2024-07-081-12/+20
* nfsd: make nfsd_svc take an array of thread countsJeff Layton2024-07-081-2/+10
* nfsd: initialise nfsd_info.mutex early.NeilBrown2024-06-251-0/+2
* NFSD: grab nfsd_mutex in nfsd_nl_rpc_status_get_dumpit()Lorenzo Bianconi2024-06-171-37/+11
* NFSD: add listener-{set,get} netlink commandLorenzo Bianconi2024-05-061-0/+220
* NFSD: add write_version to netlink commandLorenzo Bianconi2024-05-061-0/+150
* NFSD: convert write_threads to netlink commandLorenzo Bianconi2024-05-061-0/+143
* NFSD: allow callers to pass in scope string to nfsd_svcJeff Layton2024-05-061-1/+1
* NFSD: move nfsd_mutex handling into nfsd_svc callersJeff Layton2024-05-061-0/+2
* nfsd: don't create nfsv4recoverydir in nfsdfs when not used.NeilBrown2024-05-061-2/+2
* fs: nfsd: use group allocation/free of per-cpu counters APIKefeng Wang2024-05-061-2/+3
* nfsd: prepare for supporting admin-revocation of stateNeilBrown2024-03-011-0/+1
* nfsd: make svc_stat per-network namespace instead of globalJosef Bacik2024-03-011-0/+2
* nfsd: make all of the nfsd stats per-network namespaceJosef Bacik2024-03-011-9/+3
* nfsd: expose /proc/net/sunrpc/nfsd in net namespacesJosef Bacik2024-03-011-3/+5
* Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-01-121-4/+0
|\
| * nfsd: kill stale comment about simple_fill_super() requirementsAl Viro2023-12-201-4/+0
* | Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2024-01-121-56/+14
|\ \
| * | switch nfsd_client_rmdir() to use of simple_recursive_removal()Al Viro2023-11-181-56/+14
| |/
* | nfsd: rename nfsd_last_thread() to nfsd_destroy_serv()NeilBrown2024-01-071-2/+3
* | SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown2024-01-071-11/+2
* | svc: don't hold reference for poolstats, only mutex.NeilBrown2024-01-071-1/+1
* | nfsd: new Kconfig option for legacy client trackingJeff Layton2024-01-071-0/+6
* | Merge tag 'nfsd-6.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2024-01-051-14/+17
|\ \
| * | nfsd: drop the nfsd_put helperJeff Layton2024-01-051-14/+17
* | | Merge tag 'nfsd-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-12-201-8/+10
|\| | | |/ |/|
| * nfsd: hold nfsd_mutex across entire netlink operationNeilBrown2023-12-151-6/+3
| * nfsd: call nfsd_last_thread() before final nfsd_put()NeilBrown2023-12-151-2/+7
* | Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-10-301-0/+203
|\|
| * NFSD: add rpc_status netlink supportLorenzo Bianconi2023-10-161-1/+187
| * NFSD: introduce netlink stubsLorenzo Bianconi2023-10-161-0/+17
* | nfsd: convert to new timestamp accessorsJeff Layton2023-10-181-1/+1
|/
* Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-09-011-0/+1
|\
| * nfsd: add a MODULE_DESCRIPTIONJeff Layton2023-08-291-0/+1
* | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-1/+1
|\ \ | |/ |/|
| * nfsd: convert to ctime accessor functionsJeff Layton2023-07-241-1/+1
* | NFSD: Fix a thinko introduced by recent trace point changesChuck Lever2023-08-241-0/+1
|/
* NFSD: Distinguish per-net namespace initializationChuck Lever2023-06-181-4/+19
* nfsd: move init of percpu reply_cache_stats counters back to nfsd_init_netJeff Layton2023-06-181-1/+9
* NFSD: trace nfsctl operationsChuck Lever2023-06-051-8/+25
* NFSD: Clean up nfsctl_transaction_write()Chuck Lever2023-06-051-6/+6
* NFSD: Clean up nfsctl white-space damageChuck Lever2023-06-051-19/+19
* nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter2023-05-311-6/+1