summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma
AgeCommit message (Expand)Author
2016-05-26Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2016-05-24Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2016-05-17xprtrdma: Remove qplockChuck Lever
2016-05-17xprtrdma: Faster server reboot recoveryChuck Lever
2016-05-17xprtrdma: Remove ro_unmap() from all registration modesChuck Lever
2016-05-17xprtrdma: Add ro_unmap_safe memreg methodChuck Lever
2016-05-17xprtrdma: Refactor __fmr_dma_unmap()Chuck Lever
2016-05-17xprtrdma: Move fr_xprt and fr_worker to struct rpcrdma_mwChuck Lever
2016-05-17xprtrdma: Refactor the FRWR recovery workerChuck Lever
2016-05-17xprtrdma: Reset MRs in frwr_op_unmap_sync()Chuck Lever
2016-05-17xprtrdma: Save I/O direction in struct rpcrdma_frwrChuck Lever
2016-05-17xprtrdma: Rename rpcrdma_frwr::sg and sg_nentsChuck Lever
2016-05-17xprtrdma: Use core ib_drain_qp() APIChuck Lever
2016-05-17xprtrdma: Remove rpcrdma_create_chunks()Chuck Lever
2016-05-17xprtrdma: Allow Read list and Reply chunk simultaneouslyChuck Lever
2016-05-17xprtrdma: Update comments in rpcrdma_marshal_req()Chuck Lever
2016-05-17xprtrdma: Avoid using Write list for small NFS READ requestsChuck Lever
2016-05-17xprtrdma: Prevent inline overflowChuck Lever
2016-05-17xprtrdma: Limit number of RDMA segments in RPC-over-RDMA headersChuck Lever
2016-05-17xprtrdma: Bound the inline threshold valuesChuck Lever
2016-05-17sunrpc: Advertise maximum backchannel payload sizeChuck Lever
2016-05-13svcrdma: Generalize svc_rdma_xdr_decode_req()Chuck Lever
2016-05-13svcrdma: Eliminate code duplication in svc_rdma_recvfrom()Chuck 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: Remove superfluous line from rdma_read_chunks()Chuck Lever
2016-05-13svcrdma: svc_rdma_put_context() is invoked twice in Send error pathChuck Lever
2016-05-13svcrdma: Do not add XDR padding to xdr_buf page vectorChuck Lever
2016-05-13svcrdma: Support IPv6 with NFS/RDMAShirley Ma
2016-05-13IB/core: Enhance ib_map_mr_sg()Bart Van Assche
2016-05-13IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig
2016-03-24Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2016-03-14xprtrdma: Use new CQ API for RPC-over-RDMA client send CQsChuck Lever
2016-03-14xprtrdma: Use an anonymous union in struct rpcrdma_mwChuck Lever
2016-03-14xprtrdma: Use new CQ API for RPC-over-RDMA client receive CQsChuck Lever
2016-03-14xprtrdma: Serialize credit accounting againChuck Lever
2016-03-14xprtrdma: Properly handle RDMA_ERROR repliesChuck Lever
2016-03-14xprtrdma: Do not wait if ib_post_send() failsChuck Lever
2016-03-14xprtrdma: Segment head and tail XDR buffers on page boundariesChuck Lever
2016-03-14xprtrdma: Clean up dprintk format string containing a newlineChuck Lever
2016-03-14xprtrdma: Clean up physical_op_map()Chuck Lever
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: Remove close_out exit pathChuck Lever
2016-03-01svcrdma: Hook up the logic to return ERR_CHUNKChuck Lever
2016-03-01svcrdma: Use correct XID in error repliesChuck Lever
2016-03-01svcrdma: Make RDMA_ERROR messages workChuck Lever
2016-03-01svcrdma: svc_rdma_post_recv() should close connection on errorChuck Lever
2016-03-01svcrdma: Close connection when a send error occursChuck Lever
2016-03-01svcrdma: Do not send Write chunk XDR pad with inline contentChuck Lever