summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* xprtrdma: Remove stale commentChuck Lever2019-04-251-7/+0
* xprtrdma: Update comments that reference ib_drain_qpChuck Lever2019-04-251-4/+6
* xprtrdma: Remove pr_err() call sites from completion handlersChuck Lever2019-04-252-28/+4
* xprtrdma: Eliminate struct rpcrdma_create_data_internalChuck Lever2019-04-254-71/+46
* xprtrdma: Aggregate the inline settings in struct rpcrdma_epChuck Lever2019-04-255-36/+41
* xprtrdma: Remove rpcrdma_create_data_internal::rsize and wsizeChuck Lever2019-04-252-11/+0
* xprtrdma: Eliminate rpcrdma_ia::ri_deviceChuck Lever2019-04-253-28/+25
* xprtrdma: More Send completion batchingChuck Lever2019-04-252-13/+1
* xprtrdma: Clean up sendctx functionsChuck Lever2019-04-253-26/+23
* xprtrdma: Trace marshaling failuresChuck Lever2019-04-251-0/+1
* xprtrdma: Increase maximum number of backchannel requestsChuck Lever2019-04-251-3/+5
* xprtrdma: Backchannel can use GFP_KERNEL allocationsChuck Lever2019-04-251-64/+40
* xprtrdma: Clean up regbuf helpersChuck Lever2019-04-253-82/+80
* xprtrdma: De-duplicate "allocate new, free old regbuf"Chuck Lever2019-04-253-47/+39
* xprtrdma: Allocate req's regbufs at xprt create timeChuck Lever2019-04-254-25/+33
* xprtrdma: rpcrdma_regbuf alignmentChuck Lever2019-04-255-29/+35
* xprtrdma: Clean up rpcrdma_create_rep() and rpcrdma_destroy_rep()Chuck Lever2019-04-251-16/+9
* xprtrdma: Clean up rpcrdma_create_req()Chuck Lever2019-04-253-17/+21
* xprtrdma: Fix an frwr_map recovery nitChuck Lever2019-04-251-1/+1
* SUNRPC: Avoid digging into the ATOMIC poolChuck Lever2019-04-251-1/+1
* SUNRPC: Refactor xprt_request_wait_receive()Trond Myklebust2019-04-252-2/+2
* xprtrdma: Fix helper that drains the transportChuck Lever2019-04-111-1/+1
* Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-03-124-32/+10
|\
| * svcrdma: Remove syslog warnings in work completion handlersChuck Lever2019-02-064-27/+2
| * svcrdma: Squelch compiler warning when SUNRPC_DEBUG is disabledChuck Lever2019-02-061-1/+3
| * svcrdma: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-02-061-2/+1
| * svcrpc: fix unlikely races preventing queueing of socketsJ. Bruce Fields2019-02-062-2/+4
* | Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-02-257-9/+35
|\ \
| * | SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever2019-02-132-2/+0
| * | SUNRPC: Add xdr_stream::rqst fieldChuck Lever2019-02-132-3/+3
| * | xprtrdma: Reduce the doorbell rate (Receive)Chuck Lever2019-02-132-0/+12
| * | xprtrdma: Check inline size before providing a Write chunkChuck Lever2019-02-131-1/+17
| * | xprtrdma: Fix sparse warningsChuck Lever2019-02-132-3/+3
| |/
* | SUNRPC: Ensure rq_bytes_sent is reset before request transmissionTrond Myklebust2019-02-202-2/+0
* | Merge tag 'nfs-for-5.0-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-02-161-1/+2
|\ \ | |/ |/|
| * xprtrdma: Make sure Send CQ is allocated on an existing compvecNicolas Morey-Chaisemartin2019-02-121-1/+2
* | svcrdma: Remove max_sge check at connect timeChuck Lever2019-02-062-12/+102
|/
* xprtrdma: Double free in rpcrdma_sendctxs_create()Dan Carpenter2019-01-081-5/+1
* xprtrdma: Fix error code in rpcrdma_buffer_create()Dan Carpenter2019-01-081-1/+3
* Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-01-029-757/+343
|\
| * xprtrdma: Prevent leak of rpcrdma_rep objectsChuck Lever2019-01-021-0/+4
| * xprtrdma: Don't leak freed MRsChuck Lever2019-01-021-12/+15
| * xprtrdma: Add documenting comment for rpcrdma_buffer_destroyChuck Lever2019-01-021-0/+8
| * xprtrdma: Replace outdated comment for rpcrdma_ep_postChuck Lever2019-01-021-3/+7
| * xprtrdma: Update comments in frwr_op_sendChuck Lever2019-01-021-2/+2
| * xprtrdma: Trace mapping, alloc, and dereg failuresChuck Lever2019-01-023-10/+8
| * xprtrdma: Add trace points for calls to transport switch methodsChuck Lever2019-01-021-7/+11