summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-4.11-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-04-011-0/+1
|\
| * svcrdma: set XPT_CONG_CTRL flag for bc xprtChuck Lever2017-03-281-0/+1
* | Merge tag 'nfs-for-4.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-03-171-1/+2
|\ \ | |/ |/|
| * xprtrdma: Squelch kbuild sparse complaintChuck Lever2017-03-171-1/+2
* | Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-03-016-112/+118
|\|
| * xprtrdma: Refactor management of mw_list fieldChuck Lever2017-02-105-24/+29
| * xprtrdma: Handle stale connection rejectionChuck Lever2017-02-101-45/+21
| * xprtrdma: Properly recover FRWRs with in-flight FASTREG WRsChuck Lever2017-02-102-10/+8
| * xprtrdma: Shrink send SGEs arrayChuck Lever2017-02-101-4/+7
| * xprtrdma: Reduce required number of send SGEsChuck Lever2017-02-103-9/+32
| * xprtrdma: Disable pad optimization by defaultChuck Lever2017-02-102-1/+2
| * xprtrdma: Per-connection pad optimizationChuck Lever2017-02-103-14/+16
| * xprtrdma: Fix Read chunk paddingChuck Lever2017-02-101-6/+4
* | Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-02-285-252/+175
|\ \
| * | sunrpc: flag transports as having congestion controlJeff Layton2017-02-241-0/+8
| * | svcrdma: Poll CQs in "workqueue" modeChuck Lever2017-02-082-16/+16
| * | svcrdma: Combine list fields in struct svc_rdma_op_ctxtChuck Lever2017-02-082-26/+21
| * | svcrdma: Remove unused sc_dto_q fieldChuck Lever2017-02-081-1/+0
| * | svcrdma: Clean up backchannel send header encodingChuck Lever2017-02-081-8/+9
| * | svcrdma: Clean up RPC-over-RDMA Call header decoderChuck Lever2017-02-081-153/+79
| * | svcrdma: Clean up RPC-over-RDMA Reply header encoderChuck Lever2017-02-083-24/+14
| * | svcrdma: Another sendto chunk list parsing updateChuck Lever2017-02-082-24/+28
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-221-0/+1
|\ \
| * | net: sunrpc: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King2017-02-101-0/+1
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-201-2/+2
|\ \ | |/ |/|
| * locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-2/+2
* | svcrdma: avoid duplicate dma unmapping during error recoverySriharsha Basavapatna2017-01-121-2/+0
|/
* Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-12-164-153/+83
|\
| * svcrdma: Further clean-up of svc_rdma_get_inv_rkey()Chuck Lever2016-11-301-14/+5
| * svcrdma: Break up dprintk format in svc_rdma_accept()Chuck Lever2016-11-301-37/+18
| * svcrdma: Remove unused variable in rdma_copy_tail()Chuck Lever2016-11-301-2/+0
| * svcrdma: Remove unused variables in xprt_rdma_bc_allocate()Chuck Lever2016-11-301-4/+0
| * svcrdma: Remove svc_rdma_op_ctxt::wc_statusChuck Lever2016-11-302-3/+2
| * svcrdma: Remove DMA map accountingChuck Lever2016-11-302-11/+3
| * svcrdma: Remove BH-disabled spin locking in svc_rdma_send()Chuck Lever2016-11-302-16/+16
| * svcrdma: Renovate sendto chunk list parsingChuck Lever2016-11-302-67/+39
| * svcrdma: Clear xpt_bc_xps in xprt_setup_rdma_bc() error exit armChuck Lever2016-11-301-0/+1
* | xprtrdma: Relocate connection helper functionsChuck Lever2016-11-293-41/+31
* | xprtrdma: Update dprintk in rpcrdma_count_chunksChuck Lever2016-11-291-1/+1
* | xprtrdma: Shorten QP access error messageChuck Lever2016-11-291-3/+3
* | xprtrdma: Squelch "max send, max recv" messages at connect timeChuck Lever2016-11-291-2/+2
* | xprtrdma: Update documenting commentChuck Lever2016-11-291-4/+0
* | xprtrdma: Refactor FRMR invalidationChuck Lever2016-11-291-36/+21
* | xprtrdma: Avoid calls to ro_unmap_safe()Chuck Lever2016-11-291-2/+4
* | xprtrdma: Address coverity complaint about wait_for_completion()Chuck Lever2016-11-291-4/+13
* | xprtrdma: Support for SG_GAP devicesChuck Lever2016-11-292-7/+14
* | xprtrdma: Make FRWR send queue entry accounting more accurateChuck Lever2016-11-293-13/+30
* | xprtrdma: Cap size of callback buffer resourcesChuck Lever2016-11-291-1/+3
* | Merge tag 'nfsd-4.9-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-11-181-0/+6
|\ \
| * | sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transportsScott Mayhew2016-11-141-0/+6
| |/