summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/export.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsdLinus Torvalds2009-06-221-9/+4
|\
| * rpcgss: remove redundant test on unsignedRoel Kluin2009-04-231-9/+4
* | switch rqst_exp_parent()Al Viro2009-06-111-15/+10
* | switch rqst_exp_get_by_name()Al Viro2009-06-111-9/+6
* | switch exp_parent() to struct pathAl Viro2009-06-111-16/+12
* | nfsd struct path use: exp_get_by_name()Al Viro2009-06-111-20/+18
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-10-231-67/+58
|\
| * [PATCH] switch nfsd to kern_path()Al Viro2008-10-231-25/+23
| * [PATCH] sanitize svc_export_parse()Al Viro2008-10-231-42/+35
* | nfsd: clean up expkey_parse error casesJ. Bruce Fields2008-10-221-14/+11
* | nfsd: Drop reference in expkey_parse error casesKrishna Kumar2008-10-221-2/+6
|/
* fs/nfsd/export.c: Adjust error handling code involving auth_domain_putJulia Lawall2008-07-301-3/+3
* IPv6 support for NFS server export cachesAurélien Charbon2008-04-231-3/+6
* d_path: Make d_path() use a struct pathJan Blunck2008-02-141-1/+1
* d_path: Make seq_path() use a struct path argumentJan Blunck2008-02-141-2/+2
* Use struct path in struct svc_expkeyJan Blunck2008-02-141-17/+13
* Use struct path in struct svc_exportJan Blunck2008-02-141-35/+32
* Introduce path_put()Jan Blunck2008-02-141-5/+5
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-141-17/+18
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-071-2/+2
* knfsd: don't bother mapping putrootfh enoent to epermJ. Bruce Fields2008-02-011-2/+0
* knfsd: allow cache_register to return error on failureJ. Bruce Fields2008-02-011-3/+9
* knfsd: cache unregistration needn't return errorJ. Bruce Fields2008-02-011-4/+2
* exportfs: remove old methodsChristoph Hellwig2007-10-221-5/+3
* fs/nfsd/export.c: make 3 functions staticAdrian Bunk2007-10-161-9/+8
* knfsd: eliminate unnecessary -ENOENT returns on export downcallsJ. Bruce Fields2007-07-311-2/+3
* knfsd: fix typo in export display, print uid and gid as unsignedJ. Bruce Fields2007-07-211-2/+2
OpenPOWER on IntegriCloud