aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-08Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-1/+8
2014-09-29svcrdma: advertise the correct max payloadSteve Wise2-1/+8
2014-09-25NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page()NeilBrown1-2/+0
2014-08-13Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-296/+604
2014-08-05svcrdma: remove rdma_create_qp() failure recovery logicSteve Wise1-17/+2
2014-07-31xprtrdma: Handle additional connection eventsChuck Lever1-11/+14
2014-07-31xprtrdma: Remove RPCRDMA_PERSISTENT_REGISTRATION macroChuck Lever1-13/+0
2014-07-31xprtrdma: Make rpcrdma_ep_disconnect() return voidChuck Lever3-12/+6
2014-07-31xprtrdma: Schedule reply tasklet once per upcallChuck Lever1-16/+15
2014-07-31xprtrdma: Allocate each struct rpcrdma_mw separatelyChuck Lever1-99/+143
2014-07-31xprtrdma: Rename frmr_wrChuck Lever1-13/+13
2014-07-31xprtrdma: Disable completions for LOCAL_INV Work RequestsChuck Lever1-9/+8
2014-07-31xprtrdma: Disable completions for FAST_REG_MR Work RequestsChuck Lever1-5/+4
2014-07-31xprtrdma: Don't post a LOCAL_INV in rpcrdma_register_frmr_external()Chuck Lever1-20/+2
2014-07-31xprtrdma: Reset FRMRs after a flushed LOCAL_INV Work RequestChuck Lever1-2/+92
2014-07-31xprtrdma: Reset FRMRs when FAST_REG_MR is flushed by a disconnectChuck Lever2-2/+66
2014-07-31xprtrdma: Properly handle exhaustion of the rb_mws listChuck Lever1-32/+71
2014-07-31xprtrdma: Chain together all MWs in same buffer poolChuck Lever2-1/+7
2014-07-31xprtrdma: Back off rkey when FAST_REG_MR failsChuck Lever1-0/+1
2014-07-31xprtrdma: Unclutter struct rpcrdma_mr_segChuck Lever2-28/+50
2014-07-31xprtrdma: Don't invalidate FRMRs if registration failsChuck Lever1-3/+5
2014-07-31xprtrdma: On disconnect, don't ignore pending CQEsChuck Lever1-5/+9
2014-07-31xprtrdma: Update rkeys after transport reconnectChuck Lever3-42/+54
2014-07-31xprtrdma: Limit data payload size for ALLPHYSICALChuck Lever3-1/+45
2014-07-31xprtrdma: Protect ia->ri_id when unmapping/invalidating MRsChuck Lever2-6/+18
2014-07-31xprtrdma: Fix panic in rpcrdma_register_frmr_external()Chuck Lever1-5/+7
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-18svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever1-0/+1
2014-07-11svcrdma: send_write() must not overflow the device's max sgeSteve Wise1-24/+15
2014-06-10Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-583/+396
2014-06-06svcrdma: Fence LOCAL_INV work requestsSteve Wise1-1/+1
2014-06-06svcrdma: refactor marshalling logicSteve Wise3-604/+331
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-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