summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma
AgeCommit message (Expand)AuthorLines
2019-10-30SUNRPC: The RDMA back channel mustn't disappear while requests are outstandingTrond Myklebust-0/+2
2019-09-27Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-24/+13
2019-09-26Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-304/+274
2019-08-26xprtrdma: Send Queue size grows after a reconnectChuck Lever-12/+14
2019-08-26xprtrdma: Clear xprt->reestablish_timeout on closeChuck Lever-4/+9
2019-08-26xprtrdma: Recycle MRs after disconnectChuck Lever-9/+29
2019-08-21xprtrdma: Optimize rpcrdma_post_recvs()Chuck Lever-1/+1
2019-08-21xprtrdma: Inline XDR chunk encoder functionsChuck Lever-9/+12
2019-08-21xprtrdma: Fix bc_max_slots return valueChuck Lever-3/+1
2019-08-21xprtrdma: Clean up xprt_rdma_set_connect_timeout()Chuck Lever-4/+4
2019-08-21xprtrdma: Use an llist to manage free rpcrdma_repsChuck Lever-59/+53
2019-08-21xprtrdma: Remove rpcrdma_buffer::rb_mrlockChuck Lever-18/+16
2019-08-21xprtrdma: Cache free MRs in each rpcrdma_reqChuck Lever-12/+33
2019-08-20xprtrdma: Ensure creating an MR does not trigger FS writebackChuck Lever-4/+5
2019-08-20xprtrdma: Move rpcrdma_mr_get out of frwr_mapChuck Lever-43/+35
2019-08-20xprtrdma: Combine rpcrdma_mr_put and rpcrdma_mr_unmap_and_putChuck Lever-28/+11
2019-08-20xprtrdma: Simplify rpcrdma_mr_popChuck Lever-21/+11
2019-08-20xprtrdma: Toggle XPRT_CONGESTED in xprtrdma's slot methodsChuck Lever-1/+3
2019-08-20xprtrdma: Rename rpcrdma_buffer::rb_allChuck Lever-19/+9
2019-08-20xprtrdma: Rename CQE field in Receive trace pointsChuck Lever-1/+1
2019-08-20xprtrdma: Boost maximum transport header sizeChuck Lever-14/+18
2019-08-20xprtrdma: Fix calculation of ri_max_segs againChuck Lever-2/+2
2019-08-20xprtrdma: Update obsolete commentChuck Lever-3/+0
2019-08-20xprtrdma: Refresh the documenting comment in frwr_ops.cChuck Lever-48/+18
2019-08-19svcrdma: Use llist for managing cache of recv_ctxtsChuck Lever-16/+11
2019-08-19svcrdma: Remove svc_rdma_wqChuck Lever-8/+2
2019-08-05rdma: Enable ib_alloc_cq to spread work over a device's comp_vectorsChuck Lever-11/+10
2019-07-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+1
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce-2/+1
2019-07-18Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-319/+423
2019-07-18SUNRPC: Fix up backchannel slot table accountingTrond Myklebust-0/+9
2019-07-12Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust-311/+406
2019-07-11Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-2/+3
2019-07-09xprtrdma: Modernize ops->connectChuck Lever-15/+52
2019-07-09xprtrdma: Remove rpcrdma_req::rl_bufferChuck Lever-7/+8
2019-07-09xprtrdma: Refactor chunk encodingChuck Lever-20/+16
2019-07-09xprtrdma: Streamline rpcrdma_post_recvsChuck Lever-21/+38
2019-07-09xprtrdma: Simplify rpcrdma_rep_createChuck Lever-14/+8
2019-07-09xprtrdma: Wake RPCs directly in rpcrdma_wc_send pathChuck Lever-50/+36
2019-07-09xprtrdma: Reduce context switching due to Local InvalidationChuck Lever-53/+136
2019-07-09xprtrdma: Add mechanism to place MRs back on the free listChuck Lever-0/+22
2019-07-09xprtrdma: Remove fr_stateChuck Lever-123/+94
2019-07-09xprtrdma: Remove the RPCRDMA_REQ_F_PENDING flagChuck Lever-5/+1
2019-07-09xprtrdma: Fix occasional transport deadlockChuck Lever-29/+20
2019-07-09xprtrdma: Replace use of xdr_stream_pos in rpcrdma_marshal_reqChuck Lever-3/+3
2019-07-06SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lockTrond Myklebust-8/+8
2019-07-05Merge tag 'nfsd-5.2-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-1/+6
2019-07-02xprtrdma: Fix use-after-free in rpcrdma_post_recvsChuck Lever-1/+2
2019-06-20scsi: lib/sg_pool.c: improve APIs for allocating sg poolMing Lei-2/+3
2019-06-19svcrdma: Ignore source port when computing DRC hashChuck Lever-1/+6