summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfsctl.c
AgeCommit message (Expand)Author
2022-01-08NFSD: Clean up the nfsd_net::nfssvc_boot fieldChuck Lever
2021-12-13NFSD: simplify locking for network notifier.NeilBrown
2021-12-13SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown
2021-12-13SUNRPC/NFSD: clean up get/put functions.NeilBrown
2021-12-13NFSD: handle errors better in write_ports_addfd()NeilBrown
2021-12-10nfsd: Fix nsfd startup race (again)Alexander Sverdlin
2021-11-10Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2021-10-06NFSD: Keep existing listeners on portlist errorBenjamin Coddington
2021-10-02NFSD: simplify struct nfsfhNeilBrown
2021-09-30nfsd: fix error handling of register_pernet_subsys() in init_nfsd()Patrick Ho
2021-04-20nfsd: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-03-22nfsd: report client confirmation status in "info" fileNeilBrown
2021-03-22nfsd: Ensure knfsd shuts down when the "nfsd" pseudofs is unmountedTrond Myklebust
2021-02-22Merge tag 'nfsd-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2021-02-15nfsd: register pernet ops last, unregister firstJ. Bruce Fields
2021-01-25nfsd: report per-export statsAmir Goldstein
2021-01-25nfsd: protect concurrent access to nfsd stats countersAmir Goldstein
2020-09-25nfsd: remove fault injection codeJ. Bruce Fields
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-06-29nfsd: fix nfsdfs inode reference count leakJ. Bruce Fields
2020-06-29nfsd4: fix nfsdfs reference count loopJ. Bruce Fields
2020-06-01nfsd4: make drc_slab global, not per-netJ. Bruce Fields
2020-05-20NFSD: Fix improperly-formatted Doxygen commentsChuck Lever
2020-03-19nfsd: fsnotify on rmdir under nfsd/clients/J. Bruce Fields
2020-02-07Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2019-12-19nfsd: use boottime for lease expiry calculationArnd Bergmann
2019-09-27Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-09-18Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-09-10nfsd: Support the server resetting the boot verifierTrond Myklebust
2019-09-05new helper: get_tree_keyed()Al Viro
2019-08-15nfsd: initialize i_private before d_addJ. Bruce Fields
2019-08-15nfsd: use i_wrlock instead of rcu for nfsdfs i_privateJ. Bruce Fields
2019-08-15nfsd: fix dentry leak upon mkdir failure.Tetsuo Handa
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-09nfsd: Make __get_nfsdfs_client() staticYueHaibing
2019-07-03nfsd4: add a client info fileJ. Bruce Fields
2019-07-03nfsd: make client/ directory names small intsJ. Bruce Fields
2019-07-03nfsd: add nfsd/clients directoryJ. Bruce Fields
2019-07-03nfsd: persist nfsd filesystem across mountsJ. Bruce Fields
2019-07-03nfsd4: drc containerizationJ. Bruce Fields
2019-07-03nfsd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-05-25vfs: Convert nfsctl to use the new mount APIDavid Howells
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-04-24SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust
2019-04-24nfsd: Allow containers to set supported nfs versionsTrond Myklebust
2019-04-24nfsd: keep a tally of RECLAIM_COMPLETE operations when using nfsdcldScott Mayhew
2019-03-12Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds