aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/export.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-07NFSd: use network-namespace-aware cache registering routinesStanislav Kinsbursky1-5/+5
2011-12-06nfsd: Fix oops when parsing a 0 length exportSasha Levin1-1/+1
2011-09-13NFSD: Remove the ex_pathname field from struct svc_exportTrond Myklebust1-11/+0
2011-09-13NFSD: Cleanup for nfsd4_path()Trond Myklebust1-2/+2
2011-08-31nfsd: remove include/linux/nfsd/syscall.hJ. Bruce Fields1-1/+0
2011-07-15nfsd: Remove deprecated nfsctl system call and related code.NeilBrown1-418/+0
2011-04-29nfsd4: fix wrongsec handling for PUTFH + op casesJ. Bruce Fields1-6/+0
2011-03-07nfsd: kill unused macro definitionShan Wei1-1/+0
2011-01-13nfsd: don't support msnfs export optionJ. Bruce Fields1-4/+0
2010-09-27sunrpc: Add net to pure API callsPavel Emelyanov1-1/+1
2010-09-26nfsd: fix /proc/net/rpc/nfsd.export/content displayJ. Bruce Fields1-11/+29
2010-09-22nfsd: allow deprecated interface to be compiled out.NeilBrown1-3/+19
2010-09-07sunrpc: extract some common sunrpc_cache code from nfsdNeilBrown1-6/+3
2010-05-04Merge commit 'v2.6.34-rc6'J. Bruce Fields1-0/+1
2010-04-22nfsd: potential ERR_PTR dereference on exp_export() error paths.Dan Carpenter1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-16nfsd: factor out hash functions for export caches.NeilBrown1-17/+23
2010-02-08Revert "nfsd4: fix error return when pseudoroot missing"J. Bruce Fields1-9/+1
2009-12-15nfsd: remove pointless paths in file headersJ. Bruce Fields1-2/+0
2009-12-15nfsd: move most of nfsfh.h to fs/nfsdJ. Bruce Fields1-0/+1
2009-12-15nfsd: make V4ROOT exports read-onlyJ. Bruce Fields1-4/+11
2009-12-15nfsd: allow exports of symlinksJ. Bruce Fields1-2/+4
2009-12-15nfsd: introduce export flag for v4 pseudorootSteve Dickson1-0/+1
2009-12-14nfsd: Move private headers to source directoryBoaz Harrosh1-1/+2
2009-12-14nfsd: Source files #include cleanupsBoaz Harrosh1-15/+0
2009-09-28nfsd4: fix error return when pseudoroot missingJ. Bruce Fields1-4/+18
2009-09-23seq_file: constify seq_operationsJames Morris1-1/+1
2009-09-03NFSd: Fix filehandle leak in exp_pseudoroot() and nfsd4_path()Trond Myklebust1-0/+2
2009-08-09SUNRPC: Allow the cache_detail to specify alternative upcall mechanismsTrond Myklebust1-2/+12
2009-06-22Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsdLinus Torvalds1-9/+4
2009-06-11switch rqst_exp_parent()Al Viro1-15/+10
2009-06-11switch rqst_exp_get_by_name()Al Viro1-9/+6
2009-06-11switch exp_parent() to struct pathAl Viro1-16/+12
2009-06-11nfsd struct path use: exp_get_by_name()Al Viro1-20/+18
2009-04-23rpcgss: remove redundant test on unsignedRoel Kluin1-9/+4