summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/xprt_rdma.h
AgeCommit message (Expand)Author
2023-08-23xprtrdma: Remove unused function declaration rpcrdma_bc_post_recv()Yue Haibing
2022-10-05xprtrdma: MR-related memory allocation should be allowed to failChuck Lever
2022-10-05xprtrdma: Clean up synopsis of rpcrdma_req_create()Chuck Lever
2022-10-05svcrdma: Clean up RPCRDMA_DEF_GFPChuck Lever
2021-10-20xprtrdma: Remove rpcrdma_ep::re_implicit_roundupChuck Lever
2021-10-20xprtrdma: Provide a buffer to pad Write chunks of unaligned lengthChuck Lever
2021-08-09xprtrdma: Eliminate rpcrdma_post_sends()Chuck Lever
2021-08-09xprtrdma: Disconnect after an ib_post_send() immediate errorChuck Lever
2021-05-26SUNRPC: More fixes for backlog congestionTrond Myklebust
2021-04-26xprtrdma: Move fr_mr field to struct rpcrdma_mrChuck Lever
2021-04-26xprtrdma: Move the Work Request union to struct rpcrdma_mrChuck Lever
2021-04-26xprtrdma: Move fr_linv_done field to struct rpcrdma_mrChuck Lever
2021-04-26xprtrdma: Move cqe to struct rpcrdma_mrChuck Lever
2021-04-26xprtrdma: Move fr_cid to struct rpcrdma_mrChuck Lever
2021-04-26xprtrdma: Do not wake RPC consumer on a failed LocalInvChuck Lever
2021-04-26xprtrdma: Rename frwr_release_mr()Chuck Lever
2021-04-26xprtrdma: Delete rpcrdma_recv_buffer_put()Chuck Lever
2021-04-26xprtrdma: Fix cwnd update orderingChuck Lever
2021-04-26xprtrdma: Do not refresh Receive Queue while it is drainingChuck Lever
2021-02-05rpcrdma: Fix comments about reverse-direction operationChuck Lever
2021-02-05xprtrdma: Refactor invocations of offset_in_page()Chuck Lever
2021-02-05xprtrdma: Simplify rpcrdma_convert_kvec() and frwr_map()Chuck Lever
2020-11-11xprtrdma: Micro-optimize MR DMA-unmappingChuck Lever
2020-11-11xprtrdma: Move rpcrdma_mr_put()Chuck Lever
2020-11-11xprtrdma: Introduce FRWR completion IDsChuck Lever
2020-11-11xprtrdma: Introduce Send completion IDsChuck Lever
2020-11-11xprtrdma: Introduce Receive completion IDsChuck Lever
2020-06-22xprtrdma: Clean up disconnectChuck Lever
2020-06-22xprtrdma: Clean up synopsis of rpcrdma_flush_disconnect()Chuck Lever
2020-03-27xprtrdma: kmalloc rpcrdma_ep separate from rpcrdma_xprtChuck Lever
2020-03-27xprtrdma: Merge struct rpcrdma_ia into struct rpcrdma_epChuck Lever
2020-03-27xprtrdma: Disconnect on flushed completionChuck Lever
2020-03-27xprtrdma: Remove rpcrdma_ia::ri_flagsChuck Lever
2020-03-27xprtrdma: Invoke rpcrdma_ia_open in the connect workerChuck Lever
2020-03-27xprtrdma: Refactor rpcrdma_ep_connect() and rpcrdma_ep_disconnect()Chuck Lever
2020-03-27xprtrdma: Clean up the post_send pathChuck Lever
2020-03-27xprtrdma: Refactor frwr_init_mr()Chuck Lever
2020-03-27xprtrdma: Invoke rpcrdma_ep_create() in the connect workerChuck Lever
2020-01-15xprtrdma: Allocate and map transport header buffers at connect timeChuck Lever
2020-01-15xprtrdma: Refactor frwr_is_supportedChuck Lever
2020-01-15xprtrdma: Eliminate per-transport "max pages"Chuck Lever
2020-01-15xprtrdma: Refactor initialization of ep->rep_max_requestsChuck Lever
2020-01-15xprtrdma: Eliminate ri_max_send_sgesChuck Lever
2020-01-14xprtrdma: Fix oops in Receive handler after device removalChuck Lever
2019-10-24xprtrdma: Pull up sometimesChuck Lever
2019-10-24xprtrdma: Move the rpcrdma_sendctx::sc_wr fieldChuck Lever
2019-10-24xprtrdma: Remove rpcrdma_sendctx::sc_deviceChuck Lever
2019-10-24xprtrdma: Remove rpcrdma_sendctx::sc_xprtChuck Lever
2019-10-24xprtrdma: Ensure ri_id is stable during MR recyclingChuck Lever
2019-10-24xprtrdma: Manage MRs in context of a single connectionChuck Lever