aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/export.c
AgeCommit message (Expand)Author
2009-09-23seq_file: constify seq_operationsJames Morris
2009-09-03NFSd: Fix filehandle leak in exp_pseudoroot() and nfsd4_path()Trond Myklebust
2009-08-09SUNRPC: Allow the cache_detail to specify alternative upcall mechanismsTrond Myklebust
2009-06-22Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsdLinus Torvalds
2009-06-11switch rqst_exp_parent()Al Viro
2009-06-11switch rqst_exp_get_by_name()Al Viro
2009-06-11switch exp_parent() to struct pathAl Viro
2009-06-11nfsd struct path use: exp_get_by_name()Al Viro
2009-04-23rpcgss: remove redundant test on unsignedRoel Kluin
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2008-10-23[PATCH] switch nfsd to kern_path()Al Viro
2008-10-23[PATCH] sanitize svc_export_parse()Al Viro
2008-10-22nfsd: clean up expkey_parse error casesJ. Bruce Fields
2008-10-22nfsd: Drop reference in expkey_parse error casesKrishna Kumar
2008-07-30fs/nfsd/export.c: Adjust error handling code involving auth_domain_putJulia Lawall
2008-04-23IPv6 support for NFS server export cachesAurélien Charbon
2008-02-14d_path: Make d_path() use a struct pathJan Blunck
2008-02-14d_path: Make seq_path() use a struct path argumentJan Blunck
2008-02-14Use struct path in struct svc_expkeyJan Blunck
2008-02-14Use struct path in struct svc_exportJan Blunck
2008-02-14Introduce path_put()Jan Blunck
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells
2008-02-01knfsd: don't bother mapping putrootfh enoent to epermJ. Bruce Fields
2008-02-01knfsd: allow cache_register to return error on failureJ. Bruce Fields
2008-02-01knfsd: cache unregistration needn't return errorJ. Bruce Fields
2007-10-22exportfs: remove old methodsChristoph Hellwig
2007-10-16fs/nfsd/export.c: make 3 functions staticAdrian Bunk
2007-07-31knfsd: eliminate unnecessary -ENOENT returns on export downcallsJ. Bruce Fields
2007-07-21knfsd: fix typo in export display, print uid and gid as unsignedJ. Bruce Fields
2007-07-19nfsd: return errors, not NULL, from export functionsJ. Bruce Fields
2007-07-17knfsd: nfsd: display export secinfo informationJ. Bruce Fields
2007-07-17knfsd: nfsd: factor out code from show_expflagsJ. Bruce Fields
2007-07-17knfsd: nfsd4: return nfserr_wrongsecAndy Adamson
2007-07-17knfsd: nfsd: use ip-address-based domain in secinfo caseJ. Bruce Fields
2007-07-17knfsd: nfsd: set rq_client to ip-address-determined-domainJ. Bruce Fields
2007-07-17knfsd: nfsd: provide export lookup wrappers which take a svc_rqstJ. Bruce Fields
2007-07-17knfsd: nfsd4: simplify exp_pseudoroot argumentsJ. Bruce Fields
2007-07-17knfsd: nfsd4: parse secinfo information in exports downcallAndy Adamson
2007-07-17knfsd: nfsd: make all exp_finding functions return -errno's on errJ. Bruce Fields
2007-07-17knfsd: exportfs: add exportfs.h headerChristoph Hellwig
2007-05-09knfsd: avoid use of unitialised variables on error path when nfs exportsNeilBrown
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2007-02-14[PATCH] knfsd: add some new fsid typesNeilBrown
2007-01-30[PATCH] knfsd: ratelimit some nfsd messages that are triggered by external ev...NeilBrown
2006-12-13[PATCH] knfsd: Fix up some bit-rot in exp_exportNeilBrown
2006-12-13[PATCH] knfsd: nfsd: don't drop silently on upcall deferralJ.Bruce Fields
2006-12-13[PATCH] knfsd: nfsd: simplify exp_pseudorootJ.Bruce Fields
2006-12-13[PATCH] knfsd: nfsd: make exp_rootfh handle exp_parent errorsJ.Bruce Fields
2006-10-20[PATCH] nfsd: misc endianness annotationsAl Viro