aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-31xprtrdma: Fix panic in rpcrdma_register_frmr_external()Chuck Lever1-5/+7
2014-07-29SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freedTrond Myklebust2-0/+11
2014-07-29SUNRPC: svc_tcp_write_space: don't clear SOCK_NOSPACE prematurelyTrond Myklebust1-18/+21
2014-07-29SUNRPC: Reduce contention in svc_xprt_enqueue()Trond Myklebust1-8/+17
2014-07-22svcrdma: Add zero padding if the client doesn't send itChuck Lever1-0/+28
2014-07-22xprtrdma: Fix DMA-API-DEBUG warning by checking dma_map resultYan Burman1-0/+3
2014-07-18SUNRPC: xdr_get_next_encode_buffer should be declared staticTrond Myklebust1-1/+2
2014-07-18svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever3-1/+4
2014-07-16sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown1-2/+2
2014-07-12replace strict_strto callsDaniel Walter3-13/+9
2014-07-12rpc_pipe: Drop memory allocation castHimangi Saraogi1-1/+1
2014-07-12sunrpc: add a new "stringify_acceptor" rpc_credopJeff Layton2-20/+51
2014-07-12auth_gss: fetch the acceptor name out of the downcallJeff Layton1-3/+17
2014-07-11svcrdma: send_write() must not overflow the device's max sgeSteve Wise1-24/+15
2014-07-03SUNRPC: Handle EPIPE in xprt_connect_statusTrond Myklebust2-0/+2
2014-06-30SUNRPC: Ensure that we handle ENOBUFS errors correctly.Trond Myklebust2-0/+9
2014-06-24NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for supportAndy Adamson1-0/+1
2014-06-23SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_okKinglong Mee2-3/+3
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-4/+2
2014-06-11net: Save software checksum completeTom Herbert1-1/+2
2014-06-10Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-607/+409
2014-06-10Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds10-610/+547
2014-06-06svcrdma: Fence LOCAL_INV work requestsSteve Wise1-1/+1
2014-06-06svcrdma: refactor marshalling logicSteve Wise3-604/+331
2014-06-06nfsd4: simplify server xdr->next_page useJ. Bruce Fields1-4/+5
2014-06-04xprtrdma: Disconnect on registration failureChuck Lever2-23/+42
2014-06-04xprtrdma: Remove BUG_ON() call sitesChuck Lever2-9/+12
2014-06-04xprtrdma: Avoid deadlock when credit window is resetChuck Lever3-19/+7
2014-06-04SUNRPC: Move congestion window constants to header fileChuck Lever1-19/+9
2014-06-04xprtrdma: Reset connection timeout after successful reconnectChuck Lever1-0/+1
2014-06-04xprtrdma: Use macros for reconnection timeout constantsChuck Lever1-7/+12
2014-06-04xprtrdma: Allocate missing pagelistShirley Ma1-0/+6
2014-06-04xprtrdma: Remove Tavor MTU settingChuck Lever1-14/+0
2014-06-04xprtrdma: Ensure ia->ri_id->qp is not NULL when reconnectingChuck Lever1-9/+20
2014-06-04xprtrdma: Reduce the number of hardway buffer allocationsChuck Lever1-12/+13
2014-06-04xprtrdma: Limit work done by completion handlerChuck Lever2-4/+7
2014-06-04xprtrmda: Reduce calls to ib_poll_cq() in completion handlersChuck Lever2-18/+42
2014-06-04xprtrmda: Reduce lock contention in completion handlersChuck Lever1-4/+10
2014-06-04xprtrdma: Split the completion queueChuck Lever2-92/+137
2014-06-04xprtrdma: Make rpcrdma_ep_destroy() return voidChuck Lever3-13/+4
2014-06-04xprtrdma: Simplify rpcrdma_deregister_external() synopsisChuck Lever4-10/+4
2014-06-04xprtrdma: mount reports "Invalid mount option" if memreg mode not supportedChuck Lever1-4/+4
2014-06-04xprtrdma: Fall back to MTHCAFMR when FRMR is not supportedChuck Lever1-16/+15
2014-06-04xprtrdma: Remove REGISTER memory registration modeChuck Lever2-88/+5
2014-06-04xprtrdma: Remove MEMWINDOWS registration modesChuck Lever4-203/+7
2014-06-04xprtrdma: Remove BOUNCEBUFFERS memory registration modeChuck Lever3-28/+1
2014-06-04xprtrdma: RPC/RDMA must invoke xprt_wake_pending_tasks() in process contextChuck Lever3-7/+21
2014-06-04nfs-rdma: Fix for FMR leaksAllen Andrews1-35/+38
2014-06-04xprtrdma: mind the device's max fast register page list depthSteve Wise3-16/+36
2014-05-30SUNRPC/NFSD: Remove using of dprintk with KERN_WARNINGKinglong Mee1-2/+1