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