aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/verbs.c
Commit message (Expand)AuthorAge
* xprtrdma: Make rpcrdma_{un}map_one() into inline functionsChuck Lever2015-03-31
* xprtrdma: Handle non-SEND completions via a calloutChuck Lever2015-03-31
* xprtrdma: Add "open" memreg opChuck Lever2015-03-31
* xprtrdma: Add "destroy MRs" memreg opChuck Lever2015-03-31
* xprtrdma: Add "reset MRs" memreg opChuck Lever2015-03-31
* xprtrdma: Add "init MRs" memreg opChuck Lever2015-03-31
* xprtrdma: Add a "deregister_external" op for each memreg modeChuck Lever2015-03-31
* xprtrdma: Add a "register_external" op for each memreg modeChuck Lever2015-03-31
* xprtrdma: Add a "max_payload" op for each memreg modeChuck Lever2015-03-31
* xprtrdma: Add vector of ops for each memory registration strategyChuck Lever2015-03-31
* xprtrdma: Prevent infinite loop in rpcrdma_ep_create()Chuck Lever2015-03-31
* xprtrdma: Byte-align FRWR registrationChuck Lever2015-03-31
* xprtrdma: Display IPv6 addresses and port numbers correctlyChuck Lever2015-03-31
* xprtrdma: Clean up after adding regbuf managementChuck Lever2015-01-30
* xprtrdma: Allocate zero pad separately from rpcrdma_bufferChuck Lever2015-01-30
* xprtrdma: Allocate RPC/RDMA receive buffer separately from struct rpcrdma_repChuck Lever2015-01-30
* xprtrdma: Allocate RPC/RDMA send buffer separately from struct rpcrdma_reqChuck Lever2015-01-30
* xprtrdma: Allocate RPC send buffer separately from struct rpcrdma_reqChuck Lever2015-01-30
* xprtrdma: Add struct rpcrdma_regbuf and helpersChuck Lever2015-01-30
* xprtrdma: Refactor rpcrdma_buffer_create() and rpcrdma_buffer_destroy()Chuck Lever2015-01-30
* xprtrdma: Simplify synopsis of rpcrdma_buffer_create()Chuck Lever2015-01-30
* xprtrdma: Take struct ib_qp_attr and ib_qp_init_attr off the stackChuck Lever2015-01-30
* xprtrdma: Take struct ib_device_attr off the stackChuck Lever2015-01-30
* xprtrdma: Free the pd if ib_query_qp() failsChuck Lever2015-01-30
* xprtrdma: Remove rpcrdma_ep::rep_func and ::rep_xprtChuck Lever2015-01-30
* xprtrdma: Move credit update to RPC reply handlerChuck Lever2015-01-30
* xprtrdma: Remove rl_mr field, and the mr_chunk unionChuck Lever2015-01-30
* xprtrdma: Remove rpcrdma_ep::rep_iaChuck Lever2015-01-30
* xprtrdma: human-readable completion statusChuck Lever2015-01-30
* Merge tag 'nfs-rdma-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rd...Trond Myklebust2014-11-26
|\
| * xprtrdma: Display async errorsChuck Lever2014-11-25
| * xprtrdma: Re-write rpcrdma_flush_cqs()Chuck Lever2014-11-25
| * xprtrdma: Refactor tasklet schedulingChuck Lever2014-11-25
| * xprtrdma: unmap all FMRs during transport disconnectChuck Lever2014-11-25
| * xprtrdma: Cap req_cqinitChuck Lever2014-11-25
| * xprtrdma: Return an errno from rpcrdma_register_external()Chuck Lever2014-11-25
* | sunrpc: eliminate RPC_DEBUGJeff Layton2014-11-24
|/
* xprtrdma: Handle additional connection eventsChuck Lever2014-07-31
* xprtrdma: Remove RPCRDMA_PERSISTENT_REGISTRATION macroChuck Lever2014-07-31
* xprtrdma: Make rpcrdma_ep_disconnect() return voidChuck Lever2014-07-31
* xprtrdma: Schedule reply tasklet once per upcallChuck Lever2014-07-31
* xprtrdma: Allocate each struct rpcrdma_mw separatelyChuck Lever2014-07-31
* xprtrdma: Rename frmr_wrChuck Lever2014-07-31
* xprtrdma: Disable completions for LOCAL_INV Work RequestsChuck Lever2014-07-31
* xprtrdma: Disable completions for FAST_REG_MR Work RequestsChuck Lever2014-07-31
* xprtrdma: Don't post a LOCAL_INV in rpcrdma_register_frmr_external()Chuck Lever2014-07-31
* xprtrdma: Reset FRMRs after a flushed LOCAL_INV Work RequestChuck Lever2014-07-31
* xprtrdma: Reset FRMRs when FAST_REG_MR is flushed by a disconnectChuck Lever2014-07-31
* xprtrdma: Properly handle exhaustion of the rb_mws listChuck Lever2014-07-31
* xprtrdma: Chain together all MWs in same buffer poolChuck Lever2014-07-31