summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma
AgeCommit message (Expand)Author
2015-06-12xprtrdma: Replace rpcrdma_rep::rr_buffer with rr_rxprtChuck Lever
2015-06-12xprtrdma: Warn when there are orphaned IB objectsChuck Lever
2015-06-10SUNRPC: Transport fault injectionChuck Lever
2015-06-10sunrpc: turn swapper_enable/disable functions into rpc_xprt_opsJeff Layton
2015-06-04rpcrdma: Merge svcrdma and xprtrdma modules into oneChuck Lever
2015-06-04svcrdma: Add a separate "max data segs macro for svcrdmaChuck Lever
2015-06-04svcrdma: Replace GFP_KERNEL in a loop with GFP_NOFAILChuck Lever
2015-06-04svcrdma: Keep rpcrdma_msg fields in network byte-orderChuck Lever
2015-06-04svcrdma: Fix byte-swapping in svc_rdma_sendto.cChuck Lever
2015-06-03svcrdma: Remove svc_rdma_xdr_decode_deferred_req()Chuck Lever
2015-05-20Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' in...Doug Ledford
2015-05-20IB/core: Change rdma_protocol_iboe to roceIra Weiny
2015-05-18xprtrdma, svcrdma: Switch to generic logging helpersSagi Grimberg
2015-05-18IB/Verbs: Use management helper rdma_cap_read_multi_sge()Michael Wang
2015-05-18IB/Verbs: Reform IB-ulp xprtrdmaMichael Wang
2015-04-26Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
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: Perform a full marshal on retransmitChuck Lever
2015-03-31xprtrdma: Display IPv6 addresses and port numbers correctlyChuck Lever
2015-03-06treewide: Fix typo in printk messagesMasanari Iida
2015-02-23Merge tag 'nfs-rdma-for-4.0-3' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust
2015-02-23xprtrdma: Store RDMA credits in unsigned variablesChuck Lever
2015-02-12Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2015-02-05xprtrdma: Address sparse complaint in rpcr_to_rdmar()Chuck Lever
2015-01-30xprtrdma: Update the GFP flags used in xprt_rdma_allocate()Chuck 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
2015-01-30xprtrdma: Remove rpcrdma_ep::rep_func and ::rep_xprtChuck Lever
2015-01-30xprtrdma: Move credit update to RPC reply handlerChuck Lever