aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-18Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linux-nfsTrond Myklebust8-330/+281
2018-10-03xprtrdma: Clean up xprt_rdma_disconnect_injectChuck Lever1-2/+1
2018-10-03xprtrdma: Add documenting commentsChuck Lever1-20/+23
2018-10-03xprtrdma: Report when there were zero posted ReceivesChuck Lever1-2/+5
2018-10-03xprtrdma: Move rb_flags initializationChuck Lever1-1/+1
2018-10-03xprtrdma: Don't disable BH's in backchannel serverChuck Lever1-8/+8
2018-10-03xprtrdma: Remove memory address of "ep" from an error messageChuck Lever1-2/+3
2018-10-03xprtrdma: Rename rpcrdma_qp_async_error_upcallChuck Lever1-3/+11
2018-10-03xprtrdma: Simplify RPC wake-ups on connectChuck Lever3-48/+52
2018-10-03xprtrdma: Re-organize the switch() in rpcrdma_conn_upcallChuck Lever1-9/+8
2018-10-02xprtrdma: Eliminate "connstate" variable from rpcrdma_conn_upcall()Chuck Lever1-8/+6
2018-10-02xprtrdma: Conventional variable names in rpcrdma_conn_upcallChuck Lever1-11/+12
2018-10-02xprtrdma: Rename rpcrdma_conn_upcallChuck Lever1-3/+13
2018-10-02sunrpc: Report connect_time in secondsChuck Lever1-1/+1
2018-10-02sunrpc: Fix connect metricsChuck Lever1-1/+5
2018-10-02xprtrdma: Name MR trace events consistentlyChuck Lever3-8/+8
2018-10-02xprtrdma: Explicitly resetting MRs is no longer necessaryChuck Lever6-197/+113
2018-10-02xprtrdma: Create more MRs at a timeChuck Lever4-3/+3
2018-10-02xprtrdma: Reset credit grant properly after a disconnectChuck Lever2-0/+7
2018-10-02xprtrdma: xprt_release_rqst_cong is called outside of transport_lockChuck Lever1-9/+7
2018-09-30SUNRPC: Cleanup: remove the unused 'task' argument from the request_send()Trond Myklebust2-3/+3
2018-09-30SUNRPC: Clean up transport write space handlingTrond Myklebust2-7/+2
2018-09-30SUNRPC: Support for congestion control when queuing is enabledTrond Myklebust2-0/+6
2018-09-30SUNRPC: Treat the task and request as separate in the xprt_ops->send_request()Trond Myklebust2-5/+3
2018-09-30SUNRPC: Refactor xprt_transmit() to remove the reply queue codeTrond Myklebust1-1/+0
2018-09-30SUNRPC: Rename xprt->recv_lock to xprt->queue_lockTrond Myklebust2-7/+7
2018-08-23Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-3/+2
2018-08-23Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-27/+23
2018-08-09rpc: remove unneeded variable 'ret' in rdma_listen_handlerzhong jiang1-2/+1
2018-08-09svcrdma: Clean up Read chunk pathChuck Lever1-19/+13
2018-08-09svcrdma: Avoid releasing a page in svc_xprt_release()Chuck Lever2-4/+9
2018-08-09sunrpc: remove redundant variables 'checksumlen','blocksize' and 'data'YueHaibing1-2/+0
2018-08-08xprtrdma: Fix disconnect regressionChuck Lever1-3/+2
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche3-3/+6
2018-07-26net/xprtrdma: Restore needed argument to ib_post_sendJason Gunthorpe1-1/+1
2018-07-24net/xprtrdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche5-10/+6
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2-2/+2
2018-06-12Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds9-324/+284
2018-06-12Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds14-818/+827
2018-06-08svcrdma: Fix incorrect return value/type in svc_rdma_post_recvsChuck Lever1-1/+1
2018-06-04Merge tag 'nfs-rdma-for-4.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfsTrond Myklebust9-324/+284
2018-06-01xprtrdma: Remove transfertypes arrayChuck Lever1-8/+0
2018-06-01xprtrdma: Add trace_xprtrdma_dma_map(mr)Chuck Lever2-0/+2
2018-06-01xprtrdma: Wait on empty sendctx queueChuck Lever3-2/+14
2018-06-01xprtrdma: Move common wait_for_buffer_space call to parent functionChuck Lever1-19/+12
2018-06-01xprtrdma: Return -ENOBUFS when no pages are availableChuck Lever1-1/+1
2018-05-11Merge tag 'nfs-for-4.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-11/+10
2018-05-11svcrdma: Persistently allocate and DMA-map Send buffersChuck Lever3-126/+99
2018-05-11svcrdma: Simplify svc_rdma_send()Chuck Lever1-15/+15
2018-05-11svcrdma: Remove post_send_wrChuck Lever3-37/+16