summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/export.c
AgeCommit message (Expand)AuthorLines
2008-04-23IPv6 support for NFS server export cachesAurélien Charbon-3/+6
2008-02-14d_path: Make d_path() use a struct pathJan Blunck-1/+1
2008-02-14d_path: Make seq_path() use a struct path argumentJan Blunck-2/+2
2008-02-14Use struct path in struct svc_expkeyJan Blunck-17/+13
2008-02-14Use struct path in struct svc_exportJan Blunck-35/+32
2008-02-14Introduce path_put()Jan Blunck-5/+5
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck-17/+18
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells-2/+2
2008-02-01knfsd: don't bother mapping putrootfh enoent to epermJ. Bruce Fields-2/+0
2008-02-01knfsd: allow cache_register to return error on failureJ. Bruce Fields-3/+9
2008-02-01knfsd: cache unregistration needn't return errorJ. Bruce Fields-4/+2
2007-10-22exportfs: remove old methodsChristoph Hellwig-5/+3
2007-10-16fs/nfsd/export.c: make 3 functions staticAdrian Bunk-9/+8
2007-07-31knfsd: eliminate unnecessary -ENOENT returns on export downcallsJ. Bruce Fields-2/+3
2007-07-21knfsd: fix typo in export display, print uid and gid as unsignedJ. Bruce Fields-2/+2
2007-07-19nfsd: return errors, not NULL, from export functionsJ. Bruce Fields-4/+4
2007-07-17knfsd: nfsd: display export secinfo informationJ. Bruce Fields-0/+29
2007-07-17knfsd: nfsd: factor out code from show_expflagsJ. Bruce Fields-8/+15
2007-07-17knfsd: nfsd4: return nfserr_wrongsecAndy Adamson-0/+26
2007-07-17knfsd: nfsd: use ip-address-based domain in secinfo caseJ. Bruce Fields-9/+67
2007-07-17knfsd: nfsd: set rq_client to ip-address-determined-domainJ. Bruce Fields-4/+11
2007-07-17knfsd: nfsd: provide export lookup wrappers which take a svc_rqstJ. Bruce Fields-1/+27
2007-07-17knfsd: nfsd4: simplify exp_pseudoroot argumentsJ. Bruce Fields-3/+2
2007-07-17knfsd: nfsd4: parse secinfo information in exports downcallAndy Adamson-2/+54
2007-07-17knfsd: nfsd: make all exp_finding functions return -errno's on errJ. Bruce Fields-35/+23
2007-07-17knfsd: exportfs: add exportfs.h headerChristoph Hellwig-0/+1
2007-05-09knfsd: avoid use of unitialised variables on error path when nfs exportsNeilBrown-7/+7
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau-1/+0
2007-02-14[PATCH] knfsd: add some new fsid typesNeilBrown-37/+69
2007-01-30[PATCH] knfsd: ratelimit some nfsd messages that are triggered by external ev...NeilBrown-1/+0
2006-12-13[PATCH] knfsd: Fix up some bit-rot in exp_exportNeilBrown-3/+9
2006-12-13[PATCH] knfsd: nfsd: don't drop silently on upcall deferralJ.Bruce Fields-3/+8
2006-12-13[PATCH] knfsd: nfsd: simplify exp_pseudorootJ.Bruce Fields-4/+2
2006-12-13[PATCH] knfsd: nfsd: make exp_rootfh handle exp_parent errorsJ.Bruce Fields-0/+4
2006-10-20[PATCH] nfsd: misc endianness annotationsAl Viro-2/+2
2006-10-04[PATCH] knfsd: nfsd4: fslocations data structuresManoj Naik-4/+114
2006-10-04[PATCH] knfsd: nfsd: store export path in exportJ.Bruce Fields-0/+10
2006-10-04[PATCH] knfsd: nfsd4: clean up exp_pseudorootJ.Bruce Fields-7/+4
2006-10-04[PATCH] knfsd: nfsd4: refactor exp_pseudorootJ.Bruce Fields-9/+3
2006-10-02[PATCH] nfsd: add lock annotations to e_start and e_stopJosh Triplett-0/+2
2006-10-02[PATCH] knfsd: Use SEQ_START_TOKEN instead of hardcoded magic (void*)1Greg Banks-3/+3
2006-10-02[PATCH] knfsd: remove an unused variable from e_show()Greg Banks-2/+0
2006-10-02[PATCH] knfsd: add some missing newlines in printksGreg Banks-1/+1
2006-06-30[PATCH] knfsd: fixing missing 'expkey' support for fsid type 3Frank Filz-1/+1
2006-05-23[PATCH] knfsd: Fix two problems that can cause rmmod nfsd to dieNeilBrown-1/+3
2006-04-11[PATCH] knfsd: nfsd: oops exporting nonexistent directoryNeilBrown-1/+2
2006-03-27[PATCH] fs/nfsd/export.c,net/sunrpc/cache.c: make needlessly global code staticAdrian Bunk-5/+8
2006-03-27[PATCH] knfsd: Convert sunrpc_cache to use krefsNeilBrown-27/+24
2006-03-27[PATCH] knfsd: Use new cache_lookup for svc_expkey cacheNeilBrown-37/+99
2006-03-27[PATCH] knfsd: Use new cache_lookup for svc_exportNeilBrown-37/+88