aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/export.c
AgeCommit message (Expand)Author
2013-11-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
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-16nfsd: factor out hash functions for export caches.NeilBrown
2010-02-08Revert "nfsd4: fix error return when pseudoroot missing"J. Bruce Fields
2009-12-15nfsd: remove pointless paths in file headersJ. Bruce Fields
2009-12-15nfsd: move most of nfsfh.h to fs/nfsdJ. Bruce Fields
2009-12-15nfsd: make V4ROOT exports read-onlyJ. Bruce Fields
2009-12-15nfsd: allow exports of symlinksJ. Bruce Fields
2009-12-15nfsd: introduce export flag for v4 pseudorootSteve Dickson
2009-12-14nfsd: Move private headers to source directoryBoaz Harrosh
2009-12-14nfsd: Source files #include cleanupsBoaz Harrosh
2009-09-28nfsd4: fix error return when pseudoroot missingJ. Bruce Fields
2009-09-23seq_file: constify seq_operationsJames Morris
2009-09-03NFSd: Fix filehandle leak in exp_pseudoroot() and nfsd4_path()Trond Myklebust