summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/svc_rdma_transport.c
AgeCommit message (Expand)Author
2024-01-07svcrdma: Add back svcxprt_rdma::sc_read_complete_qChuck Lever
2024-01-07svcrdma: Clean up comment in svc_rdma_accept()Chuck Lever
2024-01-07svcrdma: Remove queue-shortening warningsChuck Lever
2024-01-07svcrdma: Remove pointer addresses shown in dprintk()Chuck Lever
2024-01-07svcrdma: Add lockdep class keys for transport locksChuck Lever
2024-01-07svcrdma: Add a utility workqueue to svcrdmaChuck Lever
2023-06-12svcrdma: Allocate new transports on device's NUMA nodeChuck Lever
2023-05-14SUNRPC: always free ctxt when freeing deferred requestNeilBrown
2023-02-20SUNRPC: Remove ->xpo_secure_port()Chuck Lever
2023-01-06Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"Chuck Lever
2022-05-23SUNRPC: Use RMW bitops in single-threaded hot pathsChuck Lever
2021-08-19svcrdma: xpt_bc_xprt is already clear in __svc_rdma_free()Chuck Lever
2021-08-17svcrdma: Convert rdma->sc_rw_ctxts to llistChuck Lever
2021-08-17svcrdma: Relieve contention on sc_send_lock.Chuck Lever
2021-03-31svcrdma: Remove sc_read_complete_qChuck Lever
2021-03-22svcrdma: Add a "deferred close" helperChuck Lever
2021-03-22svcrdma: Maintain a Receive water markChuck Lever
2021-03-22svcrdma: Provide an explanatory comment in CMA event handlerChuck Lever
2021-02-15svcrdma: Hold private mutex while invoking rdma_accept()Chuck Lever
2020-11-30SUNRPC: Rename svc_encode_read_payload()Chuck Lever
2020-07-28svcrdma: CM event handler clean upChuck Lever
2020-07-28svcrdma: Remove transport reference countingChuck Lever
2020-07-13svcrdma: Add common XDR decoders for RDMA and Read segmentsChuck Lever
2020-05-18SUNRPC: Trace a few more generic svc_xprt eventsChuck Lever
2020-05-18svcrdma: Add tracepoints to report ->xpo_accept failuresChuck Lever
2020-05-18svcrdma: Displayed remote IP address should match stored addressChuck Lever
2020-04-17svcrdma: Fix leak of svc_rdma_recv_ctxt objectsChuck Lever
2020-03-16svcrdma: Remove svcrdma_cm_event() trace pointChuck Lever
2020-03-16nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever
2019-09-27Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-08-19svcrdma: Use llist for managing cache of recv_ctxtsChuck Lever
2019-08-19svcrdma: Remove svc_rdma_wqChuck Lever
2019-08-05rdma: Enable ib_alloc_cq to spread work over a device's comp_vectorsChuck Lever
2019-07-06SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lockTrond Myklebust
2019-06-19svcrdma: Ignore source port when computing DRC hashChuck Lever
2019-02-06svcrdma: Remove syslog warnings in work completion handlersChuck Lever
2019-02-06svcrdma: Squelch compiler warning when SUNRPC_DEBUG is disabledChuck Lever
2019-02-06svcrdma: Remove max_sge check at connect timeChuck Lever
2018-12-27sunrpc: remove unused xpo_prep_reply_hdr callbackVasily Averin
2018-12-27sunrpc: remove svc_rdma_bc_classVasily Averin
2018-12-27sunrpc: replace svc_serv->sv_bc_xprt by boolean flagVasily Averin
2018-10-29svcrdma: Reduce max_send_sgesChuck Lever
2018-08-23Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2018-08-09rpc: remove unneeded variable 'ret' in rdma_listen_handlerzhong jiang
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise
2018-05-11svcrdma: Don't overrun the SGE array in svc_rdma_send_ctxtChuck Lever
2018-05-11svcrdma: Introduce svc_rdma_send_ctxtChuck Lever
2018-05-11svcrdma: Persistently allocate and DMA-map Receive buffersChuck Lever
2018-05-11svcrdma: Remove sc_rq_depthChuck Lever
2018-05-11svcrdma: Introduce svc_rdma_recv_ctxtChuck Lever