aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/sunrpc/xprtrdma/svc_rdma_backchannel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-30svcrdma: Remove unused variables in xprt_rdma_bc_allocate()Chuck Lever1-4/+0
2016-11-30svcrdma: Clear xpt_bc_xps in xprt_setup_rdma_bc() error exit armChuck Lever1-0/+1
2016-11-01svcrdma: backchannel cannot share a page for send and rcv buffersChuck Lever1-3/+10
2016-10-28sunrpc: fix some missing rq_rbuffer assignmentsJeff Layton1-0/+1
2016-10-13Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-9/+10
2016-09-23svcrdma: Tail iovec leaves an orphaned DMA mappingChuck Lever1-1/+1
2016-09-19SUNRPC: Generalize the RPC buffer release APIChuck Lever1-1/+1
2016-09-19SUNRPC: Generalize the RPC buffer allocation APIChuck Lever1-8/+9
2016-03-01svcrdma: Use new CQ API for RPC-over-RDMA server send CQsChuck Lever1-2/+2
2016-03-01svcrdma: svc_rdma_post_recv() should close connection on errorChuck Lever1-9/+2