aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/export.c
AgeCommit message (Expand)Author
2011-07-15nfsd: Remove deprecated nfsctl system call and related code.NeilBrown
2011-04-29nfsd4: fix wrongsec handling for PUTFH + op casesJ. Bruce Fields
2011-03-07nfsd: kill unused macro definitionShan Wei
2011-01-13nfsd: don't support msnfs export optionJ. Bruce Fields
2010-09-27sunrpc: Add net to pure API callsPavel Emelyanov
2010-09-26nfsd: fix /proc/net/rpc/nfsd.export/content displayJ. Bruce Fields
2010-09-22nfsd: allow deprecated interface to be compiled out.NeilBrown
2010-09-07sunrpc: extract some common sunrpc_cache code from nfsdNeilBrown
2010-05-04Merge commit 'v2.6.34-rc6'J. Bruce Fields
2010-04-22nfsd: potential ERR_PTR dereference on exp_export() error paths.Dan Carpenter
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-16nfsd: factor out hash functions for export caches.NeilBrown
2010-02-08Revert "nfsd4: fix error return when pseudoroot missing"J. Bruce Fields
2009-12-15nfsd: remove pointless paths in file headersJ. Bruce Fields
2009-12-15nfsd: move most of nfsfh.h to fs/nfsdJ. Bruce Fields
2009-12-15nfsd: make V4ROOT exports read-onlyJ. Bruce Fields
2009-12-15nfsd: allow exports of symlinksJ. Bruce Fields
2009-12-15nfsd: introduce export flag for v4 pseudorootSteve Dickson
2009-12-14nfsd: Move private headers to source directoryBoaz Harrosh
2009-12-14nfsd: Source files #include cleanupsBoaz Harrosh
2009-09-28nfsd4: fix error return when pseudoroot missingJ. Bruce Fields
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