aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/svc_rdma_transport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-29svcrdma: Reduce max_send_sgesChuck Lever1-4/+6
2018-08-23Merge 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
2018-05-11svcrdma: Introduce svc_rdma_send_ctxtChuck Lever1-201/+4
2018-05-11svcrdma: Persistently allocate and DMA-map Receive buffersChuck Lever1-1/+1
2018-05-11svcrdma: Remove sc_rq_depthChuck Lever1-9/+8
2018-05-11svcrdma: Introduce svc_rdma_recv_ctxtChuck Lever1-134/+8
2018-05-11svcrdma: Trace key RDMA API eventsChuck Lever1-41/+26
2018-05-11svcrdma: Trace key RPC/RDMA protocol eventsChuck Lever1-7/+12
2018-05-11svcrdma: Use passed-in net namespace when creating RDMA listenerChuck Lever1-18/+17
2018-05-11svcrdma: Add proper SPDX tags for NetApp-contributed sourceChuck Lever1-0/+1
2018-04-03sunrpc: Save remote presentation address in svc_xprt for trace eventsChuck Lever1-1/+3
2018-04-03svc: Simplify ->xpo_secure_portChuck Lever1-3/+3
2018-03-20svcrdma: Consult max_qp_init_rd_atom when accepting connectionsChuck Lever1-13/+9
2018-03-20svcrdma: Use pr_err to report Receive errorsChuck Lever1-3/+3
2018-01-18svcrdma: Post Receives in the Receive completion handlerChuck Lever1-18/+7
2017-11-07svcrdma: Enqueue after setting XPT_CLOSE in completion handlersChuck Lever1-3/+8
2017-09-05svcrdma: Estimate Send Queue depth properlyChuck Lever1-4/+13
2017-09-05svcrdma: Limit RQ depthChuck Lever1-7/+12
2017-08-24sunrpc: Const-ify instances of struct svc_xprt_opsChuck Lever1-2/+2
2017-07-12svcrdma: Clean up after converting svc_rdma_recvfrom to rdma_rw APIChuck Lever1-35/+4
2017-07-12svcrdma: Clean-up svc_rdma_unmap_dmaChuck Lever1-14/+5
2017-07-12svcrdma: Remove frmr cacheChuck Lever1-86/+0
2017-07-12svcrdma: Remove unused Read completion handlersChuck Lever1-84/+9
2017-07-12svcrdma: Use generic RDMA R/W API in RPC Call pathChuck Lever1-13/+0
2017-04-25svcrdma: Remove the req_map cacheChuck Lever1-84/+0
2017-04-25svcrdma: Remove unused RDMA Write completion handlerChuck Lever1-18/+0
2017-04-25svcrdma: Use rdma_rw API in RPC reply pathChuck Lever1-0/+2
2017-04-25svcrdma: Introduce local rdma_rw API helpersChuck Lever1-0/+4
2017-04-25svcrdma: Eliminate RPCRDMA_SQ_DEPTH_MULTChuck Lever1-1/+1
2017-03-28svcrdma: set XPT_CONG_CTRL flag for bc xprtChuck Lever1-0/+1
2017-02-28Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-32/+37
2017-02-24sunrpc: flag transports as having congestion controlJeff Layton1-0/+8
2017-02-08svcrdma: Poll CQs in "workqueue" modeChuck Lever1-13/+13
2017-02-08svcrdma: Combine list fields in struct svc_rdma_op_ctxtChuck Lever1-18/+15
2017-02-08svcrdma: Remove unused sc_dto_q fieldChuck Lever1-1/+0
2017-02-08svcrdma: Clean up RPC-over-RDMA Reply header encoderChuck Lever1-0/+1
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-2/+2
2016-12-16Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-63/+31
2016-11-30svcrdma: Break up dprintk format in svc_rdma_accept()Chuck Lever1-37/+18
2016-11-30svcrdma: Remove svc_rdma_op_ctxt::wc_statusChuck Lever1-1/+0
2016-11-30svcrdma: Remove DMA map accountingChuck Lever1-10/+3
2016-11-30svcrdma: Remove BH-disabled spin locking in svc_rdma_send()Chuck Lever1-15/+10
2016-11-14sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transportsScott Mayhew1-0/+6
2016-10-13Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-11/+49
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig1-1/+1
2016-09-23svcrdma: support Remote InvalidationChuck Lever1-3/+9
2016-09-23svcrdma: Server-side support for rpcrdma_connect_privateChuck Lever1-4/+30