summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/transport.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-03net: sunrpc: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2023-04-11sunrpc: simplify one-level sysctl registration for xr_tunables_tableLuis Chamberlain1-10/+1
2022-10-05SUNRPC: Replace the use of the xprtiod WQ in rpcrdmaChuck Lever1-2/+1
2022-07-11SUNRPC: Fix an RPC/RDMA performance regressionTrond Myklebust1-5/+1
2022-03-13SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOCNeilBrown1-2/+4
2022-03-13SUNRPC/xprt: async tasks mustn't block waiting for memoryNeilBrown1-1/+1
2022-03-13SUNRPC/call_alloc: async tasks mustn't block waiting for memoryNeilBrown1-1/+3
2022-01-14xprtrdma: Remove definitions of RPCDBG_FACILITYChuck Lever1-4/+0
2021-08-09SUNRPC/xprtrdma: Fix reconnection lockingTrond Myklebust1-6/+5
2021-08-09xprtrdma: Eliminate rpcrdma_post_sends()Chuck Lever1-1/+1
2021-07-08sunrpc: keep track of the xprt_class in rpc_xprt structureOlga Kornievskaia1-0/+2
2021-05-26SUNRPC: More fixes for backlog congestionTrond Myklebust1-6/+6
2021-04-14SUNRPC: Move fault injection call sitesChuck Lever1-2/+4
2020-12-16Merge tag 'nfs-rdma-for-5.11-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust1-3/+4
2020-12-02SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust1-0/+1
2020-11-11xprtrdma: Trace unmap_sync callsChuck Lever1-3/+4
2020-09-21SUNRPC: Hoist trace_xprtrdma_op_setport into generic codeChuck Lever1-3/+0
2020-09-21SUNRPC: Remove debugging instrumentation from xprt_releaseChuck Lever1-2/+0
2020-09-21SUNRPC: Hoist trace_xprtrdma_op_allocate into generic codeChuck Lever1-2/+0
2020-07-13xprtrdma: Fix recursion into rpcrdma_xprt_disconnect()Chuck Lever1-0/+5
2020-06-22xprtrdma: Use re_connect_status safely in rpcrdma_xprt_connect()Chuck Lever1-1/+1
2020-06-11xprtrdma: Make xprt_rdma_slot_table_entries staticZou Wei1-1/+1
2020-06-11SUNRPC: Trace transport lifetime eventsChuck Lever1-8/+0
2020-03-27xprtrdma: kmalloc rpcrdma_ep separate from rpcrdma_xprtChuck Lever1-20/+17
2020-03-27xprtrdma: Merge struct rpcrdma_ia into struct rpcrdma_epChuck Lever1-3/+6
2020-03-27xprtrdma: Remove rpcrdma_ia::ri_flagsChuck Lever1-15/+0
2020-03-27xprtrdma: Invoke rpcrdma_ia_open in the connect workerChuck Lever1-7/+0
2020-03-27xprtrdma: Refactor rpcrdma_ep_connect() and rpcrdma_ep_disconnect()Chuck Lever1-3/+3
2020-03-27xprtrdma: Clean up the post_send pathChuck Lever1-1/+1
2020-03-27xprtrdma: Invoke rpcrdma_ep_create() in the connect workerChuck Lever1-8/+2
2020-01-15xprtrdma: Eliminate per-transport "max pages"Chuck Lever1-10/+4
2020-01-15xprtrdma: Refactor initialization of ep->rep_max_requestsChuck Lever1-1/+2
2019-10-24xprtrdma: Replace dprintk in xprt_rdma_set_portChuck Lever1-6/+3
2019-10-24xprtrdma: Report the computed connect delayChuck Lever1-2/+1
2019-10-24xprtrdma: Wake tasks after connect worker failsChuck Lever1-9/+6
2019-10-24xprtrdma: Initialize rb_credits in one placeChuck Lever1-9/+0
2019-10-24xprtrdma: Connection becomes unstable after a reconnectChuck Lever1-0/+3
2019-08-26xprtrdma: Clear xprt->reestablish_timeout on closeChuck Lever1-2/+1
2019-08-21xprtrdma: Clean up xprt_rdma_set_connect_timeout()Chuck Lever1-4/+4
2019-08-20xprtrdma: Toggle XPRT_CONGESTED in xprtrdma's slot methodsChuck Lever1-1/+3
2019-07-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2019-07-19proc/sysctl: add shared variables for range checkMatteo Croce1-2/+1
2019-07-18SUNRPC: Fix up backchannel slot table accountingTrond Myklebust1-0/+1
2019-07-09xprtrdma: Modernize ops->connectChuck Lever1-15/+51
2019-07-09xprtrdma: Remove rpcrdma_req::rl_bufferChuck Lever1-1/+4
2019-07-09xprtrdma: Wake RPCs directly in rpcrdma_wc_send pathChuck Lever1-1/+9
2019-07-09xprtrdma: Remove the RPCRDMA_REQ_F_PENDING flagChuck Lever1-3/+1
2019-04-25xprtrdma: Eliminate struct rpcrdma_create_data_internalChuck Lever1-23/+4
2019-04-25xprtrdma: Aggregate the inline settings in struct rpcrdma_epChuck Lever1-3/+1
2019-04-25xprtrdma: Remove rpcrdma_create_data_internal::rsize and wsizeChuck Lever1-9/+0