summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/transport.c
Commit message (Expand)AuthorAgeFilesLines
* xprtrdma: Use re_connect_status safely in rpcrdma_xprt_connect()Chuck Lever2020-06-221-1/+1
* xprtrdma: Make xprt_rdma_slot_table_entries staticZou Wei2020-06-111-1/+1
* SUNRPC: Trace transport lifetime eventsChuck Lever2020-06-111-8/+0
* xprtrdma: kmalloc rpcrdma_ep separate from rpcrdma_xprtChuck Lever2020-03-271-20/+17
* xprtrdma: Merge struct rpcrdma_ia into struct rpcrdma_epChuck Lever2020-03-271-3/+6
* xprtrdma: Remove rpcrdma_ia::ri_flagsChuck Lever2020-03-271-15/+0
* xprtrdma: Invoke rpcrdma_ia_open in the connect workerChuck Lever2020-03-271-7/+0
* xprtrdma: Refactor rpcrdma_ep_connect() and rpcrdma_ep_disconnect()Chuck Lever2020-03-271-3/+3
* xprtrdma: Clean up the post_send pathChuck Lever2020-03-271-1/+1
* xprtrdma: Invoke rpcrdma_ep_create() in the connect workerChuck Lever2020-03-271-8/+2
* xprtrdma: Eliminate per-transport "max pages"Chuck Lever2020-01-151-10/+4
* xprtrdma: Refactor initialization of ep->rep_max_requestsChuck Lever2020-01-151-1/+2
* xprtrdma: Replace dprintk in xprt_rdma_set_portChuck Lever2019-10-241-6/+3
* xprtrdma: Report the computed connect delayChuck Lever2019-10-241-2/+1
* xprtrdma: Wake tasks after connect worker failsChuck Lever2019-10-241-9/+6
* xprtrdma: Initialize rb_credits in one placeChuck Lever2019-10-241-9/+0
* xprtrdma: Connection becomes unstable after a reconnectChuck Lever2019-10-241-0/+3
* xprtrdma: Clear xprt->reestablish_timeout on closeChuck Lever2019-08-261-2/+1
* xprtrdma: Clean up xprt_rdma_set_connect_timeout()Chuck Lever2019-08-211-4/+4
* xprtrdma: Toggle XPRT_CONGESTED in xprtrdma's slot methodsChuck Lever2019-08-201-1/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-191-2/+1
|\
| * proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-2/+1
* | SUNRPC: Fix up backchannel slot table accountingTrond Myklebust2019-07-181-0/+1
* | xprtrdma: Modernize ops->connectChuck Lever2019-07-091-15/+51
* | xprtrdma: Remove rpcrdma_req::rl_bufferChuck Lever2019-07-091-1/+4
* | xprtrdma: Wake RPCs directly in rpcrdma_wc_send pathChuck Lever2019-07-091-1/+9
* | xprtrdma: Remove the RPCRDMA_REQ_F_PENDING flagChuck Lever2019-07-091-3/+1
|/
* xprtrdma: Eliminate struct rpcrdma_create_data_internalChuck Lever2019-04-251-23/+4
* xprtrdma: Aggregate the inline settings in struct rpcrdma_epChuck Lever2019-04-251-3/+1
* xprtrdma: Remove rpcrdma_create_data_internal::rsize and wsizeChuck Lever2019-04-251-9/+0
* xprtrdma: De-duplicate "allocate new, free old regbuf"Chuck Lever2019-04-251-47/+12
* xprtrdma: Allocate req's regbufs at xprt create timeChuck Lever2019-04-251-2/+2
* xprtrdma: rpcrdma_regbuf alignmentChuck Lever2019-04-251-4/+4
* SUNRPC: Refactor xprt_request_wait_receive()Trond Myklebust2019-04-251-1/+1
* Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-02-251-1/+0
|\
| * SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever2019-02-131-1/+0
* | SUNRPC: Ensure rq_bytes_sent is reset before request transmissionTrond Myklebust2019-02-201-1/+0
|/
* Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-01-021-56/+35
|\
| * xprtrdma: Add trace points for calls to transport switch methodsChuck Lever2019-01-021-7/+11
| * xprtrdma: Cull dprintk() call sitesChuck Lever2019-01-021-29/+4
| * xprtrdma: Remove rpcrdma_memreg_opsChuck Lever2019-01-021-1/+1
| * xprtrdma: Fix ri_max_segs and the result of ro_maxpagesChuck Lever2019-01-021-2/+4
| * xprtrdma: Don't wake pending tasks until disconnect is doneChuck Lever2019-01-021-7/+10
| * xprtrdma: Replace rpcrdma_receive_wq with a per-xprt workqueueChuck Lever2019-01-021-11/+6
* | sunrpc: remove unused bc_up operation from rpc_xprt_opsVasily Averin2018-12-271-1/+0
|/
* Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2018-10-181-58/+52
|\
| * xprtrdma: Clean up xprt_rdma_disconnect_injectChuck Lever2018-10-031-2/+1
| * xprtrdma: Add documenting commentsChuck Lever2018-10-031-20/+23
| * xprtrdma: Simplify RPC wake-ups on connectChuck Lever2018-10-031-36/+18
| * sunrpc: Report connect_time in secondsChuck Lever2018-10-021-1/+1