aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/export.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)Gravatar David Howells 1-2/+2
2008-02-01knfsd: don't bother mapping putrootfh enoent to epermGravatar J. Bruce Fields 1-2/+0
2008-02-01knfsd: allow cache_register to return error on failureGravatar J. Bruce Fields 1-3/+9
2008-02-01knfsd: cache unregistration needn't return errorGravatar J. Bruce Fields 1-4/+2
2007-10-22exportfs: remove old methodsGravatar Christoph Hellwig 1-5/+3
2007-10-16fs/nfsd/export.c: make 3 functions staticGravatar Adrian Bunk 1-9/+8
2007-07-31knfsd: eliminate unnecessary -ENOENT returns on export downcallsGravatar J. Bruce Fields 1-2/+3
2007-07-21knfsd: fix typo in export display, print uid and gid as unsignedGravatar J. Bruce Fields 1-2/+2
2007-07-19nfsd: return errors, not NULL, from export functionsGravatar J. Bruce Fields 1-4/+4
2007-07-17knfsd: nfsd: display export secinfo informationGravatar J. Bruce Fields 1-0/+29
2007-07-17knfsd: nfsd: factor out code from show_expflagsGravatar J. Bruce Fields 1-8/+15
2007-07-17knfsd: nfsd4: return nfserr_wrongsecGravatar Andy Adamson 1-0/+26
2007-07-17knfsd: nfsd: use ip-address-based domain in secinfo caseGravatar J. Bruce Fields 1-9/+67
2007-07-17knfsd: nfsd: set rq_client to ip-address-determined-domainGravatar J. Bruce Fields 1-4/+11
2007-07-17knfsd: nfsd: provide export lookup wrappers which take a svc_rqstGravatar J. Bruce Fields 1-1/+27
2007-07-17knfsd: nfsd4: simplify exp_pseudoroot argumentsGravatar J. Bruce Fields 1-3/+2
2007-07-17knfsd: nfsd4: parse secinfo information in exports downcallGravatar Andy Adamson 1-2/+54
2007-07-17knfsd: nfsd: make all exp_finding functions return -errno's on errGravatar J. Bruce Fields 1-35/+23
2007-07-17knfsd: exportfs: add exportfs.h headerGravatar Christoph Hellwig 1-0/+1
2007-05-09knfsd: avoid use of unitialised variables on error path when nfs exportsGravatar NeilBrown 1-7/+7
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2007-02-14[PATCH] knfsd: add some new fsid typesGravatar NeilBrown 1-37/+69
2007-01-30[PATCH] knfsd: ratelimit some nfsd messages that are triggered by external ev...Gravatar NeilBrown 1-1/+0
2006-12-13[PATCH] knfsd: Fix up some bit-rot in exp_exportGravatar NeilBrown 1-3/+9
2006-12-13[PATCH] knfsd: nfsd: don't drop silently on upcall deferralGravatar J.Bruce Fields 1-3/+8
2006-12-13[PATCH] knfsd: nfsd: simplify exp_pseudorootGravatar J.Bruce Fields 1-4/+2
2006-12-13[PATCH] knfsd: nfsd: make exp_rootfh handle exp_parent errorsGravatar J.Bruce Fields 1-0/+4
2006-10-20[PATCH] nfsd: misc endianness annotationsGravatar Al Viro 1-2/+2
2006-10-04[PATCH] knfsd: nfsd4: fslocations data structuresGravatar Manoj Naik 1-4/+114
2006-10-04[PATCH] knfsd: nfsd: store export path in exportGravatar J.Bruce Fields 1-0/+10
2006-10-04[PATCH] knfsd: nfsd4: clean up exp_pseudorootGravatar J.Bruce Fields 1-7/+4
2006-10-04[PATCH] knfsd: nfsd4: refactor exp_pseudorootGravatar J.Bruce Fields 1-9/+3
2006-10-02[PATCH] nfsd: add lock annotations to e_start and e_stopGravatar Josh Triplett 1-0/+2
2006-10-02[PATCH] knfsd: Use SEQ_START_TOKEN instead of hardcoded magic (void*)1Gravatar Greg Banks 1-3/+3
2006-10-02[PATCH] knfsd: remove an unused variable from e_show()Gravatar Greg Banks 1-2/+0
2006-10-02[PATCH] knfsd: add some missing newlines in printksGravatar Greg Banks 1-1/+1
2006-06-30[PATCH] knfsd: fixing missing 'expkey' support for fsid type 3Gravatar Frank Filz 1-1/+1
2006-05-23[PATCH] knfsd: Fix two problems that can cause rmmod nfsd to dieGravatar NeilBrown 1-1/+3
2006-04-11[PATCH] knfsd: nfsd: oops exporting nonexistent directoryGravatar NeilBrown 1-1/+2
2006-03-27[PATCH] fs/nfsd/export.c,net/sunrpc/cache.c: make needlessly global code staticGravatar Adrian Bunk 1-5/+8
2006-03-27[PATCH] knfsd: Convert sunrpc_cache to use krefsGravatar NeilBrown 1-27/+24
2006-03-27[PATCH] knfsd: Use new cache_lookup for svc_expkey cacheGravatar NeilBrown 1-37/+99
2006-03-27[PATCH] knfsd: Use new cache_lookup for svc_exportGravatar NeilBrown 1-37/+88
2006-03-27[PATCH] knfsd: Get rid of 'inplace' sunrpc cachesGravatar NeilBrown 1-2/+2
2006-03-27[PATCH] knfsd: Break the hard linkage from svc_expkey to svc_exportGravatar NeilBrown 1-20/+40
2006-03-27[PATCH] knfsd: Change the store of auth_domains to not be a 'cache'Gravatar NeilBrown 1-3/+2
2005-11-07[PATCH] kfree cleanup: fsGravatar Jesper Juhl 1-4/+2
2005-09-07[PATCH] sunrpc: cache_register can use wrong module referenceGravatar Bruce Allan 1-0/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+1200