aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-26Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds8-720/+875
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2015-03-31xprtrdma: Make rpcrdma_{un}map_one() into inline functionsChuck Lever5-46/+73
2015-03-31xprtrdma: Handle non-SEND completions via a calloutChuck Lever3-10/+28
2015-03-31xprtrdma: Add "open" memreg opChuck Lever5-46/+70
2015-03-31xprtrdma: Add "destroy MRs" memreg opChuck Lever5-51/+40
2015-03-31xprtrdma: Add "reset MRs" memreg opChuck Lever5-101/+83
2015-03-31xprtrdma: Add "init MRs" memreg opChuck Lever5-101/+119
2015-03-31xprtrdma: Add a "deregister_external" op for each memreg modeChuck Lever7-90/+84
2015-03-31xprtrdma: Add a "register_external" op for each memreg modeChuck Lever6-169/+160
2015-03-31xprtrdma: Add a "max_payload" op for each memreg modeChuck Lever6-36/+59
2015-03-31xprtrdma: Add vector of ops for each memory registration strategyChuck Lever6-5/+89
2015-03-31xprtrdma: Prevent infinite loop in rpcrdma_ep_create()Chuck Lever1-2/+3
2015-03-31xprtrdma: Byte-align FRWR registrationChuck Lever1-8/+4
2015-03-31xprtrdma: Perform a full marshal on retransmitChuck Lever3-52/+34
2015-03-31xprtrdma: Display IPv6 addresses and port numbers correctlyChuck Lever2-21/+47
2015-03-06treewide: Fix typo in printk messagesMasanari Iida1-2/+2
2015-02-23Merge tag 'nfs-rdma-for-4.0-3' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2-2/+3
2015-02-23xprtrdma: Store RDMA credits in unsigned variablesChuck Lever2-2/+3
2015-02-12Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-147/+206
2015-02-05xprtrdma: Address sparse complaint in rpcr_to_rdmar()Chuck Lever1-3/+4
2015-01-30xprtrdma: Update the GFP flags used in xprt_rdma_allocate()Chuck Lever1-2/+5
2015-01-30xprtrdma: Clean up after adding regbuf managementChuck Lever2-11/+2
2015-01-30xprtrdma: Allocate zero pad separately from rpcrdma_bufferChuck Lever3-23/+13
2015-01-30xprtrdma: Allocate RPC/RDMA receive buffer separately from struct rpcrdma_repChuck Lever3-23/+23
2015-01-30xprtrdma: Allocate RPC/RDMA send buffer separately from struct rpcrdma_reqChuck Lever4-29/+19
2015-01-30xprtrdma: Allocate RPC send buffer separately from struct rpcrdma_reqChuck Lever4-104/+78
2015-01-30xprtrdma: Add struct rpcrdma_regbuf and helpersChuck Lever2-0/+98
2015-01-30xprtrdma: Refactor rpcrdma_buffer_create() and rpcrdma_buffer_destroy()Chuck Lever1-53/+95
2015-01-30xprtrdma: Simplify synopsis of rpcrdma_buffer_create()Chuck Lever3-7/+7
2015-01-30xprtrdma: Take struct ib_qp_attr and ib_qp_init_attr off the stackChuck Lever2-7/+10
2015-01-30xprtrdma: Take struct ib_device_attr off the stackChuck Lever2-24/+14
2015-01-30xprtrdma: Free the pd if ib_query_qp() failsChuck Lever1-3/+7
2015-01-30xprtrdma: Remove rpcrdma_ep::rep_func and ::rep_xprtChuck Lever4-8/+6
2015-01-30xprtrdma: Move credit update to RPC reply handlerChuck Lever3-16/+10
2015-01-30xprtrdma: Remove rl_mr field, and the mr_chunk unionChuck Lever2-17/+13
2015-01-30xprtrdma: Remove rpcrdma_ep::rep_iaChuck Lever2-2/+0
2015-01-30xprtrdma: Rename "xprt" and "rdma_connect" fields in struct rpcrdma_xprtChuck Lever2-12/+13
2015-01-30xprtrdma: Clean up hdrlenChuck Lever1-5/+7
2015-01-30xprtrdma: Display XIDs in host byte orderChuck Lever1-3/+5
2015-01-30xprtrdma: Modernize htonl and ntohlChuck Lever1-22/+26
2015-01-30xprtrdma: human-readable completion statusChuck Lever1-13/+57
2015-01-15svcrdma: Handle additional inline contentChuck Lever1-0/+55
2015-01-15svcrdma: Move read list XDR round-up logicChuck Lever1-28/+9
2015-01-15svcrdma: Support RDMA_NOMSG requestsChuck Lever1-3/+36
2015-01-15svcrdma: rc_position sanity checkingChuck Lever1-4/+12
2015-01-15svcrdma: Plant reader function in struct svcxprt_rdmaChuck Lever2-44/+29
2015-01-15svcrdma: Find rmsgp more reliablyChuck Lever1-14/+4
2015-01-15svcrdma: Scrub BUG_ON() and WARN_ON() call sitesChuck Lever3-33/+49
2015-01-15svcrdma: Clean up read chunk countingChuck Lever2-19/+12