aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfsctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+25
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+1
2019-07-09nfsd: Make __get_nfsdfs_client() staticYueHaibing1-1/+1
2019-07-03nfsd4: add a client info fileJ. Bruce Fields1-6/+108
2019-07-03nfsd: make client/ directory names small intsJ. Bruce Fields1-2/+3
2019-07-03nfsd: add nfsd/clients directoryJ. Bruce Fields1-1/+102
2019-07-03nfsd: persist nfsd filesystem across mountsJ. Bruce Fields1-0/+11
2019-07-03nfsd4: drc containerizationJ. Bruce Fields1-6/+8
2019-07-03nfsd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-4/+1
2019-05-25vfs: Convert nfsctl to use the new mount APIDavid Howells1-7/+26
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-04-24SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust1-8/+8
2019-04-24nfsd: Allow containers to set supported nfs versionsTrond Myklebust1-11/+14
2019-04-24nfsd: keep a tally of RECLAIM_COMPLETE operations when using nfsdcldScott Mayhew1-0/+1
2019-03-12Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2019-03-06nfsd: fix wrong check in write_v4_end_grace()Yihao Wu1-1/+1
2019-02-14Revert "nfsd4: return default lease period"J. Bruce Fields1-2/+2
2018-11-28nfsd4: fix crash on writing v4_end_grace before nfsd startupJ. Bruce Fields1-0/+2
2018-09-25NFSD introduce async copy featureOlga Kornievskaia1-0/+1
2018-08-09nfsd: constify write_op[]Eric Biggers1-1/+1
2018-06-17nfsd4: return default lease periodJ. Bruce Fields1-2/+2
2018-06-17nfsd4: extend reclaim period for reclaiming clientsJ. Bruce Fields1-0/+1
2017-11-27race of nfsd inetaddr notifiers vs nn->nfsd_serv changeVasily Averin1-0/+3
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers1-1/+1
2017-03-10NFSD: further refinement of content of /proc/fs/nfsd/versionsNeilBrown1-10/+33
2017-02-27nfsd: Fix display of the version stringTrond Myklebust1-30/+26
2017-02-27nfsd: fix configuration of supported minor versionsTrond Myklebust1-8/+8
2017-01-31NFSD: correctly range-check v4.x minor version when setting versions.NeilBrown1-3/+7
2016-12-16Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-11-14nfsd: constify reply_cache_stats_operations structureJulia Lawall1-1/+1
2016-09-26nfsd: randomize SETCLIENTID reply to help distinguish serversJ. Bruce Fields1-0/+2
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-9/+4