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