summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/export.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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-151-1/+2
* nfsd: Source files #include cleanupsBoaz Harrosh2009-12-151-15/+0Star
* 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/+4Star
|\
| * rpcgss: remove redundant test on unsignedRoel Kluin2009-04-231-9/+4Star
* | switch rqst_exp_parent()Al Viro2009-06-121-15/+10Star
* | switch rqst_exp_get_by_name()Al Viro2009-06-121-9/+6Star
* | switch exp_parent() to struct pathAl Viro2009-06-121-16/+12Star
* | nfsd struct path use: exp_get_by_name()Al Viro2009-06-121-20/+18Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-10-231-67/+58Star
|\
| * [PATCH] switch nfsd to kern_path()Al Viro2008-10-231-25/+23Star
| * [PATCH] sanitize svc_export_parse()Al Viro2008-10-231-42/+35Star
* | nfsd: clean up expkey_parse error casesJ. Bruce Fields2008-10-221-14/+11Star
* | 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-151-1/+1
* d_path: Make seq_path() use a struct path argumentJan Blunck2008-02-151-2/+2
* Use struct path in struct svc_expkeyJan Blunck2008-02-151-17/+13Star
* Use struct path in struct svc_exportJan Blunck2008-02-151-35/+32Star
* Introduce path_put()Jan Blunck2008-02-151-5/+5
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-151-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/+0Star
* 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/+2Star
* exportfs: remove old methodsChristoph Hellwig2007-10-221-5/+3Star
* fs/nfsd/export.c: make 3 functions staticAdrian Bunk2007-10-161-9/+8Star
* knfsd: eliminate unnecessary -ENOENT returns on export downcallsJ. Bruce Fields2007-08-011-2/+3
* knfsd: fix typo in export display, print uid and gid as unsignedJ. Bruce Fields2007-07-221-2/+2
* nfsd: return errors, not NULL, from export functionsJ. Bruce Fields2007-07-191-4/+4
* knfsd: nfsd: display export secinfo informationJ. Bruce Fields2007-07-171-0/+29
* knfsd: nfsd: factor out code from show_expflagsJ. Bruce Fields2007-07-171-8/+15
* knfsd: nfsd4: return nfserr_wrongsecAndy Adamson2007-07-171-0/+26
* knfsd: nfsd: use ip-address-based domain in secinfo caseJ. Bruce Fields2007-07-171-9/+67
* knfsd: nfsd: set rq_client to ip-address-determined-domainJ. Bruce Fields2007-07-171-4/+11
* knfsd: nfsd: provide export lookup wrappers which take a svc_rqstJ. Bruce Fields2007-07-171-1/+27
* knfsd: nfsd4: simplify exp_pseudoroot argumentsJ. Bruce Fields2007-07-171-3/+2Star
* knfsd: nfsd4: parse secinfo information in exports downcallAndy Adamson2007-07-171-2/+54
* knfsd: nfsd: make all exp_finding functions return -errno's on errJ. Bruce Fields2007-07-171-35/+23Star
* knfsd: exportfs: add exportfs.h headerChristoph Hellwig2007-07-171-0/+1
* knfsd: avoid use of unitialised variables on error path when nfs exportsNeilBrown2007-05-091-7/+7
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0Star