summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-09-094-17/+13Star
|\
| * IB/core: Make ib_dealloc_pd return voidJason Gunthorpe2015-08-311-1/+1
| * svcrdma: limit FRMR page list lengths to device maxSteve Wise2015-08-311-2/+4
| * xprtrdma, svcrdma: Convert to ib_alloc_mrSagi Grimberg2015-08-312-4/+4
| * svcrdma: Use max_sge_rd for destination read depthsSteve Wise2015-08-292-11/+5Star
* | Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-09-077-308/+276Star
|\ \
| * | xprtrdma: take HCA driver refcount at clientDevesh Sharma2015-08-051-8/+29
| * | xprtrdma: Count RDMA_NOMSG type callsChuck Lever2015-08-053-2/+5
| * | xprtrdma: Clean up xprt_rdma_print_stats()Chuck Lever2015-08-051-25/+23Star
| * | xprtrdma: Fix large NFS SYMLINK callsChuck Lever2015-08-051-9/+16
| * | xprtrdma: Fix XDR tail buffer marshallingChuck Lever2015-08-051-2/+42
| * | xprtrdma: Don't provide a reply chunk when expecting a short replyChuck Lever2015-08-051-12/+1Star
| * | xprtrdma: Always provide a write list when sending NFS READChuck Lever2015-08-051-17/+4Star
| * | xprtrdma: Account for RPC/RDMA header size when deciding to inlineChuck Lever2015-08-051-2/+27
| * | xprtrdma: Remove logic that constructs RDMA_MSGP type callsChuck Lever2015-08-053-107/+51Star
| * | xprtrdma: Clean up rpcrdma_ia_open()Chuck Lever2015-08-055-45/+67
| * | xprtrdma: Remove last ib_reg_phys_mr() call siteChuck Lever2015-08-052-82/+21Star
| * | xprtrdma: Don't fall back to PHYSICAL memory registrationChuck Lever2015-08-051-1/+1
| * | xprtrdma: Raise maximum payload size to one megabyteChuck Lever2015-08-051-2/+1Star
| * | xprtrdma: Make xprt_setup_rdma() agnostic to family of server addressChuck Lever2015-08-051-17/+11Star
| |/
* | svcrdma: Change maximum server payload back to RPCSVC_MAXPAYLOADChuck Lever2015-08-102-2/+1Star
* | svcrdma: Remove svc_rdma_fastreg()Chuck Lever2015-07-201-34/+0Star
* | svcrdma: Clean up svc_rdma_get_reply_array()Chuck Lever2015-07-201-0/+73
* | svcrdma: Fix send_reply() scatter/gather set-upChuck Lever2015-07-201-1/+9
* | NFS/RDMA Release resources in svcrdma when device is removedShirley Ma2015-07-201-0/+1
|/
* 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/+0Star
| | * xprtrdma: Remove ->ro_resetChuck Lever2015-06-125-71/+0Star
| | * xprtrdma: Remove unused LOCAL_INV recovery logicChuck Lever2015-06-121-109/+0Star
| | * 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/+43Star
| | * xprtrdma: Remove rr_funcChuck Lever2015-06-124-14/+1Star
| | * xprtrdma: Replace rpcrdma_rep::rr_buffer with rr_rxprtChuck Lever2015-06-124-12/+10Star
| | * xprtrdma: Warn when there are orphaned IB objectsChuck Lever2015-06-121-5/+5
| * | SUNRPC: Transport fault injectionChuck Lever2015-06-111-0/+11
| * | sunrpc: turn swapper_enable/disable functions into rpc_xprt_opsJeff Layton2015-06-111-1/+14
| |/
* | Merge branch 'for-4.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-06-279-169/+117Star
|\ \
| * | 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/+1Star
| * | svcrdma: Replace GFP_KERNEL in a loop with GFP_NOFAILChuck Lever2015-06-042-27/+7Star
| * | svcrdma: Keep rpcrdma_msg fields in network byte-orderChuck Lever2015-06-043-47/+41Star
| * | 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/+0Star
| |/