summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfsctl.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd: initialize i_private before d_addJ. Bruce Fields2019-08-151-6/+6
* nfsd: use i_wrlock instead of rcu for nfsdfs i_privateJ. Bruce Fields2019-08-151-4/+2Star
* nfsd: fix dentry leak upon mkdir failure.Tetsuo Handa2019-08-151-0/+1
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-7/+25
|\
| * vfs: Convert nfsctl to use the new mount APIDavid Howells2019-05-251-7/+26
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-4/+1Star
|\ \
| * | nfsd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-031-4/+1Star
* | | nfsd: Make __get_nfsdfs_client() staticYueHaibing2019-07-101-1/+1
* | | nfsd4: add a client info fileJ. Bruce Fields2019-07-031-6/+108
* | | nfsd: make client/ directory names small intsJ. Bruce Fields2019-07-031-2/+3
* | | nfsd: add nfsd/clients directoryJ. Bruce Fields2019-07-031-1/+102
* | | nfsd: persist nfsd filesystem across mountsJ. Bruce Fields2019-07-031-0/+11
* | | nfsd4: drc containerizationJ. Bruce Fields2019-07-031-6/+8
|/ /
* / treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
|/
* SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust2019-04-241-8/+8
* nfsd: Allow containers to set supported nfs versionsTrond Myklebust2019-04-241-11/+14
* nfsd: keep a tally of RECLAIM_COMPLETE operations when using nfsdcldScott Mayhew2019-04-241-0/+1
* Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-03-121-1/+1
|\
| * nfsd: fix wrong check in write_v4_end_grace()Yihao Wu2019-03-061-1/+1
* | Revert "nfsd4: return default lease period"J. Bruce Fields2019-02-141-2/+2
|/
* nfsd4: fix crash on writing v4_end_grace before nfsd startupJ. Bruce Fields2018-11-291-0/+2
* NFSD introduce async copy featureOlga Kornievskaia2018-09-261-0/+1
* nfsd: constify write_op[]Eric Biggers2018-08-091-1/+1
* nfsd4: return default lease periodJ. Bruce Fields2018-06-171-2/+2
* nfsd4: extend reclaim period for reclaiming clientsJ. Bruce Fields2018-06-171-0/+1
* race of nfsd inetaddr notifiers vs nn->nfsd_serv changeVasily Averin2017-11-271-0/+3
* fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers2017-04-271-1/+1
* NFSD: further refinement of content of /proc/fs/nfsd/versionsNeilBrown2017-03-101-10/+33
* nfsd: Fix display of the version stringTrond Myklebust2017-02-281-30/+26Star
* nfsd: fix configuration of supported minor versionsTrond Myklebust2017-02-281-8/+8
* NFSD: correctly range-check v4.x minor version when setting versions.NeilBrown2017-01-311-3/+7
* Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-12-161-1/+1
|\
| * nfsd: constify reply_cache_stats_operations structureJulia Lawall2016-11-141-1/+1
* | netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
|/
* nfsd: randomize SETCLIENTID reply to help distinguish serversJ. Bruce Fields2016-09-261-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-07-301-9/+4Star
|\
| * vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman2016-06-231-9/+4Star
* | drop redundant ->owner initializationsAl Viro2016-05-301-3/+0Star
|/
* nfsd: fix nsfd startup race triggering BUG_ONGiuseppe Cantavenera2015-04-211-8/+8
* nfsd: implement pNFS operationsChristoph Hellwig2015-02-021-1/+8
* Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-12-171-3/+3
|\
| * nfsd: minor off by one checks in __write_versions()Dan Carpenter2014-12-011-3/+3
* | nfsd/nfsctl.c: new helperAl Viro2014-11-191-21/+16Star
|/
* nfsd: add a v4_end_grace file to /proc/fs/nfsdJeff Layton2014-09-171-0/+45
* nfsd: add a new /proc/fs/nfsd/max_connections fileJeff Layton2014-07-081-0/+42
* NFSD: Using min/max/min_t/max_t for calculateKinglong Mee2014-06-231-6/+3Star
* NFSD: Get rid of empty function nfs4_state_initKinglong Mee2014-05-081-1/+0Star
* nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky2014-03-311-0/+5
* Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-05-031-1/+12
|\
| * nfsd: remove /proc/fs/nfs when create /proc/fs/nfs/exports errorfanchaoting2013-04-031-1/+3