summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/svc_rdma_transport.c
AgeCommit message (Expand)Author
2018-01-18svcrdma: Post Receives in the Receive completion handlerChuck Lever
2017-11-07svcrdma: Enqueue after setting XPT_CLOSE in completion handlersChuck Lever
2017-09-05svcrdma: Estimate Send Queue depth properlyChuck Lever
2017-09-05svcrdma: Limit RQ depthChuck Lever
2017-08-24sunrpc: Const-ify instances of struct svc_xprt_opsChuck Lever
2017-07-12svcrdma: Clean up after converting svc_rdma_recvfrom to rdma_rw APIChuck Lever
2017-07-12svcrdma: Clean-up svc_rdma_unmap_dmaChuck Lever
2017-07-12svcrdma: Remove frmr cacheChuck Lever
2017-07-12svcrdma: Remove unused Read completion handlersChuck Lever
2017-07-12svcrdma: Use generic RDMA R/W API in RPC Call pathChuck Lever
2017-04-25svcrdma: Remove the req_map cacheChuck Lever
2017-04-25svcrdma: Remove unused RDMA Write completion handlerChuck Lever
2017-04-25svcrdma: Use rdma_rw API in RPC reply pathChuck Lever
2017-04-25svcrdma: Introduce local rdma_rw API helpersChuck Lever
2017-04-25svcrdma: Eliminate RPCRDMA_SQ_DEPTH_MULTChuck Lever
2017-03-28svcrdma: set XPT_CONG_CTRL flag for bc xprtChuck Lever
2017-02-28Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-02-24sunrpc: flag transports as having congestion controlJeff Layton
2017-02-08svcrdma: Poll CQs in "workqueue" modeChuck Lever
2017-02-08svcrdma: Combine list fields in struct svc_rdma_op_ctxtChuck Lever
2017-02-08svcrdma: Remove unused sc_dto_q fieldChuck Lever
2017-02-08svcrdma: Clean up RPC-over-RDMA Reply header encoderChuck Lever
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra
2016-12-16Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2016-11-30svcrdma: Break up dprintk format in svc_rdma_accept()Chuck Lever
2016-11-30svcrdma: Remove svc_rdma_op_ctxt::wc_statusChuck Lever
2016-11-30svcrdma: Remove DMA map accountingChuck Lever
2016-11-30svcrdma: Remove BH-disabled spin locking in svc_rdma_send()Chuck Lever
2016-11-14sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transportsScott Mayhew
2016-10-13Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig
2016-09-23svcrdma: support Remote InvalidationChuck Lever
2016-09-23svcrdma: Server-side support for rpcrdma_connect_privateChuck Lever
2016-09-23svcrdma: Tail iovec leaves an orphaned DMA mappingChuck Lever
2016-05-13svcrdma: Drain QP before freeing svcrdma_xprtChuck Lever
2016-05-13svcrdma: Post Receives only for forward channel requestsChuck Lever
2016-05-13svcrdma: Support IPv6 with NFS/RDMAShirley Ma
2016-03-01svcrdma: Use new CQ API for RPC-over-RDMA server send CQsChuck Lever
2016-03-01svcrdma: Use new CQ API for RPC-over-RDMA server receive CQsChuck Lever
2016-03-01svcrdma: Make RDMA_ERROR messages workChuck Lever
2016-03-01svcrdma: svc_rdma_post_recv() should close connection on errorChuck Lever
2016-01-19svc_rdma: use local_dma_lkeyChristoph Hellwig
2016-01-19svcrdma: Add class for RDMA backwards direction transportChuck Lever
2016-01-19svcrdma: Define maximum number of backchannel requestsChuck Lever
2016-01-19svcrdma: Remove last two __GFP_NOFAIL call sitesChuck Lever
2016-01-19svcrdma: Add gfp flags to svc_rdma_post_recv()Chuck Lever
2016-01-19svcrdma: Improve allocation of struct svc_rdma_req_mapChuck Lever
2016-01-19svcrdma: Improve allocation of struct svc_rdma_op_ctxtChuck Lever
2016-01-19svcrdma: Clean up process_context()Chuck Lever
2016-01-19svcrdma: Clean up rdma_create_xprt()Chuck Lever