summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/export.c
Commit message (Expand)AuthorAgeFilesLines
* 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-131-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/+3Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-271-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/+1Star
|/
* 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/+8Star
* NFSD: Cleanup unneeded including net/ipv6.hKinglong Mee2014-05-301-2/+0Star
* 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-03-011-12/+4Star
|\
| * SUNRPC: rework cache upcall logicStanislav Kinsbursky2013-02-151-12/+0Star
| * 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-06-011-3/+3
* nfsd4: fix missing "static"J. Bruce Fields2012-06-011-1/+1
* nfsd: make expkey cache allocated per network namespace contextStanislav Kinsbursky2012-04-121-11/+17
* nfsd: make export cache allocated per network namespace contextStanislav Kinsbursky2012-04-121-15/+32
* nfsd: pass pointer to export cache down to stack wherever possible.Stanislav Kinsbursky2012-04-121-15/+22
* nfsd: pass network context to export caches init/shutdown routinesStanislav Kinsbursky2012-04-121-10/+10
* nfsd: pass pointer to expkey cache down to stack wherever possible.Stanislav Kinsbursky2012-04-111-16/+16
* nfsd: use hash table from cache detail in nfsd export seq opsStanislav Kinsbursky2012-04-111-0/+3
* nfsd: pass svc_export_cache pointer as private data to "exports" seq file opsStanislav Kinsbursky2012-04-111-7/+11
* nfsd: use exp_put() for svc_export_cache putStanislav Kinsbursky2012-04-111-1/+1
* nfsd: add link to owner cache detail to svc_export structureStanislav Kinsbursky2012-04-111-5/+5
* nfsd: use passed cache_detail pointer expkey_parse()Stanislav Kinsbursky2012-04-111-1/+1
* nfsd: remove some unneeded checksDan Carpenter2012-02-031-1/+1