summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/verbs.c
AgeCommit message (Expand)Author
2014-07-31xprtrdma: Handle additional connection eventsChuck Lever
2014-07-31xprtrdma: Remove RPCRDMA_PERSISTENT_REGISTRATION macroChuck Lever
2014-07-31xprtrdma: Make rpcrdma_ep_disconnect() return voidChuck Lever
2014-07-31xprtrdma: Schedule reply tasklet once per upcallChuck Lever
2014-07-31xprtrdma: Allocate each struct rpcrdma_mw separatelyChuck Lever
2014-07-31xprtrdma: Rename frmr_wrChuck Lever
2014-07-31xprtrdma: Disable completions for LOCAL_INV Work RequestsChuck Lever
2014-07-31xprtrdma: Disable completions for FAST_REG_MR Work RequestsChuck Lever
2014-07-31xprtrdma: Don't post a LOCAL_INV in rpcrdma_register_frmr_external()Chuck Lever
2014-07-31xprtrdma: Reset FRMRs after a flushed LOCAL_INV Work RequestChuck Lever
2014-07-31xprtrdma: Reset FRMRs when FAST_REG_MR is flushed by a disconnectChuck Lever
2014-07-31xprtrdma: Properly handle exhaustion of the rb_mws listChuck Lever
2014-07-31xprtrdma: Chain together all MWs in same buffer poolChuck Lever
2014-07-31xprtrdma: Back off rkey when FAST_REG_MR failsChuck Lever
2014-07-31xprtrdma: Unclutter struct rpcrdma_mr_segChuck Lever
2014-07-31xprtrdma: On disconnect, don't ignore pending CQEsChuck Lever
2014-07-31xprtrdma: Limit data payload size for ALLPHYSICALChuck Lever
2014-07-31xprtrdma: Protect ia->ri_id when unmapping/invalidating MRsChuck Lever
2014-07-31xprtrdma: Fix panic in rpcrdma_register_frmr_external()Chuck Lever
2014-07-22xprtrdma: Fix DMA-API-DEBUG warning by checking dma_map resultYan Burman
2014-06-04xprtrdma: Remove BUG_ON() call sitesChuck Lever
2014-06-04xprtrdma: Remove Tavor MTU settingChuck Lever
2014-06-04xprtrdma: Ensure ia->ri_id->qp is not NULL when reconnectingChuck Lever
2014-06-04xprtrdma: Reduce the number of hardway buffer allocationsChuck Lever
2014-06-04xprtrdma: Limit work done by completion handlerChuck Lever
2014-06-04xprtrmda: Reduce calls to ib_poll_cq() in completion handlersChuck Lever
2014-06-04xprtrmda: Reduce lock contention in completion handlersChuck Lever
2014-06-04xprtrdma: Split the completion queueChuck Lever
2014-06-04xprtrdma: Make rpcrdma_ep_destroy() return voidChuck Lever
2014-06-04xprtrdma: Simplify rpcrdma_deregister_external() synopsisChuck Lever
2014-06-04xprtrdma: mount reports "Invalid mount option" if memreg mode not supportedChuck Lever
2014-06-04xprtrdma: Fall back to MTHCAFMR when FRMR is not supportedChuck Lever
2014-06-04xprtrdma: Remove REGISTER memory registration modeChuck Lever
2014-06-04xprtrdma: Remove MEMWINDOWS registration modesChuck Lever
2014-06-04xprtrdma: Remove BOUNCEBUFFERS memory registration modeChuck Lever
2014-06-04xprtrdma: RPC/RDMA must invoke xprt_wake_pending_tasks() in process contextChuck Lever
2014-06-04nfs-rdma: Fix for FMR leaksAllen Andrews
2014-06-04xprtrdma: mind the device's max fast register page list depthSteve Wise
2013-02-21IB/core: Add "type 2" memory windows supportShani Michaeli
2012-03-21xprtrdma: Remove assumption that each segment is <= PAGE_SIZETom Tucker
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2011-05-25RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty
2011-03-15sunrpc: fix printk format warningRandy Dunlap
2011-03-11RPCRDMA: Fix FRMR registration/invalidate handling.Tom Tucker
2010-08-11rpcrdma: Fix SQ size calculation when memreg is FRMRTom Tucker
2010-08-11xprtrdma: Do not truncate iova_start values in frmr registrations.Steve Wise
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-29net: Move && and || to end of previous lineJoe Perches
2009-05-26XPRTRDMA: fix client rpcrdma FRMR registration on mlx4 devicesVu Pham
2008-11-25sunrpc: fix warning in net/sunrpc/xprtrdma/verbs.cIngo Molnar