summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/export.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-3/+9
|\
| * nfs: do not export idmapped mountsChristian Brauner2021-01-241-3/+9
* | nfsd: report per-export statsAmir Goldstein2021-01-251-8/+60
|/
* nfsd: allow filesystems to opt out of subtree checkingJeff Layton2020-12-091-0/+6
* NFSD: Map nfserr_wrongsec outside of nfsd_dispatchChuck Lever2020-10-021-1/+1
* nfsd: export upcalls must not return ESTALE when mountd is downTrond Myklebust2020-03-161-0/+12
* nfsd: Add tracepoints for update of the expkey and export cache entriesTrond Myklebust2020-03-161-9/+15
* nfsd: Add tracepoints for exp_find_key() and exp_get_by_name()Trond Myklebust2020-03-161-2/+7
* nfsd: nfsd_file cache entries should be per net namespaceTrond Myklebust2019-09-101-1/+1
* nfsd: add a new struct file caching facility to nfsdJeff Layton2019-08-191-0/+13
* nfsd: knfsd must use the container user namespaceTrond Myklebust2019-04-241-8/+10
* knfsd: Allow lockless lookups of the exportsTrond Myklebust2018-10-291-7/+7
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+3
* NFSD: make cache_detail structures constBhumika Goyal2017-11-271-2/+2
* nfsd: remove net pointer from debug messagesVasily Averin2017-11-271-3/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* nfsd: namespace-prefix uuid_parseChristoph Hellwig2017-06-051-2/+2
* nfsd: opt in to labeled nfs per exportJ. Bruce Fields2017-01-311-0/+1
* nfsd: allow nfsd to advertise multiple layout typesJeff Layton2016-07-151-2/+2
* nfsd: implement machine credential support for some operationsAndrew Elble2016-07-131-0/+10
* sunrpc/nfsd: Remove redundant code by exports seq_operations functionsKinglong Mee2015-08-131-70/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-2/+2
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* | nfsd: add NFSEXP_PNFS to the exflags arrayChristoph Hellwig2015-04-031-0/+1
* | NFSD: Using path_equal() for checking two pathsKinglong Mee2015-03-311-2/+1
|/
* nfsd: implement pNFS operationsChristoph Hellwig2015-02-021-0/+8
* nfsd: allow turning off nfsv3 readdir_plusRajesh Ghanekar2014-08-181-0/+1
* NFSD: Using exp_get for export gettingKinglong Mee2014-06-231-1/+1
* NFSD: Using path_get when assigning path for exportKinglong Mee2014-06-231-2/+2
* NFSD: Error out when getting more than one fsloc/secinfo/uuidKinglong Mee2014-05-301-0/+12
* NFSD: Using type of uint32_t for ex_nflavors instead of intKinglong Mee2014-05-301-3/+4
* NFSD: Add missing comment of "expiry" in expkey_parse()Kinglong Mee2014-05-301-1/+1
* NFSD: Remove typedef of svc_client and svc_export in export.cKinglong Mee2014-05-301-11/+8
* NFSD: Cleanup unneeded including net/ipv6.hKinglong Mee2014-05-301-2/+0
* NFSD: Adds macro EX_UUID_LEN for exports uuid's lengthKinglong Mee2014-05-301-3/+3
* NFSD: Helper function for parsing uuidKinglong Mee2014-05-301-12/+20
* NFS4: Avoid NULL reference or double free in nfsd4_fslocs_free()Kinglong Mee2014-05-301-3/+9
* nfsd: -EINVAL on invalid anonuid/gid instead of silent failureJ. Bruce Fields2013-10-291-0/+9
* nfsd: return better errors to exportfsJ. Bruce Fields2013-10-291-4/+11
* Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-02-281-12/+4
|\
| * SUNRPC: rework cache upcall logicStanislav Kinsbursky2013-02-151-12/+0
| * SUNRPC: introduce cache_detail->cache_request callbackStanislav Kinsbursky2013-02-151-2/+4
| * nfsd: initialize the exp->ex_uuid field in svc_export_initJeff Layton2013-02-041-0/+1
| * nfsd: Fix memleak in svc_export_putmajianpeng2013-01-291-0/+1
* | nfsd: Store ex_anon_uid and ex_anon_gid as kuids and kgidsEric W. Biederman2013-02-131-8/+14
|/
* SUNRPC: service request network namespace helper introducedStanislav Kinsbursky2012-07-271-2/+2
* nfsd: add get_uint for u32'sJ. Bruce Fields2012-07-251-3/+3
* nfsd4: move rq_flavor into svc_credJ. Bruce Fields2012-05-311-3/+3
* nfsd4: fix missing "static"J. Bruce Fields2012-05-311-1/+1
* nfsd: make expkey cache allocated per network namespace contextStanislav Kinsbursky2012-04-121-11/+17