summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/verbs.c
AgeCommit message (Expand)AuthorFilesLines
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-24treewide: 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
2020-03-27xprtrdma: Allocate Protection Domain in rpcrdma_ep_create()Chuck Lever1-16/+10
2020-03-27xprtrdma: Refactor rpcrdma_ep_connect() and rpcrdma_ep_disconnect()Chuck Lever1-15/+15
2020-03-27xprtrdma: Clean up the post_send pathChuck Lever1-8/+5
2020-03-27xprtrdma: Refactor frwr_init_mr()Chuck Lever1-3/+1
2020-03-27xprtrdma: Invoke rpcrdma_ep_create() in the connect workerChuck Lever1-93/+54
2020-01-15xprtrdma: DMA map rr_rdma_buf as each rpcrdma_rep is createdChuck Lever1-20/+11
2020-01-15xprtrdma: Destroy reps from previous connection instanceChuck Lever1-1/+3
2020-01-15xprtrdma: Destroy rpcrdma_rep when Receive is flushedChuck Lever1-1/+8
2020-01-15xprtrdma: Allocate and map transport header buffers at connect timeChuck Lever1-30/+76
2020-01-15xprtrdma: Refactor frwr_is_supportedChuck Lever1-13/+1
2020-01-15xprtrdma: Eliminate per-transport "max pages"Chuck Lever1-2/+2
2020-01-15xprtrdma: Refactor initialization of ep->rep_max_requestsChuck Lever1-4/+4
2020-01-15xprtrdma: Make sendctx queue lifetime the same as connection lifetimeChuck Lever1-7/+15
2020-01-15xprtrdma: Eliminate ri_max_send_sgesChuck Lever1-14/+3
2020-01-14xprtrdma: Fix oops in Receive handler after device removalChuck Lever1-6/+19
2020-01-14xprtrdma: Fix completion wait during device removalChuck Lever1-1/+1
2020-01-14xprtrdma: Fix create_qp crash on device unloadChuck Lever1-0/+2
2019-10-24xprtrdma: Replace dprintk() in rpcrdma_update_connect_private()Chuck Lever1-11/+10
2019-10-24xprtrdma: Report the computed connect delayChuck Lever1-10/+3