aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/export.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-24nfsd: knfsd must use the container user namespaceTrond Myklebust1-8/+10
2018-10-29knfsd: Allow lockless lookups of the exportsTrond Myklebust1-7/+7
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+3
2017-11-27NFSD: make cache_detail structures constBhumika Goyal1-2/+2
2017-11-27nfsd: remove net pointer from debug messagesVasily Averin1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-05nfsd: namespace-prefix uuid_parseChristoph Hellwig1-2/+2
2017-01-31nfsd: opt in to labeled nfs per exportJ. Bruce Fields1-0/+1
2016-07-15nfsd: allow nfsd to advertise multiple layout typesJeff Layton1-2/+2
2016-07-13nfsd: implement machine credential support for some operationsAndrew Elble1-0/+10
2015-08-13sunrpc/nfsd: Remove redundant code by exports seq_operations functionsKinglong Mee1-70/+3
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2015-04-03nfsd: add NFSEXP_PNFS to the exflags arrayChristoph Hellwig1-0/+1
2015-03-31NFSD: Using path_equal() for checking two pathsKinglong Mee1-2/+1
2015-02-02nfsd: implement pNFS operationsChristoph Hellwig1-0/+8
2014-08-18nfsd: allow turning off nfsv3 readdir_plusRajesh Ghanekar1-0/+1
2014-06-23NFSD: Using exp_get for export gettingKinglong Mee1-1/+1
2014-06-23NFSD: Using path_get when assigning path for exportKinglong Mee1-2/+2
2014-05-30NFSD: Error out when getting more than one fsloc/secinfo/uuidKinglong Mee1-0/+12
2014-05-30NFSD: Using type of uint32_t for ex_nflavors instead of intKinglong Mee1-3/+4
2014-05-30NFSD: Add missing comment of "expiry" in expkey_parse()Kinglong Mee1-1/+1
2014-05-30NFSD: Remove typedef of svc_client and svc_export in export.cKinglong Mee1-11/+8
2014-05-30NFSD: Cleanup unneeded including net/ipv6.hKinglong Mee1-2/+0
2014-05-30NFSD: Adds macro EX_UUID_LEN for exports uuid's lengthKinglong Mee1-3/+3
2014-05-30NFSD: Helper function for parsing uuidKinglong Mee1-12/+20
2014-05-30NFS4: Avoid NULL reference or double free in nfsd4_fslocs_free()Kinglong Mee1-3/+9
2013-10-29nfsd: -EINVAL on invalid anonuid/gid instead of silent failureJ. Bruce Fields1-0/+9
2013-10-29nfsd: return better errors to exportfsJ. Bruce Fields1-4/+11
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-12/+4
2013-02-15SUNRPC: rework cache upcall logicStanislav Kinsbursky1-12/+0
2013-02-15SUNRPC: introduce cache_detail->cache_request callbackStanislav Kinsbursky1-2/+4
2013-02-13nfsd: Store ex_anon_uid and ex_anon_gid as kuids and kgidsEric W. Biederman1-8/+14
2013-02-04nfsd: initialize the exp->ex_uuid field in svc_export_initJeff Layton1-0/+1
2013-01-29nfsd: Fix memleak in svc_export_putmajianpeng1-0/+1
2012-07-27SUNRPC: service request network namespace helper introducedStanislav Kinsbursky1-2/+2
2012-07-25nfsd: add get_uint for u32'sJ. Bruce Fields1-3/+3
2012-05-31nfsd4: move rq_flavor into svc_credJ. Bruce Fields1-3/+3
2012-05-31nfsd4: fix missing "static"J. Bruce Fields1-1/+1
2012-04-12nfsd: make expkey cache allocated per network namespace contextStanislav Kinsbursky1-11/+17
2012-04-12nfsd: make export cache allocated per network namespace contextStanislav Kinsbursky1-15/+32
2012-04-12nfsd: pass pointer to export cache down to stack wherever possible.Stanislav Kinsbursky1-15/+22
2012-04-11nfsd: pass network context to export caches init/shutdown routinesStanislav Kinsbursky1-10/+10
2012-04-11nfsd: pass pointer to expkey cache down to stack wherever possible.Stanislav Kinsbursky1-16/+16
2012-04-11nfsd: use hash table from cache detail in nfsd export seq opsStanislav Kinsbursky1-0/+3
2012-04-11nfsd: pass svc_export_cache pointer as private data to "exports" seq file opsStanislav Kinsbursky1-7/+11
2012-04-11nfsd: use exp_put() for svc_export_cache putStanislav Kinsbursky1-1/+1
2012-04-11nfsd: add link to owner cache detail to svc_export structureStanislav Kinsbursky1-5/+5
2012-04-11nfsd: use passed cache_detail pointer expkey_parse()Stanislav Kinsbursky1-1/+1
2012-02-03nfsd: remove some unneeded checksDan Carpenter1-1/+1