| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2016-08-04 | 3 | -3/+2 |
|\ |
|
| * | SUNRPC: Remove unused callback xpo_adjust_wspace() | Trond Myklebust | 2016-07-13 | 1 | -1/+0 |
| * | SUNRPC: Add a server side per-connection limit | Trond Myklebust | 2016-07-13 | 2 | -0/+2 |
| * | sunrpc: remove 'inuse' flag from struct cache_detail. | NeilBrown | 2016-07-13 | 1 | -2/+0 |
* | | Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2016-07-30 | 4 | -2/+15 |
|\ \ |
|
| * \ | Merge branch 'nfs-rdma' | Trond Myklebust | 2016-07-24 | 2 | -0/+5 |
| |\ \ |
|
| | * | | xprtrdma: No direct data placement with krb5i and krb5p | Chuck Lever | 2016-07-11 | 2 | -0/+5 |
| | |/ |
|
| * | | Merge branch 'sunrpc' | Trond Myklebust | 2016-07-24 | 2 | -0/+6 |
| |\ \ |
|
| | * | | SUNRPC: Reduce latency when send queue is congested | Trond Myklebust | 2016-06-13 | 1 | -0/+4 |
| | * | | SUNRPC: RPC transport queue must be low latency | Trond Myklebust | 2016-06-13 | 1 | -0/+1 |
| | * | | SUNRPC: Small optimisation of client receive | Trond Myklebust | 2016-06-13 | 1 | -0/+1 |
| * | | | sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flags | Scott Mayhew | 2016-07-19 | 1 | -2/+4 |
| | |/
| |/| |
|
* | | | Merge branch 'salted-string-hash' | Linus Torvalds | 2016-07-28 | 1 | -2/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | vfs: make the string hashes salt the hash | Linus Torvalds | 2016-06-10 | 1 | -2/+2 |
| |/ |
|
* | | rpc: share one xps between all backchannels | J. Bruce Fields | 2016-06-15 | 2 | -0/+2 |
* | | nfsd4/rpc: move backchannel create logic into rpc code | J. Bruce Fields | 2016-06-15 | 1 | -2/+0 |
|/ |
|
* | Merge branch 'hash' of git://ftp.sciencehorizons.net/linux | Linus Torvalds | 2016-05-28 | 1 | -31/+9 |
|\ |
|
| * | <linux/sunrpc/svcauth.h>: Define hash_str() in terms of hashlen_string() | George Spelvin | 2016-05-28 | 1 | -31/+9 |
* | | Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2016-05-26 | 5 | -6/+30 |
|\ \ |
|
| * | | SUNRPC: Ensure get_rpccred() and put_rpccred() can take NULL arguments | Trond Myklebust | 2016-05-17 | 1 | -1/+2 |
| * | | xprtrdma: Bound the inline threshold values | Chuck Lever | 2016-05-17 | 1 | -1/+3 |
| * | | sunrpc: Advertise maximum backchannel payload size | Chuck Lever | 2016-05-17 | 2 | -0/+2 |
| * | | sunrpc: Update RPCBIND_MAXNETIDLEN | Chuck Lever | 2016-05-17 | 1 | -2/+2 |
| * | | sunrpc: add a get_rpccred_rcu inline | Jeff Layton | 2016-05-09 | 1 | -0/+18 |
| * | | sunrpc: add rpc_lookup_generic_cred | Weston Andros Adamson | 2016-05-09 | 1 | -0/+1 |
| * | | sunrpc: plumb gfp_t parm into crcreate operation | Jeff Layton | 2016-05-09 | 1 | -2/+2 |
| |/ |
|
* | | svcrdma: Generalize svc_rdma_xdr_decode_req() | Chuck Lever | 2016-05-13 | 1 | -1/+1 |
|/ |
|
* | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage | Kirill A. Shutemov | 2016-04-04 | 1 | -1/+1 |
* | Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2016-03-24 | 2 | -7/+20 |
|\ |
|
| * | svcrdma: Use new CQ API for RPC-over-RDMA server send CQs | Chuck Lever | 2016-03-01 | 1 | -2/+7 |
| * | svcrdma: Use new CQ API for RPC-over-RDMA server receive CQs | Chuck Lever | 2016-03-01 | 1 | -1/+1 |
| * | svcrdma: Use correct XID in error replies | Chuck Lever | 2016-03-01 | 1 | -1/+1 |
| * | svcrdma: Make RDMA_ERROR messages work | Chuck Lever | 2016-03-01 | 1 | -2/+2 |
| * | rpcrdma: Add RPCRDMA_HDRLEN_ERR | Chuck Lever | 2016-03-01 | 1 | -0/+1 |
| * | svcrdma: svc_rdma_post_recv() should close connection on error | Chuck Lever | 2016-03-01 | 1 | -0/+1 |
| * | nfsd: Lower NFSv4.1 callback message size limit | Chuck Lever | 2016-03-01 | 1 | -0/+7 |
| * | svcrdma: Do not send Write chunk XDR pad with inline content | Chuck Lever | 2016-03-01 | 1 | -1/+1 |
* | | Merge tag 'nfs-for-4.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2016-03-22 | 6 | -35/+120 |
|\ \ |
|
| * \ | Merge tag 'nfs-rdma-4.6-1' of git://git.linux-nfs.org/projects/anna/nfs-rdma | Trond Myklebust | 2016-03-16 | 2 | -7/+7 |
| |\ \ |
|
| | * | | xprtrdma: Properly handle RDMA_ERROR replies | Chuck Lever | 2016-03-14 | 1 | -5/+6 |
| | * | | rpcrdma: Add RPCRDMA_HDRLEN_ERR | Chuck Lever | 2016-03-14 | 1 | -0/+1 |
| | * | | xprtrdma: Clean up unused RPCRDMA_INLINE_PAD_THRESH macro | Chuck Lever | 2016-03-14 | 1 | -2/+0 |
| | |/ |
|
| * | | SUNRPC: Allow addition of new transports to a struct rpc_clnt | Trond Myklebust | 2016-02-05 | 1 | -0/+11 |
| * | | SUNRPC: Add a helper to apply a function to all the rpc_clnt's transports | Trond Myklebust | 2016-02-05 | 1 | -0/+4 |
| * | | SUNRPC: Allow caller to specify the transport to use | Trond Myklebust | 2016-02-05 | 1 | -0/+1 |
| * | | SUNRPC: Use the multipath iterator to assign a transport to each task | Trond Myklebust | 2016-02-05 | 1 | -0/+2 |
| * | | SUNRPC: Make rpc_clnt store the multipath iterators | Trond Myklebust | 2016-02-05 | 1 | -0/+2 |
| * | | SUNRPC: Add a structure to track multiple transports | Trond Myklebust | 2016-02-05 | 2 | -0/+74 |
| * | | SUNRPC: Make freeing of struct xprt rcu-safe | Trond Myklebust | 2016-01-31 | 1 | -0/+1 |
| * | | SUNRPC: Uninline xprt_get(); It isn't performance critical. | Trond Myklebust | 2016-01-31 | 1 | -13/+3 |