| Commit message (Expand) | Author | Age | Files | Lines |
* | nfsd: allow nfsd to advertise multiple layout types | Jeff Layton | 2016-07-15 | 1 | -2/+2 |
* | nfsd: implement machine credential support for some operations | Andrew Elble | 2016-07-13 | 1 | -0/+10 |
* | sunrpc/nfsd: Remove redundant code by exports seq_operations functions | Kinglong Mee | 2015-08-13 | 1 | -70/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-04-27 | 1 | -2/+2 |
|\ |
|
| * | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 1 | -2/+2 |
* | | nfsd: add NFSEXP_PNFS to the exflags array | Christoph Hellwig | 2015-04-03 | 1 | -0/+1 |
* | | NFSD: Using path_equal() for checking two paths | Kinglong Mee | 2015-03-31 | 1 | -2/+1 |
|/ |
|
* | nfsd: implement pNFS operations | Christoph Hellwig | 2015-02-02 | 1 | -0/+8 |
* | nfsd: allow turning off nfsv3 readdir_plus | Rajesh Ghanekar | 2014-08-18 | 1 | -0/+1 |
* | NFSD: Using exp_get for export getting | Kinglong Mee | 2014-06-23 | 1 | -1/+1 |
* | NFSD: Using path_get when assigning path for export | Kinglong Mee | 2014-06-23 | 1 | -2/+2 |
* | NFSD: Error out when getting more than one fsloc/secinfo/uuid | Kinglong Mee | 2014-05-30 | 1 | -0/+12 |
* | NFSD: Using type of uint32_t for ex_nflavors instead of int | Kinglong Mee | 2014-05-30 | 1 | -3/+4 |
* | NFSD: Add missing comment of "expiry" in expkey_parse() | Kinglong Mee | 2014-05-30 | 1 | -1/+1 |
* | NFSD: Remove typedef of svc_client and svc_export in export.c | Kinglong Mee | 2014-05-30 | 1 | -11/+8 |
* | NFSD: Cleanup unneeded including net/ipv6.h | Kinglong Mee | 2014-05-30 | 1 | -2/+0 |
* | NFSD: Adds macro EX_UUID_LEN for exports uuid's length | Kinglong Mee | 2014-05-30 | 1 | -3/+3 |
* | NFSD: Helper function for parsing uuid | Kinglong Mee | 2014-05-30 | 1 | -12/+20 |
* | NFS4: Avoid NULL reference or double free in nfsd4_fslocs_free() | Kinglong Mee | 2014-05-30 | 1 | -3/+9 |
* | nfsd: -EINVAL on invalid anonuid/gid instead of silent failure | J. Bruce Fields | 2013-10-29 | 1 | -0/+9 |
* | nfsd: return better errors to exportfs | J. Bruce Fields | 2013-10-29 | 1 | -4/+11 |
* | Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2013-03-01 | 1 | -12/+4 |
|\ |
|
| * | SUNRPC: rework cache upcall logic | Stanislav Kinsbursky | 2013-02-15 | 1 | -12/+0 |
| * | SUNRPC: introduce cache_detail->cache_request callback | Stanislav Kinsbursky | 2013-02-15 | 1 | -2/+4 |
| * | nfsd: initialize the exp->ex_uuid field in svc_export_init | Jeff Layton | 2013-02-04 | 1 | -0/+1 |
| * | nfsd: Fix memleak in svc_export_put | majianpeng | 2013-01-29 | 1 | -0/+1 |
* | | nfsd: Store ex_anon_uid and ex_anon_gid as kuids and kgids | Eric W. Biederman | 2013-02-13 | 1 | -8/+14 |
|/ |
|
* | SUNRPC: service request network namespace helper introduced | Stanislav Kinsbursky | 2012-07-27 | 1 | -2/+2 |
* | nfsd: add get_uint for u32's | J. Bruce Fields | 2012-07-25 | 1 | -3/+3 |
* | nfsd4: move rq_flavor into svc_cred | J. Bruce Fields | 2012-06-01 | 1 | -3/+3 |
* | nfsd4: fix missing "static" | J. Bruce Fields | 2012-06-01 | 1 | -1/+1 |
* | nfsd: make expkey cache allocated per network namespace context | Stanislav Kinsbursky | 2012-04-12 | 1 | -11/+17 |
* | nfsd: make export cache allocated per network namespace context | Stanislav Kinsbursky | 2012-04-12 | 1 | -15/+32 |
* | nfsd: pass pointer to export cache down to stack wherever possible. | Stanislav Kinsbursky | 2012-04-12 | 1 | -15/+22 |
* | nfsd: pass network context to export caches init/shutdown routines | Stanislav Kinsbursky | 2012-04-12 | 1 | -10/+10 |
* | nfsd: pass pointer to expkey cache down to stack wherever possible. | Stanislav Kinsbursky | 2012-04-11 | 1 | -16/+16 |
* | nfsd: use hash table from cache detail in nfsd export seq ops | Stanislav Kinsbursky | 2012-04-11 | 1 | -0/+3 |
* | nfsd: pass svc_export_cache pointer as private data to "exports" seq file ops | Stanislav Kinsbursky | 2012-04-11 | 1 | -7/+11 |
* | nfsd: use exp_put() for svc_export_cache put | Stanislav Kinsbursky | 2012-04-11 | 1 | -1/+1 |
* | nfsd: add link to owner cache detail to svc_export structure | Stanislav Kinsbursky | 2012-04-11 | 1 | -5/+5 |
* | nfsd: use passed cache_detail pointer expkey_parse() | Stanislav Kinsbursky | 2012-04-11 | 1 | -1/+1 |
* | nfsd: remove some unneeded checks | Dan Carpenter | 2012-02-03 | 1 | -1/+1 |
* | NFSd: use network-namespace-aware cache registering routines | Stanislav Kinsbursky | 2011-12-07 | 1 | -5/+5 |
* | nfsd: Fix oops when parsing a 0 length export | Sasha Levin | 2011-12-06 | 1 | -1/+1 |
* | NFSD: Remove the ex_pathname field from struct svc_export | Trond Myklebust | 2011-09-14 | 1 | -11/+0 |
* | NFSD: Cleanup for nfsd4_path() | Trond Myklebust | 2011-09-14 | 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-16 | 1 | -418/+0 |
* | nfsd4: fix wrongsec handling for PUTFH + op cases | J. Bruce Fields | 2011-04-30 | 1 | -6/+0 |
* | nfsd: kill unused macro definition | Shan Wei | 2011-03-07 | 1 | -1/+0 |