summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/verbs.c
AgeCommit message (Expand)Author
2015-10-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-10-06xprtrdma: Don't require LOCAL_DMA_LKEY support for fastregSagi Grimberg
2015-10-02Merge tag 'nfs-rdma-for-4.3-2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust
2015-09-28xprtrdma: disconnect and flush cqs before freeing buffersSteve Wise
2015-09-25xprtrdma: Replace global lkey with lkey local to PDChuck Lever
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-08-30IB/core: Make ib_dealloc_pd return voidJason Gunthorpe
2015-08-05xprtrdma: take HCA driver refcount at clientDevesh Sharma
2015-08-05xprtrdma: Remove logic that constructs RDMA_MSGP type callsChuck Lever
2015-08-05xprtrdma: Clean up rpcrdma_ia_open()Chuck Lever
2015-08-05xprtrdma: Remove last ib_reg_phys_mr() call siteChuck Lever
2015-08-05xprtrdma: Don't fall back to PHYSICAL memory registrationChuck Lever
2015-07-02Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-06-12IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak
2015-06-12xprtrdma: Split rb_lockChuck Lever
2015-06-12xprtrdma: Remove rpcrdma_ia::ri_memreg_strategyChuck Lever
2015-06-12xprtrdma: Remove ->ro_resetChuck Lever
2015-06-12xprtrdma: Remove unused LOCAL_INV recovery logicChuck Lever
2015-06-12xprtrdma: Acquire MRs in rpcrdma_register_external()Chuck Lever
2015-06-12xprtrdma: Acquire FMRs in rpcrdma_fmr_register_external()Chuck Lever
2015-06-12xprtrdma: Introduce helpers for allocating MWsChuck Lever
2015-06-12xprtrdma: Use ib_device pointer safelyChuck Lever
2015-06-12xprtrdma: Remove rr_funcChuck Lever
2015-06-12xprtrdma: Replace rpcrdma_rep::rr_buffer with rr_rxprtChuck Lever
2015-06-12xprtrdma: Warn when there are orphaned IB objectsChuck Lever
2015-05-18xprtrdma, svcrdma: Switch to generic logging helpersSagi Grimberg
2015-03-31xprtrdma: Make rpcrdma_{un}map_one() into inline functionsChuck Lever
2015-03-31xprtrdma: Handle non-SEND completions via a calloutChuck Lever
2015-03-31xprtrdma: Add "open" memreg opChuck Lever
2015-03-31xprtrdma: Add "destroy MRs" memreg opChuck Lever
2015-03-31xprtrdma: Add "reset MRs" memreg opChuck Lever
2015-03-31xprtrdma: Add "init MRs" memreg opChuck Lever
2015-03-31xprtrdma: Add a "deregister_external" op for each memreg modeChuck Lever
2015-03-31xprtrdma: Add a "register_external" op for each memreg modeChuck Lever
2015-03-31xprtrdma: Add a "max_payload" op for each memreg modeChuck Lever
2015-03-31xprtrdma: Add vector of ops for each memory registration strategyChuck Lever
2015-03-31xprtrdma: Prevent infinite loop in rpcrdma_ep_create()Chuck Lever
2015-03-31xprtrdma: Byte-align FRWR registrationChuck Lever
2015-03-31xprtrdma: Display IPv6 addresses and port numbers correctlyChuck Lever
2015-01-30xprtrdma: Clean up after adding regbuf managementChuck Lever
2015-01-30xprtrdma: Allocate zero pad separately from rpcrdma_bufferChuck Lever
2015-01-30xprtrdma: Allocate RPC/RDMA receive buffer separately from struct rpcrdma_repChuck Lever
2015-01-30xprtrdma: Allocate RPC/RDMA send buffer separately from struct rpcrdma_reqChuck Lever
2015-01-30xprtrdma: Allocate RPC send buffer separately from struct rpcrdma_reqChuck Lever
2015-01-30xprtrdma: Add struct rpcrdma_regbuf and helpersChuck Lever
2015-01-30xprtrdma: Refactor rpcrdma_buffer_create() and rpcrdma_buffer_destroy()Chuck Lever
2015-01-30xprtrdma: Simplify synopsis of rpcrdma_buffer_create()Chuck Lever
2015-01-30xprtrdma: Take struct ib_qp_attr and ib_qp_init_attr off the stackChuck Lever
2015-01-30xprtrdma: Take struct ib_device_attr off the stackChuck Lever
2015-01-30xprtrdma: Free the pd if ib_query_qp() failsChuck Lever