aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/export.c
Commit message (Expand)AuthorAge
* 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
* knfsd: fix typo in export display, print uid and gid as unsignedJ. Bruce Fields2007-07-21
* nfsd: return errors, not NULL, from export functionsJ. Bruce Fields2007-07-19
* knfsd: nfsd: display export secinfo informationJ. Bruce Fields2007-07-17
* knfsd: nfsd: factor out code from show_expflagsJ. Bruce Fields2007-07-17
* knfsd: nfsd4: return nfserr_wrongsecAndy Adamson2007-07-17
* knfsd: nfsd: use ip-address-based domain in secinfo caseJ. Bruce Fields2007-07-17
* knfsd: nfsd: set rq_client to ip-address-determined-domainJ. Bruce Fields2007-07-17
* knfsd: nfsd: provide export lookup wrappers which take a svc_rqstJ. Bruce Fields2007-07-17
* knfsd: nfsd4: simplify exp_pseudoroot argumentsJ. Bruce Fields2007-07-17
* knfsd: nfsd4: parse secinfo information in exports downcallAndy Adamson2007-07-17
* knfsd: nfsd: make all exp_finding functions return -errno's on errJ. Bruce Fields2007-07-17
* knfsd: exportfs: add exportfs.h headerChristoph Hellwig2007-07-17
* knfsd: avoid use of unitialised variables on error path when nfs exportsNeilBrown2007-05-09
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-14
* [PATCH] knfsd: add some new fsid typesNeilBrown2007-02-14
* [PATCH] knfsd: ratelimit some nfsd messages that are triggered by external ev...NeilBrown2007-01-30
* [PATCH] knfsd: Fix up some bit-rot in exp_exportNeilBrown2006-12-13
* [PATCH] knfsd: nfsd: don't drop silently on upcall deferralJ.Bruce Fields2006-12-13
* [PATCH] knfsd: nfsd: simplify exp_pseudorootJ.Bruce Fields2006-12-13
* [PATCH] knfsd: nfsd: make exp_rootfh handle exp_parent errorsJ.Bruce Fields2006-12-13
* [PATCH] nfsd: misc endianness annotationsAl Viro2006-10-20