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