summaryrefslogtreecommitdiff
path: root/fs/nfsd/export.c
AgeCommit message (Expand)Author
2015-02-02nfsd: implement pNFS operationsChristoph Hellwig
2014-08-18nfsd: allow turning off nfsv3 readdir_plusRajesh Ghanekar
2014-06-23NFSD: Using exp_get for export gettingKinglong Mee
2014-06-23NFSD: Using path_get when assigning path for exportKinglong Mee
2014-05-30NFSD: Error out when getting more than one fsloc/secinfo/uuidKinglong Mee
2014-05-30NFSD: Using type of uint32_t for ex_nflavors instead of intKinglong Mee
2014-05-30NFSD: Add missing comment of "expiry" in expkey_parse()Kinglong Mee
2014-05-30NFSD: Remove typedef of svc_client and svc_export in export.cKinglong Mee
2014-05-30NFSD: Cleanup unneeded including net/ipv6.hKinglong Mee
2014-05-30NFSD: Adds macro EX_UUID_LEN for exports uuid's lengthKinglong Mee
2014-05-30NFSD: Helper function for parsing uuidKinglong Mee
2014-05-30NFS4: Avoid NULL reference or double free in nfsd4_fslocs_free()Kinglong Mee
2013-10-29nfsd: -EINVAL on invalid anonuid/gid instead of silent failureJ. Bruce Fields
2013-10-29nfsd: return better errors to exportfsJ. Bruce Fields
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-02-15SUNRPC: rework cache upcall logicStanislav Kinsbursky
2013-02-15SUNRPC: introduce cache_detail->cache_request callbackStanislav Kinsbursky
2013-02-13nfsd: Store ex_anon_uid and ex_anon_gid as kuids and kgidsEric W. Biederman
2013-02-04nfsd: initialize the exp->ex_uuid field in svc_export_initJeff Layton
2013-01-29nfsd: Fix memleak in svc_export_putmajianpeng
2012-07-27SUNRPC: service request network namespace helper introducedStanislav Kinsbursky
2012-07-25nfsd: add get_uint for u32'sJ. Bruce Fields
2012-05-31nfsd4: move rq_flavor into svc_credJ. Bruce Fields
2012-05-31nfsd4: fix missing "static"J. Bruce Fields
2012-04-12nfsd: make expkey cache allocated per network namespace contextStanislav Kinsbursky
2012-04-12nfsd: make export cache allocated per network namespace contextStanislav Kinsbursky
2012-04-12nfsd: pass pointer to export cache down to stack wherever possible.Stanislav Kinsbursky
2012-04-11nfsd: pass network context to export caches init/shutdown routinesStanislav Kinsbursky
2012-04-11nfsd: pass pointer to expkey cache down to stack wherever possible.Stanislav Kinsbursky
2012-04-11nfsd: use hash table from cache detail in nfsd export seq opsStanislav Kinsbursky
2012-04-11nfsd: pass svc_export_cache pointer as private data to "exports" seq file opsStanislav Kinsbursky
2012-04-11nfsd: use exp_put() for svc_export_cache putStanislav Kinsbursky
2012-04-11nfsd: add link to owner cache detail to svc_export structureStanislav Kinsbursky
2012-04-11nfsd: use passed cache_detail pointer expkey_parse()Stanislav Kinsbursky
2012-02-03nfsd: remove some unneeded checksDan Carpenter
2011-12-07NFSd: use network-namespace-aware cache registering routinesStanislav Kinsbursky
2011-12-06nfsd: Fix oops when parsing a 0 length exportSasha Levin
2011-09-13NFSD: Remove the ex_pathname field from struct svc_exportTrond Myklebust
2011-09-13NFSD: Cleanup for nfsd4_path()Trond Myklebust
2011-08-31nfsd: remove include/linux/nfsd/syscall.hJ. Bruce Fields
2011-07-15nfsd: Remove deprecated nfsctl system call and related code.NeilBrown
2011-04-29nfsd4: fix wrongsec handling for PUTFH + op casesJ. Bruce Fields
2011-03-07nfsd: kill unused macro definitionShan Wei
2011-01-13nfsd: don't support msnfs export optionJ. Bruce Fields
2010-09-27sunrpc: Add net to pure API callsPavel Emelyanov
2010-09-26nfsd: fix /proc/net/rpc/nfsd.export/content displayJ. Bruce Fields
2010-09-22nfsd: allow deprecated interface to be compiled out.NeilBrown
2010-09-07sunrpc: extract some common sunrpc_cache code from nfsdNeilBrown
2010-05-04Merge commit 'v2.6.34-rc6'J. Bruce Fields
2010-04-22nfsd: potential ERR_PTR dereference on exp_export() error paths.Dan Carpenter