summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/svc_rdma_transport.c
Commit message (Expand)AuthorAgeFilesLines
* sunrpc: Save remote presentation address in svc_xprt for trace eventsChuck Lever2018-04-031-1/+3
* svc: Simplify ->xpo_secure_portChuck Lever2018-04-031-3/+3
* svcrdma: Consult max_qp_init_rd_atom when accepting connectionsChuck Lever2018-03-201-13/+9
* svcrdma: Use pr_err to report Receive errorsChuck Lever2018-03-201-3/+3
* svcrdma: Post Receives in the Receive completion handlerChuck Lever2018-01-181-18/+7
* svcrdma: Enqueue after setting XPT_CLOSE in completion handlersChuck Lever2017-11-071-3/+8
* svcrdma: Estimate Send Queue depth properlyChuck Lever2017-09-051-4/+13
* svcrdma: Limit RQ depthChuck Lever2017-09-051-7/+12
* sunrpc: Const-ify instances of struct svc_xprt_opsChuck Lever2017-08-241-2/+2
* svcrdma: Clean up after converting svc_rdma_recvfrom to rdma_rw APIChuck Lever2017-07-121-35/+4
* svcrdma: Clean-up svc_rdma_unmap_dmaChuck Lever2017-07-121-14/+5
* svcrdma: Remove frmr cacheChuck Lever2017-07-121-86/+0
* svcrdma: Remove unused Read completion handlersChuck Lever2017-07-121-84/+9
* svcrdma: Use generic RDMA R/W API in RPC Call pathChuck Lever2017-07-121-13/+0
* svcrdma: Remove the req_map cacheChuck Lever2017-04-251-84/+0
* svcrdma: Remove unused RDMA Write completion handlerChuck Lever2017-04-251-18/+0
* svcrdma: Use rdma_rw API in RPC reply pathChuck Lever2017-04-251-0/+2
* svcrdma: Introduce local rdma_rw API helpersChuck Lever2017-04-251-0/+4
* svcrdma: Eliminate RPCRDMA_SQ_DEPTH_MULTChuck Lever2017-04-251-1/+1
* svcrdma: set XPT_CONG_CTRL flag for bc xprtChuck Lever2017-03-281-0/+1
* Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-02-281-32/+37
|\
| * sunrpc: flag transports as having congestion controlJeff Layton2017-02-241-0/+8
| * svcrdma: Poll CQs in "workqueue" modeChuck Lever2017-02-081-13/+13
| * svcrdma: Combine list fields in struct svc_rdma_op_ctxtChuck Lever2017-02-081-18/+15
| * svcrdma: Remove unused sc_dto_q fieldChuck Lever2017-02-081-1/+0
| * svcrdma: Clean up RPC-over-RDMA Reply header encoderChuck Lever2017-02-081-0/+1
* | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-2/+2
|/
* Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-12-161-63/+31
|\
| * svcrdma: Break up dprintk format in svc_rdma_accept()Chuck Lever2016-11-301-37/+18
| * svcrdma: Remove svc_rdma_op_ctxt::wc_statusChuck Lever2016-11-301-1/+0
| * svcrdma: Remove DMA map accountingChuck Lever2016-11-301-10/+3
| * svcrdma: Remove BH-disabled spin locking in svc_rdma_send()Chuck Lever2016-11-301-15/+10
* | sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transportsScott Mayhew2016-11-141-0/+6
|/
* Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-10-131-11/+49
|\
| * svcrdma: support Remote InvalidationChuck Lever2016-09-231-3/+9
| * svcrdma: Server-side support for rpcrdma_connect_privateChuck Lever2016-09-231-4/+30
| * svcrdma: Tail iovec leaves an orphaned DMA mappingChuck Lever2016-09-231-6/+12
* | IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig2016-09-231-1/+1
|/
* svcrdma: Drain QP before freeing svcrdma_xprtChuck Lever2016-05-131-0/+3
* svcrdma: Post Receives only for forward channel requestsChuck Lever2016-05-131-1/+1
* svcrdma: Support IPv6 with NFS/RDMAShirley Ma2016-05-131-1/+11
* svcrdma: Use new CQ API for RPC-over-RDMA server send CQsChuck Lever2016-03-011-161/+98
* svcrdma: Use new CQ API for RPC-over-RDMA server receive CQsChuck Lever2016-03-011-90/+39
* svcrdma: Make RDMA_ERROR messages workChuck Lever2016-03-011-54/+0
* svcrdma: svc_rdma_post_recv() should close connection on errorChuck Lever2016-03-011-0/+15
* svc_rdma: use local_dma_lkeyChristoph Hellwig2016-01-191-32/+4
* svcrdma: Add class for RDMA backwards direction transportChuck Lever2016-01-191-3/+11
* svcrdma: Define maximum number of backchannel requestsChuck Lever2016-01-191-10/+14
* svcrdma: Remove last two __GFP_NOFAIL call sitesChuck Lever2016-01-191-1/+3
* svcrdma: Add gfp flags to svc_rdma_post_recv()Chuck Lever2016-01-191-3/+5
OpenPOWER on IntegriCloud