summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/export.c
Commit message (Expand)AuthorAge
* nfsd: nfsd_file cache entries should be per net namespaceTrond Myklebust2019-09-10
* nfsd: add a new struct file caching facility to nfsdJeff Layton2019-08-19
* nfsd: knfsd must use the container user namespaceTrond Myklebust2019-04-24
* knfsd: Allow lockless lookups of the exportsTrond Myklebust2018-10-29
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-12
* NFSD: make cache_detail structures constBhumika Goyal2017-11-27
* nfsd: remove net pointer from debug messagesVasily Averin2017-11-27
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* nfsd: namespace-prefix uuid_parseChristoph Hellwig2017-06-05
* nfsd: opt in to labeled nfs per exportJ. Bruce Fields2017-01-31
* nfsd: allow nfsd to advertise multiple layout typesJeff Layton2016-07-15
* nfsd: implement machine credential support for some operationsAndrew Elble2016-07-13
* sunrpc/nfsd: Remove redundant code by exports seq_operations functionsKinglong Mee2015-08-13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-26
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* | nfsd: add NFSEXP_PNFS to the exflags arrayChristoph Hellwig2015-04-03
* | NFSD: Using path_equal() for checking two pathsKinglong Mee2015-03-31
|/
* nfsd: implement pNFS operationsChristoph Hellwig2015-02-02
* nfsd: allow turning off nfsv3 readdir_plusRajesh Ghanekar2014-08-18
* NFSD: Using exp_get for export gettingKinglong Mee2014-06-23
* NFSD: Using path_get when assigning path for exportKinglong Mee2014-06-23
* NFSD: Error out when getting more than one fsloc/secinfo/uuidKinglong Mee2014-05-30
* NFSD: Using type of uint32_t for ex_nflavors instead of intKinglong Mee2014-05-30
* NFSD: Add missing comment of "expiry" in expkey_parse()Kinglong Mee2014-05-30
* NFSD: Remove typedef of svc_client and svc_export in export.cKinglong Mee2014-05-30
* NFSD: Cleanup unneeded including net/ipv6.hKinglong Mee2014-05-30
* NFSD: Adds macro EX_UUID_LEN for exports uuid's lengthKinglong Mee2014-05-30
* NFSD: Helper function for parsing uuidKinglong Mee2014-05-30
* NFS4: Avoid NULL reference or double free in nfsd4_fslocs_free()Kinglong Mee2014-05-30
* nfsd: -EINVAL on invalid anonuid/gid instead of silent failureJ. Bruce Fields2013-10-29
* nfsd: return better errors to exportfsJ. Bruce Fields2013-10-29
* Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-02-28
|\
| * SUNRPC: rework cache upcall logicStanislav Kinsbursky2013-02-15
| * SUNRPC: introduce cache_detail->cache_request callbackStanislav Kinsbursky2013-02-15
| * nfsd: initialize the exp->ex_uuid field in svc_export_initJeff Layton2013-02-04
| * nfsd: Fix memleak in svc_export_putmajianpeng2013-01-29
* | nfsd: Store ex_anon_uid and ex_anon_gid as kuids and kgidsEric W. Biederman2013-02-13
|/
* SUNRPC: service request network namespace helper introducedStanislav Kinsbursky2012-07-27
* nfsd: add get_uint for u32'sJ. Bruce Fields2012-07-25
* nfsd4: move rq_flavor into svc_credJ. Bruce Fields2012-05-31
* nfsd4: fix missing "static"J. Bruce Fields2012-05-31
* nfsd: make expkey cache allocated per network namespace contextStanislav Kinsbursky2012-04-12
* nfsd: make export cache allocated per network namespace contextStanislav Kinsbursky2012-04-12
* nfsd: pass pointer to export cache down to stack wherever possible.Stanislav Kinsbursky2012-04-12
* nfsd: pass network context to export caches init/shutdown routinesStanislav Kinsbursky2012-04-11
* nfsd: pass pointer to expkey cache down to stack wherever possible.Stanislav Kinsbursky2012-04-11
* nfsd: use hash table from cache detail in nfsd export seq opsStanislav Kinsbursky2012-04-11
* nfsd: pass svc_export_cache pointer as private data to "exports" seq file opsStanislav Kinsbursky2012-04-11
* nfsd: use exp_put() for svc_export_cache putStanislav Kinsbursky2012-04-11
* nfsd: add link to owner cache detail to svc_export structureStanislav Kinsbursky2012-04-11