aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-15svcrdma: Remove unused variableChuck Lever1-2/+0
2015-01-15svcrdma: Clean up dprintkChuck Lever1-4/+4
2014-11-26Merge tag 'nfs-rdma-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rdma into linux-nextTrond Myklebust3-17/+107
2014-11-25xprtrdma: Display async errorsChuck Lever1-4/+32
2014-11-25xprtrdma: Enable pad optimizationChuck Lever1-1/+1
2014-11-25xprtrdma: Re-write rpcrdma_flush_cqs()Chuck Lever1-2/+9
2014-11-25xprtrdma: Refactor tasklet schedulingChuck Lever1-5/+12
2014-11-25xprtrdma: unmap all FMRs during transport disconnectChuck Lever2-2/+42
2014-11-25xprtrdma: Cap req_cqinitChuck Lever2-1/+9
2014-11-25xprtrdma: Return an errno from rpcrdma_register_external()Chuck Lever1-2/+2
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton3-10/+10
2014-10-08Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-1/+8
2014-09-29svcrdma: advertise the correct max payloadSteve Wise2-1/+8
2014-09-25NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page()NeilBrown1-2/+0
2014-08-13Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-296/+604
2014-08-05svcrdma: remove rdma_create_qp() failure recovery logicSteve Wise1-17/+2
2014-07-31xprtrdma: Handle additional connection eventsChuck Lever1-11/+14