summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/verbs.c
Commit message (Expand)AuthorAgeFilesLines
* rpcrdma: Introduce a simple cid tracepoint classChuck Lever2024-01-071-1/+1
* xprtrdma: Remap Receive buffers after a reconnectChuck Lever2023-08-191-5/+4
* xprtrdma: Fix regbuf data not freed in rpcrdma_req_create()Zhang Xiaoxu2022-12-061-1/+1
* xprtrdma: Prevent memory allocations from driving a reclaimChuck Lever2022-10-051-4/+4
* xprtrdma: Memory allocation should be allowed to fail during connectChuck Lever2022-10-051-3/+3
* xprtrdma: MR-related memory allocation should be allowed to failChuck Lever2022-10-051-1/+4
* xprtrdma: Clean up synopsis of rpcrdma_regbuf_alloc()Chuck Lever2022-10-051-11/+8
* xprtrdma: Clean up synopsis of rpcrdma_req_create()Chuck Lever2022-10-051-8/+8
* SUNRPC: Replace the use of the xprtiod WQ in rpcrdmaChuck Lever2022-10-051-7/+3
* SUNRPC/xprtrdma: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-251-2/+2
* xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_createDan Aloni2022-02-081-0/+3
* xprtrdma: Remove definitions of RPCDBG_FACILITYChuck Lever2022-01-141-11/+0
* xprtrdma: Remove final dprintk call sites from xprtrdmaChuck Lever2022-01-141-12/+0
* xprtrdma: Remove rpcrdma_ep::re_implicit_roundupChuck Lever2021-10-201-2/+0
* xprtrdma: Provide a buffer to pad Write chunks of unaligned lengthChuck Lever2021-10-201-0/+1
* xprtrdma: Eliminate rpcrdma_post_sends()Chuck Lever2021-08-091-15/+0
* xprtrdma: Add xprtrdma_post_recvs_err() tracepointChuck Lever2021-08-091-1/+2
* xprtrdma: Put rpcrdma_reps before waking the tear-down completionChuck Lever2021-08-091-5/+5
* xprtrdma: Disconnect after an ib_post_send() immediate errorChuck Lever2021-08-091-1/+1
* SUNRPC: More fixes for backlog congestionTrond Myklebust2021-05-261-3/+15
* xprtrdma: Remove the RPC/RDMA QP event handlerChuck Lever2021-04-261-18/+0
* xprtrdma: Avoid Send Queue wrappingChuck Lever2021-04-261-15/+1
* xprtrdma: Rename frwr_release_mr()Chuck Lever2021-04-261-2/+2
* xprtrdma: Delete rpcrdma_recv_buffer_put()Chuck Lever2021-04-261-16/+8
* xprtrdma: Fix cwnd update orderingChuck Lever2021-04-261-5/+5
* xprtrdma: Improve locking around rpcrdma_rep creationChuck Lever2021-04-261-4/+5
* xprtrdma: Improve commentary around rpcrdma_reps_unmap()Chuck Lever2021-04-261-1/+5
* xprtrdma: Improve locking around rpcrdma_rep destructionChuck Lever2021-04-261-7/+24
* xprtrdma: Put flushed Receives on free list instead of destroying themChuck Lever2021-04-261-1/+3
* xprtrdma: Do not refresh Receive Queue while it is drainingChuck Lever2021-04-261-0/+13
* xprtrdma: Move rpcrdma_mr_put()Chuck Lever2020-11-111-19/+0
* xprtrdma: Introduce Send completion IDsChuck Lever2020-11-111-1/+4
* xprtrdma: Introduce Receive completion IDsChuck Lever2020-11-111-1/+5
* Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-09-091-0/+2
|\
| * xprtrdma: Release in-flight MRs on disconnectChuck Lever2020-08-261-0/+2
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* xprtrdma: Fix handling of connect errorsChuck Lever2020-07-131-3/+5
* xprtrdma: Fix return code from rpcrdma_xprt_connect()Chuck Lever2020-07-131-6/+10
* xprtrdma: Fix recursion into rpcrdma_xprt_disconnect()Chuck Lever2020-07-131-8/+2
* xprtrdma: Fix double-free in rpcrdma_ep_create()Chuck Lever2020-07-131-5/+2
* xprtrdma: Clean up disconnectChuck Lever2020-06-221-10/+13
* xprtrdma: Clean up synopsis of rpcrdma_flush_disconnect()Chuck Lever2020-06-221-6/+6
* xprtrdma: Use re_connect_status safely in rpcrdma_xprt_connect()Chuck Lever2020-06-221-3/+0
* xprtrdma: Prevent dereferencing r_xprt->rx_ep after it is freedChuck Lever2020-06-221-10/+23
* SUNRPC: Trace transport lifetime eventsChuck Lever2020-06-111-1/+0
* xprtrdma: Fix trace point use-after-free raceChuck Lever2020-04-201-1/+1
* xprtrdma: Restore wake-up-all to rpcrdma_cm_event_handler()Chuck Lever2020-04-201-0/+1
* xprtrdma: kmalloc rpcrdma_ep separate from rpcrdma_xprtChuck Lever2020-03-271-91/+103
* xprtrdma: Extract sockaddr from struct rdma_cm_idChuck Lever2020-03-271-21/+14
* xprtrdma: Merge struct rpcrdma_ia into struct rpcrdma_epChuck Lever2020-03-271-143/+140