summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma
Commit message (Expand)AuthorAgeFilesLines
* xprtrdma: Address sparse complaint in rpcr_to_rdmar()Chuck Lever2015-02-051-3/+4
* xprtrdma: Update the GFP flags used in xprt_rdma_allocate()Chuck Lever2015-01-301-2/+5
* xprtrdma: Clean up after adding regbuf managementChuck Lever2015-01-302-11/+2
* xprtrdma: Allocate zero pad separately from rpcrdma_bufferChuck Lever2015-01-303-23/+13
* xprtrdma: Allocate RPC/RDMA receive buffer separately from struct rpcrdma_repChuck Lever2015-01-303-23/+23
* xprtrdma: Allocate RPC/RDMA send buffer separately from struct rpcrdma_reqChuck Lever2015-01-304-29/+19
* xprtrdma: Allocate RPC send buffer separately from struct rpcrdma_reqChuck Lever2015-01-304-104/+78
* xprtrdma: Add struct rpcrdma_regbuf and helpersChuck Lever2015-01-302-0/+98
* xprtrdma: Refactor rpcrdma_buffer_create() and rpcrdma_buffer_destroy()Chuck Lever2015-01-301-53/+95
* xprtrdma: Simplify synopsis of rpcrdma_buffer_create()Chuck Lever2015-01-303-7/+7
* xprtrdma: Take struct ib_qp_attr and ib_qp_init_attr off the stackChuck Lever2015-01-302-7/+10
* xprtrdma: Take struct ib_device_attr off the stackChuck Lever2015-01-302-24/+14
* xprtrdma: Free the pd if ib_query_qp() failsChuck Lever2015-01-301-3/+7
* xprtrdma: Remove rpcrdma_ep::rep_func and ::rep_xprtChuck Lever2015-01-304-8/+6
* xprtrdma: Move credit update to RPC reply handlerChuck Lever2015-01-303-16/+10
* xprtrdma: Remove rl_mr field, and the mr_chunk unionChuck Lever2015-01-302-17/+13
* xprtrdma: Remove rpcrdma_ep::rep_iaChuck Lever2015-01-302-2/+0
* xprtrdma: Rename "xprt" and "rdma_connect" fields in struct rpcrdma_xprtChuck Lever2015-01-302-12/+13
* xprtrdma: Clean up hdrlenChuck Lever2015-01-301-5/+7
* xprtrdma: Display XIDs in host byte orderChuck Lever2015-01-301-3/+5
* xprtrdma: Modernize htonl and ntohlChuck Lever2015-01-301-22/+26
* xprtrdma: human-readable completion statusChuck Lever2015-01-301-13/+57
* Merge tag 'nfs-rdma-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rd...Trond Myklebust2014-11-263-17/+107
|\
| * xprtrdma: Display async errorsChuck Lever2014-11-251-4/+32
| * xprtrdma: Enable pad optimizationChuck Lever2014-11-251-1/+1
| * xprtrdma: Re-write rpcrdma_flush_cqs()Chuck Lever2014-11-251-2/+9
| * xprtrdma: Refactor tasklet schedulingChuck Lever2014-11-251-5/+12
| * xprtrdma: unmap all FMRs during transport disconnectChuck Lever2014-11-252-2/+42
| * xprtrdma: Cap req_cqinitChuck Lever2014-11-252-1/+9
| * xprtrdma: Return an errno from rpcrdma_register_external()Chuck Lever2014-11-251-2/+2
* | sunrpc: eliminate RPC_DEBUGJeff Layton2014-11-243-10/+10
|/
* Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-10-082-1/+8
|\
| * svcrdma: advertise the correct max payloadSteve Wise2014-09-292-1/+8
* | NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page()NeilBrown2014-09-251-2/+0
|/
* Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-08-134-296/+604
|\
| * xprtrdma: Handle additional connection eventsChuck Lever2014-07-311-11/+14
| * xprtrdma: Remove RPCRDMA_PERSISTENT_REGISTRATION macroChuck Lever2014-07-311-13/+0
| * xprtrdma: Make rpcrdma_ep_disconnect() return voidChuck Lever2014-07-313-12/+6
| * xprtrdma: Schedule reply tasklet once per upcallChuck Lever2014-07-311-16/+15
| * xprtrdma: Allocate each struct rpcrdma_mw separatelyChuck Lever2014-07-311-99/+143
| * xprtrdma: Rename frmr_wrChuck Lever2014-07-311-13/+13
| * xprtrdma: Disable completions for LOCAL_INV Work RequestsChuck Lever2014-07-311-9/+8
| * xprtrdma: Disable completions for FAST_REG_MR Work RequestsChuck Lever2014-07-311-5/+4
| * xprtrdma: Don't post a LOCAL_INV in rpcrdma_register_frmr_external()Chuck Lever2014-07-311-20/+2
| * xprtrdma: Reset FRMRs after a flushed LOCAL_INV Work RequestChuck Lever2014-07-311-2/+92
| * xprtrdma: Reset FRMRs when FAST_REG_MR is flushed by a disconnectChuck Lever2014-07-312-2/+66
| * xprtrdma: Properly handle exhaustion of the rb_mws listChuck Lever2014-07-311-32/+71
| * xprtrdma: Chain together all MWs in same buffer poolChuck Lever2014-07-312-1/+7
| * xprtrdma: Back off rkey when FAST_REG_MR failsChuck Lever2014-07-311-0/+1
| * xprtrdma: Unclutter struct rpcrdma_mr_segChuck Lever2014-07-312-28/+50
OpenPOWER on IntegriCloud