aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce1-2/+1
2019-07-18Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds8-319/+423
2019-07-18SUNRPC: Fix up backchannel slot table accountingTrond Myklebust3-0/+9
2019-07-12Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfsTrond Myklebust5-311/+406
2019-07-11Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+3
2019-07-09xprtrdma: Modernize ops->connectChuck Lever2-15/+52
2019-07-09xprtrdma: Remove rpcrdma_req::rl_bufferChuck Lever3-7/+8
2019-07-09xprtrdma: Refactor chunk encodingChuck Lever1-20/+16
2019-07-09xprtrdma: Streamline rpcrdma_post_recvsChuck Lever1-21/+38
2019-07-09xprtrdma: Simplify rpcrdma_rep_createChuck Lever1-14/+8
2019-07-09xprtrdma: Wake RPCs directly in rpcrdma_wc_send pathChuck Lever4-50/+36
2019-07-09xprtrdma: Reduce context switching due to Local InvalidationChuck Lever4-53/+136
2019-07-09xprtrdma: Add mechanism to place MRs back on the free listChuck Lever3-0/+22
2019-07-09xprtrdma: Remove fr_stateChuck Lever3-123/+94
2019-07-09xprtrdma: Remove the RPCRDMA_REQ_F_PENDING flagChuck Lever3-5/+1
2019-07-09xprtrdma: Fix occasional transport deadlockChuck Lever4-29/+20
2019-07-09xprtrdma: Replace use of xdr_stream_pos in rpcrdma_marshal_reqChuck Lever1-3/+3
2019-07-06SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lockTrond Myklebust3-8/+8
2019-07-05Merge tag 'nfsd-5.2-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+6
2019-07-02xprtrdma: Fix use-after-free in rpcrdma_post_recvsChuck Lever1-1/+2
2019-06-20scsi: lib/sg_pool.c: improve APIs for allocating sg poolMing Lei1-2/+3
2019-06-19svcrdma: Ignore source port when computing DRC hashChuck Lever1-1/+6
2019-05-28xprtrdma: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2019-04-25xprtrdma: Remove stale commentChuck Lever1-7/+0
2019-04-25xprtrdma: Update comments that reference ib_drain_qpChuck Lever1-4/+6
2019-04-25xprtrdma: Remove pr_err() call sites from completion handlersChuck Lever2-28/+4
2019-04-25xprtrdma: Eliminate struct rpcrdma_create_data_internalChuck Lever4-71/+46
2019-04-25xprtrdma: Aggregate the inline settings in struct rpcrdma_epChuck Lever5-36/+41
2019-04-25xprtrdma: Remove rpcrdma_create_data_internal::rsize and wsizeChuck Lever2-11/+0
2019-04-25xprtrdma: Eliminate rpcrdma_ia::ri_deviceChuck Lever3-28/+25
2019-04-25xprtrdma: More Send completion batchingChuck Lever2-13/+1
2019-04-25xprtrdma: Clean up sendctx functionsChuck Lever3-26/+23
2019-04-25xprtrdma: Trace marshaling failuresChuck Lever1-0/+1
2019-04-25xprtrdma: Increase maximum number of backchannel requestsChuck Lever1-3/+5
2019-04-25xprtrdma: Backchannel can use GFP_KERNEL allocationsChuck Lever1-64/+40
2019-04-25xprtrdma: Clean up regbuf helpersChuck Lever3-82/+80
2019-04-25xprtrdma: De-duplicate "allocate new, free old regbuf"Chuck Lever3-47/+39
2019-04-25xprtrdma: Allocate req's regbufs at xprt create timeChuck Lever4-25/+33
2019-04-25xprtrdma: rpcrdma_regbuf alignmentChuck Lever5-29/+35
2019-04-25xprtrdma: Clean up rpcrdma_create_rep() and rpcrdma_destroy_rep()Chuck Lever1-16/+9
2019-04-25xprtrdma: Clean up rpcrdma_create_req()Chuck Lever3-17/+21
2019-04-25xprtrdma: Fix an frwr_map recovery nitChuck Lever1-1/+1
2019-04-25SUNRPC: Avoid digging into the ATOMIC poolChuck Lever1-1/+1
2019-04-25SUNRPC: Refactor xprt_request_wait_receive()Trond Myklebust2-2/+2
2019-04-11xprtrdma: Fix helper that drains the transportChuck Lever1-1/+1
2019-03-12Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-32/+10
2019-02-25Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsTrond Myklebust7-9/+35
2019-02-20SUNRPC: Ensure rq_bytes_sent is reset before request transmissionTrond Myklebust2-2/+0
2019-02-16Merge tag 'nfs-for-5.0-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-1/+2