aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/xprt_rdma.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-05xprtrdma: MR-related memory allocation should be allowed to failChuck Lever1-0/+6
2022-10-05xprtrdma: Clean up synopsis of rpcrdma_req_create()Chuck Lever1-2/+2
2022-10-05svcrdma: Clean up RPCRDMA_DEF_GFPChuck Lever1-2/+0
2021-10-20xprtrdma: Remove rpcrdma_ep::re_implicit_roundupChuck Lever1-1/+0
2021-10-20xprtrdma: Provide a buffer to pad Write chunks of unaligned lengthChuck Lever1-0/+5
2021-08-09xprtrdma: Eliminate rpcrdma_post_sends()Chuck Lever1-1/+0
2021-08-09xprtrdma: Disconnect after an ib_post_send() immediate errorChuck Lever1-0/+1
2021-05-26SUNRPC: More fixes for backlog congestionTrond Myklebust1-0/+1
2021-04-26xprtrdma: Move fr_mr field to struct rpcrdma_mrChuck Lever1-5/+2
2021-04-26xprtrdma: Move the Work Request union to struct rpcrdma_mrChuck Lever1-4/+4
2021-04-26xprtrdma: Move fr_linv_done field to struct rpcrdma_mrChuck Lever1-1/+1
2021-04-26xprtrdma: Move cqe to struct rpcrdma_mrChuck Lever1-1/+1
2021-04-26xprtrdma: Move fr_cid to struct rpcrdma_mrChuck Lever1-1/+1
2021-04-26xprtrdma: Do not wake RPC consumer on a failed LocalInvChuck Lever1-0/+1
2021-04-26xprtrdma: Rename frwr_release_mr()Chuck Lever1-1/+1
2021-04-26xprtrdma: Delete rpcrdma_recv_buffer_put()Chuck Lever1-1/+1
2021-04-26xprtrdma: Fix cwnd update orderingChuck Lever1-1/+1
2021-04-26xprtrdma: Do not refresh Receive Queue while it is drainingChuck Lever1-0/+1
2021-02-05rpcrdma: Fix comments about reverse-direction operationChuck Lever1-3/+3
2021-02-05xprtrdma: Refactor invocations of offset_in_page()Chuck Lever1-1/+1
2021-02-05xprtrdma: Simplify rpcrdma_convert_kvec() and frwr_map()Chuck Lever1-4/+5
2020-11-11xprtrdma: Micro-optimize MR DMA-unmappingChuck Lever1-0/+1
2020-11-11xprtrdma: Move rpcrdma_mr_put()Chuck Lever1-1/+0
2020-11-11xprtrdma: Introduce FRWR completion IDsChuck Lever1-0/+1
2020-11-11xprtrdma: Introduce Send completion IDsChuck Lever1-0/+1
2020-11-11xprtrdma: Introduce Receive completion IDsChuck Lever1-0/+5
2020-06-22xprtrdma: Clean up disconnectChuck Lever1-0/+1
2020-06-22xprtrdma: Clean up synopsis of rpcrdma_flush_disconnect()Chuck Lever1-1/+1
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