aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/export.c
Commit message (Expand)AuthorAge
* nfsd: Remove deprecated nfsctl system call and related code.NeilBrown2011-07-15
* nfsd4: fix wrongsec handling for PUTFH + op casesJ. Bruce Fields2011-04-29
* nfsd: kill unused macro definitionShan Wei2011-03-07
* nfsd: don't support msnfs export optionJ. Bruce Fields2011-01-13
* sunrpc: Add net to pure API callsPavel Emelyanov2010-09-27
* nfsd: fix /proc/net/rpc/nfsd.export/content displayJ. Bruce Fields2010-09-26
* nfsd: allow deprecated interface to be compiled out.NeilBrown2010-09-22
* sunrpc: extract some common sunrpc_cache code from nfsdNeilBrown2010-09-07
* Merge commit 'v2.6.34-rc6'J. Bruce Fields2010-05-04
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | nfsd: potential ERR_PTR dereference on exp_export() error paths.Dan Carpenter2010-04-22
* | nfsd: factor out hash functions for export caches.NeilBrown2010-03-16
|/
* Revert "nfsd4: fix error return when pseudoroot missing"J. Bruce Fields2010-02-08
* nfsd: remove pointless paths in file headersJ. Bruce Fields2009-12-15
* nfsd: move most of nfsfh.h to fs/nfsdJ. Bruce Fields2009-12-15
* nfsd: make V4ROOT exports read-onlyJ. Bruce Fields2009-12-15
* nfsd: allow exports of symlinksJ. Bruce Fields2009-12-15
* nfsd: introduce export flag for v4 pseudorootSteve Dickson2009-12-15
* nfsd: Move private headers to source directoryBoaz Harrosh2009-12-14
* nfsd: Source files #include cleanupsBoaz Harrosh2009-12-14
* nfsd4: fix error return when pseudoroot missingJ. Bruce Fields2009-09-28
* seq_file: constify seq_operationsJames Morris2009-09-23
* NFSd: Fix filehandle leak in exp_pseudoroot() and nfsd4_path()Trond Myklebust2009-09-03
* SUNRPC: Allow the cache_detail to specify alternative upcall mechanismsTrond Myklebust2009-08-09
* Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsdLinus Torvalds2009-06-22
|\
| * rpcgss: remove redundant test on unsignedRoel Kluin2009-04-23
* | switch rqst_exp_parent()Al Viro2009-06-11
* | switch rqst_exp_get_by_name()Al Viro2009-06-11
* | switch exp_parent() to struct pathAl Viro2009-06-11
* | nfsd struct path use: exp_get_by_name()Al Viro2009-06-11
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-10-23
|\
| * [PATCH] switch nfsd to kern_path()Al Viro2008-10-23
| * [PATCH] sanitize svc_export_parse()Al Viro2008-10-23
* | nfsd: clean up expkey_parse error casesJ. Bruce Fields2008-10-22
* | nfsd: Drop reference in expkey_parse error casesKrishna Kumar2008-10-22
|/
* fs/nfsd/export.c: Adjust error handling code involving auth_domain_putJulia Lawall2008-07-30
* IPv6 support for NFS server export cachesAurélien Charbon2008-04-23
* d_path: Make d_path() use a struct pathJan Blunck2008-02-15
* d_path: Make seq_path() use a struct path argumentJan Blunck2008-02-15
* Use struct path in struct svc_expkeyJan Blunck2008-02-15
* Use struct path in struct svc_exportJan Blunck2008-02-15
* Introduce path_put()Jan Blunck2008-02-15
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-15
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-07
* knfsd: don't bother mapping putrootfh enoent to epermJ. Bruce Fields2008-02-01
* knfsd: allow cache_register to return error on failureJ. Bruce Fields2008-02-01
* knfsd: cache unregistration needn't return errorJ. Bruce Fields2008-02-01
* exportfs: remove old methodsChristoph Hellwig2007-10-22
* fs/nfsd/export.c: make 3 functions staticAdrian Bunk2007-10-16
* knfsd: eliminate unnecessary -ENOENT returns on export downcallsJ. Bruce Fields2007-07-31