aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/svc_rdma_backchannel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-05svcrdma: Clean up RPCRDMA_DEF_GFPChuck Lever1-2/+2
2022-02-28SUNRPC: Rename svc_close_xprt()Chuck Lever1-1/+1
2021-03-22svcrdma: Normalize Send page handlingChuck Lever1-1/+7
2021-03-06svcrdma: disable timeouts on rdma backchannelTimo Rothenpieler1-3/+3
2021-02-05rpcrdma: Fix comments about reverse-direction operationChuck Lever1-2/+2
2020-11-30svcrdma: Support multiple write chunks when pulling upChuck Lever1-4/+10
2020-07-13svcrdma: Record send_ctxt completion ID in trace_svcrdma_post_send()Chuck Lever1-1/+1
2020-05-18svcrdma: Remove backchannel dprintk call sitesChuck Lever1-43/+5
2020-05-18svcrdma: Fix backchannel return codeChuck Lever1-28/+10
2020-05-18SUNRPC: Move xpt_mutex into socket xpo_sendto methodsChuck Lever1-19/+16
2020-04-17SUNRPC: Fix backchannel RPC soft lockupsChuck Lever1-0/+2
2020-03-27svcrdma: Fix leak of transport addressesChuck Lever1-0/+1
2020-03-16svcrdma: Fix double sync of transport header bufferChuck Lever1-1/+0
2020-03-16svcrdma: Refactor chunk list encodersChuck Lever1-6/+9
2020-03-16svcrdma: Update synopsis of svc_rdma_map_reply_msg()Chuck Lever1-1/+1
2019-11-21SUNRPC: Fix backchannel latency metricsChuck Lever1-0/+1
2019-07-06SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lockTrond Myklebust1-2/+2
2019-04-25SUNRPC: Refactor xprt_request_wait_receive()Trond Myklebust1-1/+1
2019-02-13SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever1-1/+0
2019-01-02xprtrdma: Don't wake pending tasks until disconnect is doneChuck Lever1-3/+5
2018-10-30Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-19/+4
2018-10-29svcrdma: Remove try_module_get from backchannelChuck Lever1-14/+0
2018-10-29svcrdma: Remove ->release_rqst call in bc reply handlerChuck Lever1-5/+4
2018-10-18Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linux-nfsTrond Myklebust1-0/+1
2018-10-02xprtrdma: Reset credit grant properly after a disconnectChuck Lever1-0/+1
2018-09-30SUNRPC: Cleanup: remove the unused 'task' argument from the request_send()Trond Myklebust1-1/+1
2018-09-30SUNRPC: Clean up transport write space handlingTrond Myklebust1-6/+1
2018-09-30SUNRPC: Treat the task and request as separate in the xprt_ops->send_request()Trond Myklebust1-2/+1
2018-09-30SUNRPC: Rename xprt->recv_lock to xprt->queue_lockTrond Myklebust1-2/+2
2018-06-12Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+1
2018-05-11svcrdma: Persistently allocate and DMA-map Send buffersChuck Lever1-34/+17
2018-05-11svcrdma: Remove post_send_wrChuck Lever1-1/+2
2018-05-11svcrdma: Introduce svc_rdma_send_ctxtChuck Lever1-5/+8
2018-05-11svcrdma: Clean up Send SGE accountingChuck Lever1-1/+1
2018-05-11svcrdma: Trace key RDMA API eventsChuck Lever1-0/+3
2018-05-07SUNRPC: Add a ->free_slot transport calloutChuck Lever1-0/+1
2018-01-18svcrdma: Post Receives in the Receive completion handlerChuck Lever1-5/+0
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+5
2017-11-07svcrdma: Preserve CB send buffer across retransmitsChuck Lever1-1/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-05Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfs into linux-nextTrond Myklebust1-1/+1
2017-08-18SUNRPC: Add a separate spinlock to protect the RPC request receive listTrond Myklebust1-2/+5
2017-08-01sunrpc: Const-ify all instances of struct rpc_xprt_opsChuck Lever1-1/+1
2017-04-25svcrdma: Clean up RPC-over-RDMA backchannel reply processingChuck Lever1-4/+14
2017-04-25svcrdma: Use rdma_rw API in RPC reply pathChuck Lever1-3/+3
2017-04-25svcrdma: Add svc_rdma_map_reply_hdr()Chuck Lever1-25/+11
2017-04-25svcrdma: Move send_wr to svc_rdma_op_ctxtChuck Lever1-10/+1
2017-02-28Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-8/+9
2017-02-10net: sunrpc: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+1
2017-02-08svcrdma: Clean up backchannel send header encodingChuck Lever1-8/+9