summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfsctl.c
AgeCommit message (Expand)Author
2024-01-11Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-01-11Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2024-01-07nfsd: rename nfsd_last_thread() to nfsd_destroy_serv()NeilBrown
2024-01-07SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown
2024-01-07svc: don't hold reference for poolstats, only mutex.NeilBrown
2024-01-07nfsd: new Kconfig option for legacy client trackingJeff Layton
2024-01-05Merge tag 'nfsd-6.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2024-01-04nfsd: drop the nfsd_put helperJeff Layton
2023-12-20Merge tag 'nfsd-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-12-20nfsd: kill stale comment about simple_fill_super() requirementsAl Viro
2023-12-15nfsd: hold nfsd_mutex across entire netlink operationNeilBrown
2023-12-15nfsd: call nfsd_last_thread() before final nfsd_put()NeilBrown
2023-11-18switch nfsd_client_rmdir() to use of simple_recursive_removal()Al Viro
2023-10-30Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-10-18nfsd: convert to new timestamp accessorsJeff Layton
2023-10-16NFSD: add rpc_status netlink supportLorenzo Bianconi
2023-10-16NFSD: introduce netlink stubsLorenzo Bianconi
2023-08-31Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-08-29nfsd: add a MODULE_DESCRIPTIONJeff Layton
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-24NFSD: Fix a thinko introduced by recent trace point changesChuck Lever
2023-07-24nfsd: convert to ctime accessor functionsJeff Layton
2023-06-18NFSD: Distinguish per-net namespace initializationChuck Lever
2023-06-18nfsd: move init of percpu reply_cache_stats counters back to nfsd_init_netJeff Layton
2023-06-05NFSD: trace nfsctl operationsChuck Lever
2023-06-05NFSD: Clean up nfsctl_transaction_write()Chuck Lever
2023-06-05NFSD: Clean up nfsctl white-space damageChuck Lever
2023-05-31nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter
2023-05-02nfsd: define exports_proc_ops with CONFIG_PROC_FSTom Rix
2023-02-20NFSD: Clean up nfsd_symlink()Chuck Lever
2023-02-20NFSD: Replace /proc/fs/nfsd/supported_krb5_enctypes with a symlinkChuck Lever
2023-02-20nfsd: move reply cache initialization into nfsd startupJeff Layton
2023-01-11NFSD: register/unregister of nfsd-client shrinker at nfsd startup/shutdown timeDai Ngo
2022-11-28nfsd: allow disabling NFSv2 at compile timeJeff Layton
2022-11-28nfsd: ignore requests to disable unsupported versionsJeff Layton
2022-10-11NFSD: unregister shrinker when nfsd_init_net() failsTetsuo Handa
2022-09-26nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_file_cache_stats_fopsChenXiaoSong
2022-09-26nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_reply_cache_stats_fopsChenXiaoSong
2022-09-26nfsd: use DEFINE_SHOW_ATTRIBUTE to define export_features_fops and supported_...ChenXiaoSong
2022-09-26NFSD: add shrinker to reap courtesy clients on low memory conditionDai Ngo
2022-07-29nfsd: silence extraneous printk on nfsd.ko insertionJeff Layton
2022-07-29NFSD: refactoring v4 specific code to a helper in nfs4state.cDai Ngo
2022-07-29NFSD: Hook up the filecache stat fileChuck Lever
2022-07-29nfsd: remove redundant assignment to variable lenColin Ian King
2022-05-23nfsd: Fix null-ptr-deref in nfsd_fill_super()Zhang Xiaoxu
2022-05-23nfsd: Unregister the cld notifier when laundry_wq create failedZhang Xiaoxu
2022-05-19NFSD: move create/destroy of laundry_wq to init_nfsd and exit_nfsdDai Ngo
2022-02-28SUNRPC: Rename svc_close_xprt()Chuck Lever
2022-02-28SUNRPC: Rename svc_create_xprt()Chuck Lever
2022-01-24fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein