summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfsctl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-01-111-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-111-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-041-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-08-311-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
* nfsd: define exports_proc_ops with CONFIG_PROC_FSTom Rix2023-05-021-12/+13
* NFSD: Clean up nfsd_symlink()Chuck Lever2023-02-201-8/+3
* NFSD: Replace /proc/fs/nfsd/supported_krb5_enctypes with a symlinkChuck Lever2023-02-201-16/+58
* nfsd: move reply cache initialization into nfsd startupJeff Layton2023-02-201-8/+0
* NFSD: register/unregister of nfsd-client shrinker at nfsd startup/shutdown timeDai Ngo2023-01-111-6/+1
* nfsd: allow disabling NFSv2 at compile timeJeff Layton2022-11-281-0/+2
* nfsd: ignore requests to disable unsupported versionsJeff Layton2022-11-281-1/+3
* NFSD: unregister shrinker when nfsd_init_net() failsTetsuo Handa2022-10-111-1/+3
* nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_file_cache_stats_fopsChenXiaoSong2022-09-261-7/+2
* nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_reply_cache_stats_fopsChenXiaoSong2022-09-261-7/+3
* nfsd: use DEFINE_SHOW_ATTRIBUTE to define export_features_fops and supported_...ChenXiaoSong2022-09-261-24/+5
* NFSD: add shrinker to reap courtesy clients on low memory conditionDai Ngo2022-09-261-2/+4
* nfsd: silence extraneous printk on nfsd.ko insertionJeff Layton2022-07-291-1/+0
* NFSD: refactoring v4 specific code to a helper in nfs4state.cDai Ngo2022-07-291-8/+1
* NFSD: Hook up the filecache stat fileChuck Lever2022-07-291-0/+10
* nfsd: remove redundant assignment to variable lenColin Ian King2022-07-291-1/+0
* nfsd: Fix null-ptr-deref in nfsd_fill_super()Zhang Xiaoxu2022-05-231-7/+7
* nfsd: Unregister the cld notifier when laundry_wq create failedZhang Xiaoxu2022-05-231-1/+3
* NFSD: move create/destroy of laundry_wq to init_nfsd and exit_nfsdDai Ngo2022-05-191-0/+4
* SUNRPC: Rename svc_close_xprt()Chuck Lever2022-02-281-1/+1
* SUNRPC: Rename svc_create_xprt()Chuck Lever2022-02-281-4/+4
* fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein2022-01-241-2/+3