aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/sunrpc/xprtrdma/xprt_rdma.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-27xprtrdma: kmalloc rpcrdma_ep separate from rpcrdma_xprtChuck Lever1-3/+4
2020-03-27xprtrdma: Merge struct rpcrdma_ia into struct rpcrdma_epChuck Lever1-34/+26
2020-03-27xprtrdma: Disconnect on flushed completionChuck Lever1-0/+1
2020-03-27xprtrdma: Remove rpcrdma_ia::ri_flagsChuck Lever1-10/+0
2020-03-27xprtrdma: Invoke rpcrdma_ia_open in the connect workerChuck Lever1-2/+0
2020-03-27xprtrdma: Refactor rpcrdma_ep_connect() and rpcrdma_ep_disconnect()Chuck Lever1-2/+2
2020-03-27xprtrdma: Clean up the post_send pathChuck Lever1-3/+2
2020-03-27xprtrdma: Refactor frwr_init_mr()Chuck Lever1-1/+1
2020-03-27xprtrdma: Invoke rpcrdma_ep_create() in the connect workerChuck Lever1-2/+0
2020-01-15xprtrdma: Allocate and map transport header buffers at connect timeChuck Lever1-0/+1
2020-01-15xprtrdma: Refactor frwr_is_supportedChuck Lever1-2/+2
2020-01-15xprtrdma: Eliminate per-transport "max pages"Chuck Lever1-2/+1
2020-01-15xprtrdma: Refactor initialization of ep->rep_max_requestsChuck Lever1-3/+2
2020-01-15xprtrdma: Eliminate ri_max_send_sgesChuck Lever1-1/+0
2020-01-14xprtrdma: Fix oops in Receive handler after device removalChuck Lever1-0/+2
2019-10-24xprtrdma: Pull up sometimesChuck Lever1-0/+2
2019-10-24xprtrdma: Move the rpcrdma_sendctx::sc_wr fieldChuck Lever1-1/+1
2019-10-24xprtrdma: Remove rpcrdma_sendctx::sc_deviceChuck Lever1-1/+0
2019-10-24xprtrdma: Remove rpcrdma_sendctx::sc_xprtChuck Lever1-2/+0
2019-10-24xprtrdma: Ensure ri_id is stable during MR recyclingChuck Lever1-7/+0
2019-10-24xprtrdma: Manage MRs in context of a single connectionChuck Lever1-1/+1
2019-10-24xprtrdma: Close window between waking RPC senders and posting ReceivesChuck Lever1-0/+1
2019-10-24xprtrdma: Initialize rb_credits in one placeChuck Lever1-0/+1
2019-08-26xprtrdma: Recycle MRs after disconnectChuck Lever1-0/+1
2019-08-21xprtrdma: Use an llist to manage free rpcrdma_repsChuck Lever1-2/+4
2019-08-21xprtrdma: Remove rpcrdma_buffer::rb_mrlockChuck Lever1-5/+4
2019-08-21xprtrdma: Cache free MRs in each rpcrdma_reqChuck Lever1-3/+4
2019-08-20xprtrdma: Move rpcrdma_mr_get out of frwr_mapChuck Lever1-2/+2
2019-08-20xprtrdma: Combine rpcrdma_mr_put and rpcrdma_mr_unmap_and_putChuck Lever1-1/+0
2019-08-20xprtrdma: Simplify rpcrdma_mr_popChuck Lever1-3/+4
2019-08-20xprtrdma: Rename rpcrdma_buffer::rb_allChuck Lever1-1/+1
2019-08-20xprtrdma: Boost maximum transport header sizeChuck Lever1-13/+10
2019-08-20xprtrdma: Update obsolete commentChuck Lever1-3/+0
2019-07-18SUNRPC: Fix up backchannel slot table accountingTrond Myklebust1-0/+1
2019-07-09xprtrdma: Modernize ops->connectChuck Lever1-0/+1
2019-07-09xprtrdma: Remove rpcrdma_req::rl_bufferChuck Lever1-2/+2
2019-07-09xprtrdma: Wake RPCs directly in rpcrdma_wc_send pathChuck Lever1-9/+3
2019-07-09xprtrdma: Reduce context switching due to Local InvalidationChuck Lever1-4/+4
2019-07-09xprtrdma: Add mechanism to place MRs back on the free listChuck Lever1-0/+1
2019-07-09xprtrdma: Remove fr_stateChuck Lever1-10/+1
2019-07-09xprtrdma: Remove the RPCRDMA_REQ_F_PENDING flagChuck Lever1-1/+0
2019-07-09xprtrdma: Fix occasional transport deadlockChuck Lever1-6/+0
2019-04-25xprtrdma: Remove stale commentChuck Lever1-7/+0
2019-04-25xprtrdma: Eliminate struct rpcrdma_create_data_internalChuck Lever1-17/+5
2019-04-25xprtrdma: Aggregate the inline settings in struct rpcrdma_epChuck Lever1-4/+5
2019-04-25xprtrdma: Remove rpcrdma_create_data_internal::rsize and wsizeChuck Lever1-2/+0
2019-04-25xprtrdma: Eliminate rpcrdma_ia::ri_deviceChuck Lever1-4/+3
2019-04-25xprtrdma: More Send completion batchingChuck Lever1-10/+0
2019-04-25xprtrdma: Clean up sendctx functionsChuck Lever1-2/+3
2019-04-25xprtrdma: Increase maximum number of backchannel requestsChuck Lever1-3/+5