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