aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/nfsctl.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-20nfsd: Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 1-0/+1
2021-03-22nfsd: report client confirmation status in "info" fileGravatar NeilBrown 1-6/+8
2021-03-22nfsd: Ensure knfsd shuts down when the "nfsd" pseudofs is unmountedGravatar Trond Myklebust 1-12/+2
2021-02-22Merge tag 'nfsd-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Gravatar Linus Torvalds 1-7/+7
2021-02-15nfsd: register pernet ops last, unregister firstGravatar J. Bruce Fields 1-7/+7
2021-01-25nfsd: report per-export statsGravatar Amir Goldstein 1-0/+3
2021-01-25nfsd: protect concurrent access to nfsd stats countersGravatar Amir Goldstein 1-1/+4
2020-09-25nfsd: remove fault injection codeGravatar J. Bruce Fields 1-3/+0
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-1/+1
2020-06-29nfsd: fix nfsdfs inode reference count leakGravatar J. Bruce Fields 1-0/+1
2020-06-29nfsd4: fix nfsdfs reference count loopGravatar J. Bruce Fields 1-10/+12
2020-06-01nfsd4: make drc_slab global, not per-netGravatar J. Bruce Fields 1-0/+6
2020-05-20NFSD: Fix improperly-formatted Doxygen commentsGravatar Chuck Lever 1-13/+13
2020-03-19nfsd: fsnotify on rmdir under nfsd/clients/Gravatar J. Bruce Fields 1-0/+1
2020-02-07Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-3/+3
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-7/+6
2019-12-19nfsd: use boottime for lease expiry calculationGravatar Arnd Bergmann 1-3/+3
2019-09-27Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-0/+1
2019-09-18Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+1
2019-09-10nfsd: Support the server resetting the boot verifierGravatar Trond Myklebust 1-0/+1
2019-09-05new helper: get_tree_keyed()Gravatar Al Viro 1-2/+1
2019-08-15nfsd: initialize i_private before d_addGravatar J. Bruce Fields 1-6/+6
2019-08-15nfsd: use i_wrlock instead of rcu for nfsdfs i_privateGravatar J. Bruce Fields 1-4/+2
2019-08-15nfsd: fix dentry leak upon mkdir failure.Gravatar Tetsuo Handa 1-0/+1
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-7/+25
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-4/+1
2019-07-09nfsd: Make __get_nfsdfs_client() staticGravatar YueHaibing 1-1/+1
2019-07-03nfsd4: add a client info fileGravatar J. Bruce Fields 1-6/+108
2019-07-03nfsd: make client/ directory names small intsGravatar J. Bruce Fields 1-2/+3
2019-07-03nfsd: add nfsd/clients directoryGravatar J. Bruce Fields 1-1/+102
2019-07-03nfsd: persist nfsd filesystem across mountsGravatar J. Bruce Fields 1-0/+11
2019-07-03nfsd4: drc containerizationGravatar J. Bruce Fields 1-6/+8
2019-07-03nfsd: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-4/+1
2019-05-25vfs: Convert nfsctl to use the new mount APIGravatar David Howells 1-7/+26
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-04-24SUNRPC: Cache the process user cred in the RPC server listenerGravatar Trond Myklebust 1-8/+8
2019-04-24nfsd: Allow containers to set supported nfs versionsGravatar Trond Myklebust 1-11/+14
2019-04-24nfsd: keep a tally of RECLAIM_COMPLETE operations when using nfsdcldGravatar Scott Mayhew 1-0/+1
2019-03-12Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-1/+1
2019-03-06nfsd: fix wrong check in write_v4_end_grace()Gravatar Yihao Wu 1-1/+1
2019-02-14Revert "nfsd4: return default lease period"Gravatar J. Bruce Fields 1-2/+2
2018-11-28nfsd4: fix crash on writing v4_end_grace before nfsd startupGravatar J. Bruce Fields 1-0/+2
2018-09-25NFSD introduce async copy featureGravatar Olga Kornievskaia 1-0/+1
2018-08-09nfsd: constify write_op[]Gravatar Eric Biggers 1-1/+1
2018-06-17nfsd4: return default lease periodGravatar J. Bruce Fields 1-2/+2
2018-06-17nfsd4: extend reclaim period for reclaiming clientsGravatar J. Bruce Fields 1-0/+1
2017-11-27race of nfsd inetaddr notifiers vs nn->nfsd_serv changeGravatar Vasily Averin 1-0/+3
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Gravatar Eric Biggers 1-1/+1
2017-03-10NFSD: further refinement of content of /proc/fs/nfsd/versionsGravatar NeilBrown 1-10/+33