summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfsctl.c
AgeCommit message (Expand)Author
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
2019-03-06nfsd: fix wrong check in write_v4_end_grace()Yihao Wu
2019-02-14Revert "nfsd4: return default lease period"J. Bruce Fields
2018-11-28nfsd4: fix crash on writing v4_end_grace before nfsd startupJ. Bruce Fields
2018-09-25NFSD introduce async copy featureOlga Kornievskaia
2018-08-09nfsd: constify write_op[]Eric Biggers
2018-06-17nfsd4: return default lease periodJ. Bruce Fields
2018-06-17nfsd4: extend reclaim period for reclaiming clientsJ. Bruce Fields
2017-11-27race of nfsd inetaddr notifiers vs nn->nfsd_serv changeVasily Averin
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers
2017-03-10NFSD: further refinement of content of /proc/fs/nfsd/versionsNeilBrown
2017-02-27nfsd: Fix display of the version stringTrond Myklebust
2017-02-27nfsd: fix configuration of supported minor versionsTrond Myklebust
2017-01-31NFSD: correctly range-check v4.x minor version when setting versions.NeilBrown
2016-12-16Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-11-14nfsd: constify reply_cache_stats_operations structureJulia Lawall
2016-09-26nfsd: randomize SETCLIENTID reply to help distinguish serversJ. Bruce Fields
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-06-23vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman
2016-05-29drop redundant ->owner initializationsAl Viro
2015-04-21nfsd: fix nsfd startup race triggering BUG_ONGiuseppe Cantavenera
2015-02-02nfsd: implement pNFS operationsChristoph Hellwig
2014-12-16Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-12-01nfsd: minor off by one checks in __write_versions()Dan Carpenter
2014-11-19nfsd/nfsctl.c: new helperAl Viro
2014-09-17nfsd: add a v4_end_grace file to /proc/fs/nfsdJeff Layton
2014-07-08nfsd: add a new /proc/fs/nfsd/max_connections fileJeff Layton
2014-06-23NFSD: Using min/max/min_t/max_t for calculateKinglong Mee