aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-25xprtrdma: Replace global lkey with lkey local to PDChuck Lever5-35/+2
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds4-17/+13
2015-09-07Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-308/+276
2015-08-30IB/core: Make ib_dealloc_pd return voidJason Gunthorpe1-1/+1
2015-08-30svcrdma: limit FRMR page list lengths to device maxSteve Wise1-2/+4
2015-08-30xprtrdma, svcrdma: Convert to ib_alloc_mrSagi Grimberg2-4/+4
2015-08-28svcrdma: Use max_sge_rd for destination read depthsSteve Wise2-11/+5
2015-08-10svcrdma: Change maximum server payload back to RPCSVC_MAXPAYLOADChuck Lever2-2/+1
2015-08-05xprtrdma: take HCA driver refcount at clientDevesh Sharma1-8/+29
2015-08-05xprtrdma: Count RDMA_NOMSG type callsChuck Lever3-2/+5
2015-08-05xprtrdma: Clean up xprt_rdma_print_stats()Chuck Lever1-25/+23
2015-08-05xprtrdma: Fix large NFS SYMLINK callsChuck Lever1-9/+16
2015-08-05xprtrdma: Fix XDR tail buffer marshallingChuck Lever1-2/+42
2015-08-05xprtrdma: Don't provide a reply chunk when expecting a short replyChuck Lever1-12/+1
2015-08-05xprtrdma: Always provide a write list when sending NFS READChuck Lever1-17/+4
2015-08-05xprtrdma: Account for RPC/RDMA header size when deciding to inlineChuck Lever1-2/+27
2015-08-05xprtrdma: Remove logic that constructs RDMA_MSGP type callsChuck Lever3-107/+51
2015-08-05xprtrdma: Clean up rpcrdma_ia_open()Chuck Lever5-45/+67
2015-08-05xprtrdma: Remove last ib_reg_phys_mr() call siteChuck Lever2-82/+21
2015-08-05xprtrdma: Don't fall back to PHYSICAL memory registrationChuck Lever1-1/+1
2015-08-05xprtrdma: Raise maximum payload size to one megabyteChuck Lever1-2/+1
2015-08-05xprtrdma: Make xprt_setup_rdma() agnostic to family of server addressChuck Lever1-17/+11
2015-07-20svcrdma: Remove svc_rdma_fastreg()Chuck Lever1-34/+0
2015-07-20svcrdma: Clean up svc_rdma_get_reply_array()Chuck Lever1-0/+73
2015-07-20svcrdma: Fix send_reply() scatter/gather set-upChuck Lever1-1/+9
2015-07-20NFS/RDMA Release resources in svcrdma when device is removedShirley Ma1-0/+1
2015-07-02Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-337/+366
2015-06-27Merge branch 'for-4.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds9-169/+117
2015-06-16Merge tag 'nfs-rdma-for-4.2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust7-338/+343
2015-06-12IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak2-8/+10
2015-06-12xprtrdma: Reduce per-transport MR allocationChuck Lever2-4/+8
2015-06-12xprtrdma: Stack relief in fmr_op_map()Chuck Lever2-11/+28
2015-06-12xprtrdma: Split rb_lockChuck Lever4-13/+15
2015-06-12xprtrdma: Remove rpcrdma_ia::ri_memreg_strategyChuck Lever2-4/+0
2015-06-12xprtrdma: Remove ->ro_resetChuck Lever5-71/+0
2015-06-12xprtrdma: Remove unused LOCAL_INV recovery logicChuck Lever1-109/+0
2015-06-12xprtrdma: Acquire MRs in rpcrdma_register_external()Chuck Lever3-35/+89
2015-06-12xprtrdma: Introduce an FRMR recovery workqueueChuck Lever3-3/+84
2015-06-12xprtrdma: Acquire FMRs in rpcrdma_fmr_register_external()Chuck Lever2-30/+48
2015-06-12xprtrdma: Introduce helpers for allocating MWsChuck Lever2-0/+33
2015-06-12xprtrdma: Use ib_device pointer safelyChuck Lever5-48/+43
2015-06-12xprtrdma: Remove rr_funcChuck Lever4-14/+1
2015-06-12xprtrdma: Replace rpcrdma_rep::rr_buffer with rr_rxprtChuck Lever4-12/+10
2015-06-12xprtrdma: Warn when there are orphaned IB objectsChuck Lever1-5/+5
2015-06-10SUNRPC: Transport fault injectionChuck Lever1-0/+11
2015-06-10sunrpc: turn swapper_enable/disable functions into rpc_xprt_opsJeff Layton1-1/+14
2015-06-04rpcrdma: Merge svcrdma and xprtrdma modules into oneChuck Lever5-26/+60
2015-06-04svcrdma: Add a separate "max data segs macro for svcrdmaChuck Lever2-7/+1
2015-06-04svcrdma: Replace GFP_KERNEL in a loop with GFP_NOFAILChuck Lever2-27/+7
2015-06-04svcrdma: Keep rpcrdma_msg fields in network byte-orderChuck Lever3-47/+41