summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/verbs.c
AgeCommit message (Expand)AuthorFilesLines
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 Lever1-2/+65
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 Lever1-0/+4
2014-07-31xprtrdma: Back off rkey when FAST_REG_MR failsChuck Lever1-0/+1
2014-07-31xprtrdma: Unclutter struct rpcrdma_mr_segChuck Lever1-17/+17
2014-07-31xprtrdma: On disconnect, don't ignore pending CQEsChuck Lever1-5/+9
2014-07-31xprtrdma: Limit data payload size for ALLPHYSICALChuck Lever1-0/+41
2014-07-31xprtrdma: Protect ia->ri_id when unmapping/invalidating MRsChuck Lever1-6/+17
2014-07-31xprtrdma: Fix panic in rpcrdma_register_frmr_external()Chuck Lever1-5/+7
2014-07-22xprtrdma: Fix DMA-API-DEBUG warning by checking dma_map resultYan Burman1-0/+3
2014-06-04xprtrdma: Remove BUG_ON() call sitesChuck Lever1-8/+10
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 Lever1-4/+6
2014-06-04xprtrmda: Reduce calls to ib_poll_cq() in completion handlersChuck Lever1-18/+38
2014-06-04xprtrmda: Reduce lock contention in completion handlersChuck Lever1-4/+10
2014-06-04xprtrdma: Split the completion queueChuck Lever1-91/+137
2014-06-04xprtrdma: Make rpcrdma_ep_destroy() return voidChuck Lever1-6/+1
2014-06-04xprtrdma: Simplify rpcrdma_deregister_external() synopsisChuck Lever1-7/+1
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 Lever1-86/+4
2014-06-04xprtrdma: Remove MEMWINDOWS registration modesChuck Lever1-160/+5
2014-06-04xprtrdma: Remove BOUNCEBUFFERS memory registration modeChuck Lever1-4/+1
2014-06-04xprtrdma: RPC/RDMA must invoke xprt_wake_pending_tasks() in process contextChuck Lever1-0/+3
2014-06-04nfs-rdma: Fix for FMR leaksAllen Andrews1-35/+38
2014-06-04xprtrdma: mind the device's max fast register page list depthSteve Wise1-12/+35
2013-02-21IB/core: Add "type 2" memory windows supportShani Michaeli1-10/+10
2012-03-21xprtrdma: Remove assumption that each segment is <= PAGE_SIZETom Tucker1-5/+12
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-05-25RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty1-1/+1
2011-03-15sunrpc: fix printk format warningRandy Dunlap1-1/+2
2011-03-11RPCRDMA: Fix FRMR registration/invalidate handling.Tom Tucker1-8/+44
2010-08-11rpcrdma: Fix SQ size calculation when memreg is FRMRTom Tucker1-4/+16
2010-08-11xprtrdma: Do not truncate iova_start values in frmr registrations.Steve Wise1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-11-29net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-05-26XPRTRDMA: fix client rpcrdma FRMR registration on mlx4 devicesVu Pham1-1/+2
2008-11-25sunrpc: fix warning in net/sunrpc/xprtrdma/verbs.cIngo Molnar1-0/+2
2008-10-31net: replace NIPQUAD() in net/*/Harvey Harrison1-8/+6
2008-10-10RPC/RDMA: ensure connection attempt is complete before signalling.Tom Talpey1-5/+1
2008-10-10RPC/RDMA: optionally emit useful transport info upon connect/disconnect.Tom Talpey1-0/+21
2008-10-10RPC/RDMA: harden connection logic against missing/late rdma_cm upcalls.Tom Talpey1-4/+7
2008-10-10RPC/RDMA: fix connect/reconnect resource leak.Tom Talpey1-5/+4