aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma
Commit message (Expand)AuthorAge
* Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-04-26
|\
| * 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: Perform a full marshal on retransmitChuck Lever2015-03-31
| * xprtrdma: Display IPv6 addresses and port numbers correctlyChuck Lever2015-03-31
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-14
|\ \ | |/ |/|
| * treewide: Fix typo in printk messagesMasanari Iida2015-03-06
* | Merge tag 'nfs-rdma-for-4.0-3' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2015-02-23
|\ \
| * | xprtrdma: Store RDMA credits in unsigned variablesChuck Lever2015-02-23
* | | Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-02-12
|\ \ \ | |/ / |/| |
| * | svcrdma: Handle additional inline contentChuck Lever2015-01-15
| * | svcrdma: Move read list XDR round-up logicChuck Lever2015-01-15
| * | svcrdma: Support RDMA_NOMSG requestsChuck Lever2015-01-15
| * | svcrdma: rc_position sanity checkingChuck Lever2015-01-15
| * | svcrdma: Plant reader function in struct svcxprt_rdmaChuck Lever2015-01-15
| * | svcrdma: Find rmsgp more reliablyChuck Lever2015-01-15
| * | svcrdma: Scrub BUG_ON() and WARN_ON() call sitesChuck Lever2015-01-15
| * | svcrdma: Clean up read chunk countingChuck Lever2015-01-15
| * | svcrdma: Remove unused variableChuck Lever2015-01-15
| * | svcrdma: Clean up dprintkChuck Lever2015-01-15
* | | xprtrdma: Address sparse complaint in rpcr_to_rdmar()Chuck Lever2015-02-05
* | | xprtrdma: Update the GFP flags used in xprt_rdma_allocate()Chuck Lever2015-01-30
* | | 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: Rename "xprt" and "rdma_connect" fields in struct rpcrdma_xprtChuck Lever2015-01-30
* | | xprtrdma: Clean up hdrlenChuck Lever2015-01-30
* | | xprtrdma: Display XIDs in host byte orderChuck Lever2015-01-30