| Commit message (Expand) | Author | Age | Files | Lines |
* | NFSD: Remove the ex_pathname field from struct svc_export | Trond Myklebust | 2011-09-13 | 1 | -11/+0 |
* | NFSD: Cleanup for nfsd4_path() | Trond Myklebust | 2011-09-13 | 1 | -2/+2 |
* | nfsd: remove include/linux/nfsd/syscall.h | J. Bruce Fields | 2011-08-31 | 1 | -1/+0 |
* | nfsd: Remove deprecated nfsctl system call and related code. | NeilBrown | 2011-07-15 | 1 | -418/+0 |
* | nfsd4: fix wrongsec handling for PUTFH + op cases | J. Bruce Fields | 2011-04-29 | 1 | -6/+0 |
* | nfsd: kill unused macro definition | Shan Wei | 2011-03-07 | 1 | -1/+0 |
* | nfsd: don't support msnfs export option | J. Bruce Fields | 2011-01-13 | 1 | -4/+0 |
* | sunrpc: Add net to pure API calls | Pavel Emelyanov | 2010-09-27 | 1 | -1/+1 |
* | nfsd: fix /proc/net/rpc/nfsd.export/content display | J. Bruce Fields | 2010-09-26 | 1 | -11/+29 |
* | nfsd: allow deprecated interface to be compiled out. | NeilBrown | 2010-09-22 | 1 | -3/+19 |
* | sunrpc: extract some common sunrpc_cache code from nfsd | NeilBrown | 2010-09-07 | 1 | -6/+3 |
* | Merge commit 'v2.6.34-rc6' | J. Bruce Fields | 2010-05-04 | 1 | -0/+1 |
|\ |
|
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | | nfsd: potential ERR_PTR dereference on exp_export() error paths. | Dan Carpenter | 2010-04-22 | 1 | -2/+2 |
* | | nfsd: factor out hash functions for export caches. | NeilBrown | 2010-03-16 | 1 | -17/+23 |
|/ |
|
* | Revert "nfsd4: fix error return when pseudoroot missing" | J. Bruce Fields | 2010-02-08 | 1 | -9/+1 |
* | nfsd: remove pointless paths in file headers | J. Bruce Fields | 2009-12-15 | 1 | -2/+0 |
* | nfsd: move most of nfsfh.h to fs/nfsd | J. Bruce Fields | 2009-12-15 | 1 | -0/+1 |
* | nfsd: make V4ROOT exports read-only | J. Bruce Fields | 2009-12-15 | 1 | -4/+11 |
* | nfsd: allow exports of symlinks | J. Bruce Fields | 2009-12-15 | 1 | -2/+4 |
* | nfsd: introduce export flag for v4 pseudoroot | Steve Dickson | 2009-12-15 | 1 | -0/+1 |
* | nfsd: Move private headers to source directory | Boaz Harrosh | 2009-12-14 | 1 | -1/+2 |
* | nfsd: Source files #include cleanups | Boaz Harrosh | 2009-12-14 | 1 | -15/+0 |
* | nfsd4: fix error return when pseudoroot missing | J. Bruce Fields | 2009-09-28 | 1 | -4/+18 |
* | seq_file: constify seq_operations | James Morris | 2009-09-23 | 1 | -1/+1 |
* | NFSd: Fix filehandle leak in exp_pseudoroot() and nfsd4_path() | Trond Myklebust | 2009-09-03 | 1 | -0/+2 |
* | SUNRPC: Allow the cache_detail to specify alternative upcall mechanisms | Trond Myklebust | 2009-08-09 | 1 | -2/+12 |
* | Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsd | Linus Torvalds | 2009-06-22 | 1 | -9/+4 |
|\ |
|
| * | rpcgss: remove redundant test on unsigned | Roel Kluin | 2009-04-23 | 1 | -9/+4 |
* | | switch rqst_exp_parent() | Al Viro | 2009-06-11 | 1 | -15/+10 |
* | | switch rqst_exp_get_by_name() | Al Viro | 2009-06-11 | 1 | -9/+6 |
* | | switch exp_parent() to struct path | Al Viro | 2009-06-11 | 1 | -16/+12 |
* | | nfsd struct path use: exp_get_by_name() | Al Viro | 2009-06-11 | 1 | -20/+18 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2008-10-23 | 1 | -67/+58 |
|\ |
|
| * | [PATCH] switch nfsd to kern_path() | Al Viro | 2008-10-23 | 1 | -25/+23 |
| * | [PATCH] sanitize svc_export_parse() | Al Viro | 2008-10-23 | 1 | -42/+35 |
* | | nfsd: clean up expkey_parse error cases | J. Bruce Fields | 2008-10-22 | 1 | -14/+11 |
* | | nfsd: Drop reference in expkey_parse error cases | Krishna Kumar | 2008-10-22 | 1 | -2/+6 |
|/ |
|
* | fs/nfsd/export.c: Adjust error handling code involving auth_domain_put | Julia Lawall | 2008-07-30 | 1 | -3/+3 |
* | IPv6 support for NFS server export caches | Aurélien Charbon | 2008-04-23 | 1 | -3/+6 |
* | d_path: Make d_path() use a struct path | Jan Blunck | 2008-02-14 | 1 | -1/+1 |
* | d_path: Make seq_path() use a struct path argument | Jan Blunck | 2008-02-14 | 1 | -2/+2 |
* | Use struct path in struct svc_expkey | Jan Blunck | 2008-02-14 | 1 | -17/+13 |
* | Use struct path in struct svc_export | Jan Blunck | 2008-02-14 | 1 | -35/+32 |
* | Introduce path_put() | Jan Blunck | 2008-02-14 | 1 | -5/+5 |
* | Embed a struct path into struct nameidata instead of nd->{dentry,mnt} | Jan Blunck | 2008-02-14 | 1 | -17/+18 |
* | Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) | David Howells | 2008-02-07 | 1 | -2/+2 |
* | knfsd: don't bother mapping putrootfh enoent to eperm | J. Bruce Fields | 2008-02-01 | 1 | -2/+0 |
* | knfsd: allow cache_register to return error on failure | J. Bruce Fields | 2008-02-01 | 1 | -3/+9 |
* | knfsd: cache unregistration needn't return error | J. Bruce Fields | 2008-02-01 | 1 | -4/+2 |