aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-05xprtrdma: Prevent memory allocations from driving a reclaimChuck Lever1-4/+4
2022-10-05xprtrdma: Memory allocation should be allowed to fail during connectChuck Lever1-3/+3
2022-10-05xprtrdma: MR-related memory allocation should be allowed to failChuck Lever1-1/+4
2022-10-05xprtrdma: Clean up synopsis of rpcrdma_regbuf_alloc()Chuck Lever1-11/+8
2022-10-05xprtrdma: Clean up synopsis of rpcrdma_req_create()Chuck Lever1-8/+8
2022-10-05SUNRPC: Replace the use of the xprtiod WQ in rpcrdmaChuck Lever1-7/+3
2022-02-25SUNRPC/xprtrdma: Convert GFP_NOFS to GFP_KERNELTrond Myklebust1-2/+2
2022-02-08xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_createDan Aloni1-0/+3
2022-01-14xprtrdma: Remove definitions of RPCDBG_FACILITYChuck Lever1-11/+0
2022-01-14xprtrdma: Remove final dprintk call sites from xprtrdmaChuck Lever1-12/+0
2021-10-20xprtrdma: Remove rpcrdma_ep::re_implicit_roundupChuck Lever1-2/+0
2021-10-20xprtrdma: Provide a buffer to pad Write chunks of unaligned lengthChuck Lever1-0/+1
2021-08-09xprtrdma: Eliminate rpcrdma_post_sends()Chuck Lever1-15/+0
2021-08-09xprtrdma: Add xprtrdma_post_recvs_err() tracepointChuck Lever1-1/+2
2021-08-09xprtrdma: Put rpcrdma_reps before waking the tear-down completionChuck Lever1-5/+5
2021-08-09xprtrdma: Disconnect after an ib_post_send() immediate errorChuck Lever1-1/+1
2021-05-26SUNRPC: More fixes for backlog congestionTrond Myklebust1-3/+15
2021-04-26xprtrdma: Remove the RPC/RDMA QP event handlerChuck Lever1-18/+0
2021-04-26xprtrdma: Avoid Send Queue wrappingChuck Lever1-15/+1
2021-04-26xprtrdma: Rename frwr_release_mr()Chuck Lever1-2/+2
2021-04-26xprtrdma: Delete rpcrdma_recv_buffer_put()Chuck Lever1-16/+8
2021-04-26xprtrdma: Fix cwnd update orderingChuck Lever1-5/+5
2021-04-26xprtrdma: Improve locking around rpcrdma_rep creationChuck Lever1-4/+5
2021-04-26xprtrdma: Improve commentary around rpcrdma_reps_unmap()Chuck Lever1-1/+5
2021-04-26xprtrdma: Improve locking around rpcrdma_rep destructionChuck Lever1-7/+24
2021-04-26xprtrdma: Put flushed Receives on free list instead of destroying themChuck Lever1-1/+3
2021-04-26xprtrdma: Do not refresh Receive Queue while it is drainingChuck Lever1-0/+13
2020-11-11xprtrdma: Move rpcrdma_mr_put()Chuck Lever1-19/+0
2020-11-11xprtrdma: Introduce Send completion IDsChuck Lever1-1/+4
2020-11-11xprtrdma: Introduce Receive completion IDsChuck Lever1-1/+5
2020-09-09Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+2
2020-08-26xprtrdma: Release in-flight MRs on disconnectChuck Lever1-0/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-13xprtrdma: Fix handling of connect errorsChuck Lever1-3/+5
2020-07-13xprtrdma: Fix return code from rpcrdma_xprt_connect()Chuck Lever1-6/+10
2020-07-13xprtrdma: Fix recursion into rpcrdma_xprt_disconnect()Chuck Lever1-8/+2
2020-07-13xprtrdma: Fix double-free in rpcrdma_ep_create()Chuck Lever1-5/+2
2020-06-22xprtrdma: Clean up disconnectChuck Lever1-10/+13
2020-06-22xprtrdma: Clean up synopsis of rpcrdma_flush_disconnect()Chuck Lever1-6/+6
2020-06-22xprtrdma: Use re_connect_status safely in rpcrdma_xprt_connect()Chuck Lever1-3/+0
2020-06-22xprtrdma: Prevent dereferencing r_xprt->rx_ep after it is freedChuck Lever1-10/+23
2020-06-11SUNRPC: Trace transport lifetime eventsChuck Lever1-1/+0
2020-04-20xprtrdma: Fix trace point use-after-free raceChuck Lever1-1/+1
2020-04-20xprtrdma: Restore wake-up-all to rpcrdma_cm_event_handler()Chuck Lever1-0/+1
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