summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfsctl.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-09-26nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_reply_cache_stats_fopsChenXiaoSong1-7/+3
2022-09-26nfsd: use DEFINE_SHOW_ATTRIBUTE to define export_features_fops and supported_...ChenXiaoSong1-24/+5
2022-09-26NFSD: add shrinker to reap courtesy clients on low memory conditionDai Ngo1-2/+4
2022-07-30nfsd: silence extraneous printk on nfsd.ko insertionJeff Layton1-1/+0
2022-07-30NFSD: refactoring v4 specific code to a helper in nfs4state.cDai Ngo1-8/+1
2022-07-30NFSD: Hook up the filecache stat fileChuck Lever1-0/+10
2022-07-30nfsd: remove redundant assignment to variable lenColin Ian King1-1/+0
2022-05-23nfsd: Fix null-ptr-deref in nfsd_fill_super()Zhang Xiaoxu1-7/+7
2022-05-23nfsd: Unregister the cld notifier when laundry_wq create failedZhang Xiaoxu1-1/+3
2022-05-19NFSD: move create/destroy of laundry_wq to init_nfsd and exit_nfsdDai Ngo1-0/+4
2022-02-28SUNRPC: Rename svc_close_xprt()Chuck Lever1-1/+1
2022-02-28SUNRPC: Rename svc_create_xprt()Chuck Lever1-4/+4
2022-01-24fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein1-2/+3
2022-01-08NFSD: Clean up the nfsd_net::nfssvc_boot fieldChuck Lever1-1/+2
2021-12-13NFSD: simplify locking for network notifier.NeilBrown1-2/+0
2021-12-13SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown1-12/+10
2021-12-13SUNRPC/NFSD: clean up get/put functions.NeilBrown1-2/+2
2021-12-13NFSD: handle errors better in write_ports_addfd()NeilBrown1-1/+1
2021-12-10nfsd: Fix nsfd startup race (again)Alexander Sverdlin1-7/+7
2021-11-11Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-3/+3
2021-10-06NFSD: Keep existing listeners on portlist errorBenjamin Coddington1-1/+4
2021-10-02NFSD: simplify struct nfsfhNeilBrown1-3/+3
2021-09-30nfsd: fix error handling of register_pernet_subsys() in init_nfsd()Patrick Ho1-1/+1
2021-04-20nfsd: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-03-22nfsd: report client confirmation status in "info" fileNeilBrown1-6/+8
2021-03-22nfsd: Ensure knfsd shuts down when the "nfsd" pseudofs is unmountedTrond Myklebust1-12/+2
2021-02-23Merge tag 'nfsd-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-7/+7
2021-02-15nfsd: register pernet ops last, unregister firstJ. Bruce Fields1-7/+7
2021-01-25nfsd: report per-export statsAmir Goldstein1-0/+3
2021-01-25nfsd: protect concurrent access to nfsd stats countersAmir Goldstein1-1/+4