summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/verbs.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-27xprtrdma: kmalloc rpcrdma_ep separate from rpcrdma_xprtChuck Lever1-91/+103
2020-03-27xprtrdma: Extract sockaddr from struct rdma_cm_idChuck Lever1-21/+14
2020-03-27xprtrdma: Merge struct rpcrdma_ia into struct rpcrdma_epChuck Lever1-143/+140
2020-03-27xprtrdma: Disconnect on flushed completionChuck Lever1-9/+28
2020-03-27xprtrdma: Remove rpcrdma_ia::ri_flagsChuck Lever1-42/+13
2020-03-27xprtrdma: Invoke rpcrdma_ia_open in the connect workerChuck Lever1-133/+20
2020-03-27xprtrdma: Allocate Protection Domain in rpcrdma_ep_create()Chuck Lever1-16/+10
2020-03-27xprtrdma: Refactor rpcrdma_ep_connect() and rpcrdma_ep_disconnect()Chuck Lever1-15/+15
2020-03-27xprtrdma: Clean up the post_send pathChuck Lever1-8/+5
2020-03-27xprtrdma: Refactor frwr_init_mr()Chuck Lever1-3/+1
2020-03-27xprtrdma: Invoke rpcrdma_ep_create() in the connect workerChuck Lever1-93/+54
2020-01-15xprtrdma: DMA map rr_rdma_buf as each rpcrdma_rep is createdChuck Lever1-20/+11
2020-01-15xprtrdma: Destroy reps from previous connection instanceChuck Lever1-1/+3
2020-01-15xprtrdma: Destroy rpcrdma_rep when Receive is flushedChuck Lever1-1/+8
2020-01-15xprtrdma: Allocate and map transport header buffers at connect timeChuck Lever1-30/+76
2020-01-15xprtrdma: Refactor frwr_is_supportedChuck Lever1-13/+1
2020-01-15xprtrdma: Eliminate per-transport "max pages"Chuck Lever1-2/+2
2020-01-15xprtrdma: Refactor initialization of ep->rep_max_requestsChuck Lever1-4/+4
2020-01-15xprtrdma: Make sendctx queue lifetime the same as connection lifetimeChuck Lever1-7/+15
2020-01-15xprtrdma: Eliminate ri_max_send_sgesChuck Lever1-14/+3
2020-01-14xprtrdma: Fix oops in Receive handler after device removalChuck Lever1-6/+19
2020-01-14xprtrdma: Fix completion wait during device removalChuck Lever1-1/+1
2020-01-14xprtrdma: Fix create_qp crash on device unloadChuck Lever1-0/+2
2019-10-24xprtrdma: Replace dprintk() in rpcrdma_update_connect_private()Chuck Lever1-11/+10
2019-10-24xprtrdma: Report the computed connect delayChuck Lever1-10/+3
2019-10-24xprtrdma: Pull up sometimesChuck Lever1-1/+1
2019-10-24xprtrdma: Move the rpcrdma_sendctx::sc_wr fieldChuck Lever1-4/+1
2019-10-24xprtrdma: Remove rpcrdma_sendctx::sc_xprtChuck Lever1-9/+10
2019-10-24xprtrdma: Manage MRs in context of a single connectionChuck Lever1-26/+36
2019-10-24xprtrdma: Fix MR list handlingChuck Lever1-20/+21
2019-10-24xprtrdma: Close window between waking RPC senders and posting ReceivesChuck Lever1-4/+7
2019-10-24xprtrdma: Initialize rb_credits in one placeChuck Lever1-1/+1
2019-10-24xprtrdma: Connection becomes unstable after a reconnectChuck Lever1-0/+22
2019-09-26Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-145/+118
2019-08-26xprtrdma: Send Queue size grows after a reconnectChuck Lever1-12/+14
2019-08-26xprtrdma: Clear xprt->reestablish_timeout on closeChuck Lever1-0/+2
2019-08-21xprtrdma: Optimize rpcrdma_post_recvs()Chuck Lever1-1/+1
2019-08-21xprtrdma: Use an llist to manage free rpcrdma_repsChuck Lever1-57/+49
2019-08-21xprtrdma: Remove rpcrdma_buffer::rb_mrlockChuck Lever1-11/+10
2019-08-21xprtrdma: Cache free MRs in each rpcrdma_reqChuck Lever1-3/+15
2019-08-20xprtrdma: Ensure creating an MR does not trigger FS writebackChuck Lever1-1/+1
2019-08-20xprtrdma: Move rpcrdma_mr_get out of frwr_mapChuck Lever1-17/+4
2019-08-20xprtrdma: Combine rpcrdma_mr_put and rpcrdma_mr_unmap_and_putChuck Lever1-24/+8
2019-08-20xprtrdma: Simplify rpcrdma_mr_popChuck Lever1-4/+2
2019-08-20xprtrdma: Rename rpcrdma_buffer::rb_allChuck Lever1-18/+8
2019-08-20xprtrdma: Rename CQE field in Receive trace pointsChuck Lever1-1/+1
2019-08-20xprtrdma: Boost maximum transport header sizeChuck Lever1-1/+8
2019-08-05rdma: Enable ib_alloc_cq to spread work over a device's comp_vectorsChuck Lever1-7/+6
2019-07-09xprtrdma: Remove rpcrdma_req::rl_bufferChuck Lever1-4/+2
2019-07-09xprtrdma: Streamline rpcrdma_post_recvsChuck Lever1-21/+38