summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-07-027-337/+366
|\
| * Merge tag 'nfs-rdma-for-4.2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2015-06-167-338/+343
| |\
| | * xprtrdma: Reduce per-transport MR allocationChuck Lever2015-06-122-4/+8
| | * xprtrdma: Stack relief in fmr_op_map()Chuck Lever2015-06-122-11/+28
| | * xprtrdma: Split rb_lockChuck Lever2015-06-124-13/+15
| | * xprtrdma: Remove rpcrdma_ia::ri_memreg_strategyChuck Lever2015-06-122-4/+0
| | * xprtrdma: Remove ->ro_resetChuck Lever2015-06-125-71/+0
| | * xprtrdma: Remove unused LOCAL_INV recovery logicChuck Lever2015-06-121-109/+0
| | * xprtrdma: Acquire MRs in rpcrdma_register_external()Chuck Lever2015-06-123-35/+89
| | * xprtrdma: Introduce an FRMR recovery workqueueChuck Lever2015-06-123-3/+84
| | * xprtrdma: Acquire FMRs in rpcrdma_fmr_register_external()Chuck Lever2015-06-122-30/+48
| | * xprtrdma: Introduce helpers for allocating MWsChuck Lever2015-06-122-0/+33
| | * xprtrdma: Use ib_device pointer safelyChuck Lever2015-06-125-48/+43
| | * xprtrdma: Remove rr_funcChuck Lever2015-06-124-14/+1
| | * xprtrdma: Replace rpcrdma_rep::rr_buffer with rr_rxprtChuck Lever2015-06-124-12/+10
| | * xprtrdma: Warn when there are orphaned IB objectsChuck Lever2015-06-121-5/+5
| * | SUNRPC: Transport fault injectionChuck Lever2015-06-101-0/+11
| * | sunrpc: turn swapper_enable/disable functions into rpc_xprt_opsJeff Layton2015-06-101-1/+14
| |/
* | Merge branch 'for-4.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-06-279-169/+117
|\ \
| * | rpcrdma: Merge svcrdma and xprtrdma modules into oneChuck Lever2015-06-045-26/+60
| * | svcrdma: Add a separate "max data segs macro for svcrdmaChuck Lever2015-06-042-7/+1
| * | svcrdma: Replace GFP_KERNEL in a loop with GFP_NOFAILChuck Lever2015-06-042-27/+7
| * | svcrdma: Keep rpcrdma_msg fields in network byte-orderChuck Lever2015-06-043-47/+41
| * | svcrdma: Fix byte-swapping in svc_rdma_sendto.cChuck Lever2015-06-041-6/+8
| * | svcrdma: Remove svc_rdma_xdr_decode_deferred_req()Chuck Lever2015-06-031-56/+0
| |/
* | IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak2015-06-122-8/+10
| |
| \
*-. \ Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' in...Doug Ledford2015-05-204-127/+45
|\ \ \ | |_|/ |/| |
| | * IB/core: Change rdma_protocol_iboe to roceIra Weiny2015-05-201-1/+1
| | * IB/Verbs: Use management helper rdma_cap_read_multi_sge()Michael Wang2015-05-181-2/+2
| | * IB/Verbs: Reform IB-ulp xprtrdmaMichael Wang2015-05-182-29/+20
| |/ |/|
| * xprtrdma, svcrdma: Switch to generic logging helpersSagi Grimberg2015-05-183-98/+25
|/
* Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-04-268-720/+875
|\
| * xprtrdma: Make rpcrdma_{un}map_one() into inline functionsChuck Lever2015-03-315-46/+73
| * xprtrdma: Handle non-SEND completions via a calloutChuck Lever2015-03-313-10/+28
| * xprtrdma: Add "open" memreg opChuck Lever2015-03-315-46/+70
| * xprtrdma: Add "destroy MRs" memreg opChuck Lever2015-03-315-51/+40
| * xprtrdma: Add "reset MRs" memreg opChuck Lever2015-03-315-101/+83
| * xprtrdma: Add "init MRs" memreg opChuck Lever2015-03-315-101/+119
| * xprtrdma: Add a "deregister_external" op for each memreg modeChuck Lever2015-03-317-90/+84
| * xprtrdma: Add a "register_external" op for each memreg modeChuck Lever2015-03-316-169/+160
| * xprtrdma: Add a "max_payload" op for each memreg modeChuck Lever2015-03-316-36/+59
| * xprtrdma: Add vector of ops for each memory registration strategyChuck Lever2015-03-316-5/+89
| * xprtrdma: Prevent infinite loop in rpcrdma_ep_create()Chuck Lever2015-03-311-2/+3
| * xprtrdma: Byte-align FRWR registrationChuck Lever2015-03-311-8/+4
| * xprtrdma: Perform a full marshal on retransmitChuck Lever2015-03-313-52/+34
| * xprtrdma: Display IPv6 addresses and port numbers correctlyChuck Lever2015-03-312-21/+47
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-141-2/+2
|\ \ | |/ |/|
| * treewide: Fix typo in printk messagesMasanari Iida2015-03-061-2/+2
* | Merge tag 'nfs-rdma-for-4.0-3' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2015-02-232-2/+3
|\ \
| * | xprtrdma: Store RDMA credits in unsigned variablesChuck Lever2015-02-232-2/+3
OpenPOWER on IntegriCloud