summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/export.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+2
* 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/+23
* 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/+0
* [PATCH] knfsd: add some new fsid typesNeilBrown2007-02-141-37/+69
* [PATCH] knfsd: ratelimit some nfsd messages that are triggered by external ev...NeilBrown2007-01-301-1/+0
* [PATCH] knfsd: Fix up some bit-rot in exp_exportNeilBrown2006-12-131-3/+9
* [PATCH] knfsd: nfsd: don't drop silently on upcall deferralJ.Bruce Fields2006-12-131-3/+8
* [PATCH] knfsd: nfsd: simplify exp_pseudorootJ.Bruce Fields2006-12-131-4/+2
* [PATCH] knfsd: nfsd: make exp_rootfh handle exp_parent errorsJ.Bruce Fields2006-12-131-0/+4
* [PATCH] nfsd: misc endianness annotationsAl Viro2006-10-201-2/+2
* [PATCH] knfsd: nfsd4: fslocations data structuresManoj Naik2006-10-041-4/+114
* [PATCH] knfsd: nfsd: store export path in exportJ.Bruce Fields2006-10-041-0/+10
* [PATCH] knfsd: nfsd4: clean up exp_pseudorootJ.Bruce Fields2006-10-041-7/+4
* [PATCH] knfsd: nfsd4: refactor exp_pseudorootJ.Bruce Fields2006-10-041-9/+3
* [PATCH] nfsd: add lock annotations to e_start and e_stopJosh Triplett2006-10-021-0/+2
* [PATCH] knfsd: Use SEQ_START_TOKEN instead of hardcoded magic (void*)1Greg Banks2006-10-021-3/+3
* [PATCH] knfsd: remove an unused variable from e_show()Greg Banks2006-10-021-2/+0
* [PATCH] knfsd: add some missing newlines in printksGreg Banks2006-10-021-1/+1
* [PATCH] knfsd: fixing missing 'expkey' support for fsid type 3Frank Filz2006-06-301-1/+1
OpenPOWER on IntegriCloud