aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfsctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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_enctypes_fopsChenXiaoSong1-24/+5
2022-09-26NFSD: add shrinker to reap courtesy clients on low memory conditionDai Ngo1-2/+4
2022-07-29nfsd: silence extraneous printk on nfsd.ko insertionJeff Layton1-1/+0
2022-07-29NFSD: refactoring v4 specific code to a helper in nfs4state.cDai Ngo1-8/+1
2022-07-29NFSD: Hook up the filecache stat fileChuck Lever1-0/+10
2022-07-29nfsd: 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-10Merge 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-22Merge tag 'nfsd-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus 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
2020-09-25nfsd: remove fault injection codeJ. Bruce Fields1-3/+0
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-06-29nfsd: fix nfsdfs inode reference count leakJ. Bruce Fields1-0/+1
2020-06-29nfsd4: fix nfsdfs reference count loopJ. Bruce Fields1-10/+12
2020-06-01nfsd4: make drc_slab global, not per-netJ. Bruce Fields1-0/+6
2020-05-20NFSD: Fix improperly-formatted Doxygen commentsChuck Lever1-13/+13
2020-03-19nfsd: fsnotify on rmdir under nfsd/clients/J. Bruce Fields1-0/+1
2020-02-07Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-3/+3
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-7/+6
2019-12-19nfsd: use boottime for lease expiry calculationArnd Bergmann1-3/+3
2019-09-27Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+1
2019-09-18Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2019-09-10nfsd: Support the server resetting the boot verifierTrond Myklebust1-0/+1
2019-09-05new helper: get_tree_keyed()Al Viro1-2/+1
2019-08-15nfsd: initialize i_private before d_addJ. Bruce Fields1-6/+6
2019-08-15nfsd: use i_wrlock instead of rcu for nfsdfs i_privateJ. Bruce Fields1-4/+2
2019-08-15nfsd: fix dentry leak upon mkdir failure.Tetsuo Handa1-0/+1