aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/export.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-02-281-12/+4
|\
| * SUNRPC: rework cache upcall logicStanislav Kinsbursky2013-02-151-12/+0
| * SUNRPC: introduce cache_detail->cache_request callbackStanislav Kinsbursky2013-02-151-2/+4
| * nfsd: initialize the exp->ex_uuid field in svc_export_initJeff Layton2013-02-041-0/+1
| * nfsd: Fix memleak in svc_export_putmajianpeng2013-01-291-0/+1
* | nfsd: Store ex_anon_uid and ex_anon_gid as kuids and kgidsEric W. Biederman2013-02-131-8/+14
|/
* SUNRPC: service request network namespace helper introducedStanislav Kinsbursky2012-07-271-2/+2
* nfsd: add get_uint for u32'sJ. Bruce Fields2012-07-251-3/+3
* nfsd4: move rq_flavor into svc_credJ. Bruce Fields2012-05-311-3/+3
* nfsd4: fix missing "static"J. Bruce Fields2012-05-311-1/+1
* nfsd: make expkey cache allocated per network namespace contextStanislav Kinsbursky2012-04-121-11/+17
* nfsd: make export cache allocated per network namespace contextStanislav Kinsbursky2012-04-121-15/+32
* nfsd: pass pointer to export cache down to stack wherever possible.Stanislav Kinsbursky2012-04-121-15/+22
* nfsd: pass network context to export caches init/shutdown routinesStanislav Kinsbursky2012-04-111-10/+10
* nfsd: pass pointer to expkey cache down to stack wherever possible.Stanislav Kinsbursky2012-04-111-16/+16
* nfsd: use hash table from cache detail in nfsd export seq opsStanislav Kinsbursky2012-04-111-0/+3
* nfsd: pass svc_export_cache pointer as private data to "exports" seq file opsStanislav Kinsbursky2012-04-111-7/+11
* nfsd: use exp_put() for svc_export_cache putStanislav Kinsbursky2012-04-111-1/+1
* nfsd: add link to owner cache detail to svc_export structureStanislav Kinsbursky2012-04-111-5/+5
* nfsd: use passed cache_detail pointer expkey_parse()Stanislav Kinsbursky2012-04-111-1/+1
* nfsd: remove some unneeded checksDan Carpenter2012-02-031-1/+1
* NFSd: use network-namespace-aware cache registering routinesStanislav Kinsbursky2011-12-071-5/+5
* nfsd: Fix oops when parsing a 0 length exportSasha Levin2011-12-061-1/+1
* NFSD: Remove the ex_pathname field from struct svc_exportTrond Myklebust2011-09-131-11/+0
* NFSD: Cleanup for nfsd4_path()Trond Myklebust2011-09-131-2/+2
* nfsd: remove include/linux/nfsd/syscall.hJ. Bruce Fields2011-08-311-1/+0
* nfsd: Remove deprecated nfsctl system call and related code.NeilBrown2011-07-151-418/+0
* nfsd4: fix wrongsec handling for PUTFH + op casesJ. Bruce Fields2011-04-291-6/+0
* nfsd: kill unused macro definitionShan Wei2011-03-071-1/+0
* nfsd: don't support msnfs export optionJ. Bruce Fields2011-01-131-4/+0
* sunrpc: Add net to pure API callsPavel Emelyanov2010-09-271-1/+1
* nfsd: fix /proc/net/rpc/nfsd.export/content displayJ. Bruce Fields2010-09-261-11/+29
* nfsd: allow deprecated interface to be compiled out.NeilBrown2010-09-221-3/+19
* sunrpc: extract some common sunrpc_cache code from nfsdNeilBrown2010-09-071-6/+3
* Merge commit 'v2.6.34-rc6'J. Bruce Fields2010-05-041-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | nfsd: potential ERR_PTR dereference on exp_export() error paths.Dan Carpenter2010-04-221-2/+2
* | nfsd: factor out hash functions for export caches.NeilBrown2010-03-161-17/+23
|/
* Revert "nfsd4: fix error return when pseudoroot missing"J. Bruce Fields2010-02-081-9/+1
* nfsd: remove pointless paths in file headersJ. Bruce Fields2009-12-151-2/+0
* nfsd: move most of nfsfh.h to fs/nfsdJ. Bruce Fields2009-12-151-0/+1
* nfsd: make V4ROOT exports read-onlyJ. Bruce Fields2009-12-151-4/+11
* nfsd: allow exports of symlinksJ. Bruce Fields2009-12-151-2/+4
* nfsd: introduce export flag for v4 pseudorootSteve Dickson2009-12-151-0/+1
* nfsd: Move private headers to source directoryBoaz Harrosh2009-12-141-1/+2
* nfsd: Source files #include cleanupsBoaz Harrosh2009-12-141-15/+0
* nfsd4: fix error return when pseudoroot missingJ. Bruce Fields2009-09-281-4/+18
* seq_file: constify seq_operationsJames Morris2009-09-231-1/+1
* NFSd: Fix filehandle leak in exp_pseudoroot() and nfsd4_path()Trond Myklebust2009-09-031-0/+2
* SUNRPC: Allow the cache_detail to specify alternative upcall mechanismsTrond Myklebust2009-08-091-2/+12