| Commit message (Expand) | Author | Age |
* | Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2014-08-09 |
|\ |
|
| * | svcrdma: remove rdma_create_qp() failure recovery logic | Steve Wise | 2014-08-05 |
| * | SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freed | Trond Myklebust | 2014-07-29 |
| * | SUNRPC: svc_tcp_write_space: don't clear SOCK_NOSPACE prematurely | Trond Myklebust | 2014-07-29 |
| * | SUNRPC: Reduce contention in svc_xprt_enqueue() | Trond Myklebust | 2014-07-29 |
| * | svcrdma: Add zero padding if the client doesn't send it | Chuck Lever | 2014-07-22 |
| * | SUNRPC: xdr_get_next_encode_buffer should be declared static | Trond Myklebust | 2014-07-18 |
| * | svcrdma: Select NFSv4.1 backchannel transport based on forward channel | Chuck Lever | 2014-07-18 |
| * | svcrdma: send_write() must not overflow the device's max sge | Steve Wise | 2014-07-11 |
| * | SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_ok | Kinglong Mee | 2014-06-23 |
* | | sched: Allow wait_on_bit_action() functions to support a timeout | NeilBrown | 2014-07-16 |
* | | NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for support | Andy Adamson | 2014-06-24 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-06-12 |
|\ |
|
| * | net: Save software checksum complete | Tom Herbert | 2014-06-11 |
| * | sunrpc: Remove sk_no_check setting | Tom Herbert | 2014-05-23 |
* | | Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2014-06-10 |
|\ \ |
|
| * | | xprtrdma: Disconnect on registration failure | Chuck Lever | 2014-06-04 |
| * | | xprtrdma: Remove BUG_ON() call sites | Chuck Lever | 2014-06-04 |
| * | | xprtrdma: Avoid deadlock when credit window is reset | Chuck Lever | 2014-06-04 |
| * | | SUNRPC: Move congestion window constants to header file | Chuck Lever | 2014-06-04 |
| * | | xprtrdma: Reset connection timeout after successful reconnect | Chuck Lever | 2014-06-04 |
| * | | xprtrdma: Use macros for reconnection timeout constants | Chuck Lever | 2014-06-04 |
| * | | xprtrdma: Allocate missing pagelist | Shirley Ma | 2014-06-04 |
| * | | xprtrdma: Remove Tavor MTU setting | Chuck Lever | 2014-06-04 |
| * | | xprtrdma: Ensure ia->ri_id->qp is not NULL when reconnecting | Chuck Lever | 2014-06-04 |
| * | | xprtrdma: Reduce the number of hardway buffer allocations | Chuck Lever | 2014-06-04 |
| * | | xprtrdma: Limit work done by completion handler | Chuck Lever | 2014-06-04 |
| * | | xprtrmda: Reduce calls to ib_poll_cq() in completion handlers | Chuck Lever | 2014-06-04 |
| * | | xprtrmda: Reduce lock contention in completion handlers | Chuck Lever | 2014-06-04 |
| * | | xprtrdma: Split the completion queue | Chuck Lever | 2014-06-04 |
| * | | xprtrdma: Make rpcrdma_ep_destroy() return void | Chuck Lever | 2014-06-04 |
| * | | xprtrdma: Simplify rpcrdma_deregister_external() synopsis | Chuck Lever | 2014-06-04 |
| * | | xprtrdma: mount reports "Invalid mount option" if memreg mode not supported | Chuck Lever | 2014-06-04 |
| * | | xprtrdma: Fall back to MTHCAFMR when FRMR is not supported | Chuck Lever | 2014-06-04 |
| * | | xprtrdma: Remove REGISTER memory registration mode | Chuck Lever | 2014-06-04 |
| * | | xprtrdma: Remove MEMWINDOWS registration modes | Chuck Lever | 2014-06-04 |
| * | | xprtrdma: Remove BOUNCEBUFFERS memory registration mode | Chuck Lever | 2014-06-04 |
| * | | xprtrdma: RPC/RDMA must invoke xprt_wake_pending_tasks() in process context | Chuck Lever | 2014-06-04 |
| * | | nfs-rdma: Fix for FMR leaks | Allen Andrews | 2014-06-04 |
| * | | xprtrdma: mind the device's max fast register page list depth | Steve Wise | 2014-06-04 |
| * | | net, sunrpc: suppress allocation warning in rpc_malloc() | David Rientjes | 2014-05-29 |
| * | | SUNRPC: Fix a module reference issue in rpcsec_gss | Trond Myklebust | 2014-05-18 |
| |/ |
|
* | | Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2014-06-10 |
|\ \ |
|
| * | | svcrdma: Fence LOCAL_INV work requests | Steve Wise | 2014-06-06 |
| * | | svcrdma: refactor marshalling logic | Steve Wise | 2014-06-06 |
| * | | nfsd4: simplify server xdr->next_page use | J. Bruce Fields | 2014-06-06 |
| * | | SUNRPC/NFSD: Remove using of dprintk with KERN_WARNING | Kinglong Mee | 2014-05-30 |
| * | | nfsd4: better reservation of head space for krb5 | J. Bruce Fields | 2014-05-30 |
| * | | rpc: define xdr_restrict_buflen | J. Bruce Fields | 2014-05-30 |
| * | | nfsd4: allow encoding across page boundaries | J. Bruce Fields | 2014-05-30 |