aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-13SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever2-2/+0
2019-02-13SUNRPC: Add xdr_stream::rqst fieldChuck Lever2-3/+3
2019-02-13xprtrdma: Reduce the doorbell rate (Receive)Chuck Lever2-0/+12
2019-02-13xprtrdma: Check inline size before providing a Write chunkChuck Lever1-1/+17
2019-02-13xprtrdma: Fix sparse warningsChuck Lever2-3/+3
2019-02-12xprtrdma: Make sure Send CQ is allocated on an existing compvecNicolas Morey-Chaisemartin1-1/+2
2019-02-06svcrdma: Remove syslog warnings in work completion handlersChuck Lever4-27/+2
2019-02-06svcrdma: Squelch compiler warning when SUNRPC_DEBUG is disabledChuck Lever1-1/+3
2019-02-06svcrdma: Use struct_size() in kmalloc()Gustavo A. R. Silva1-2/+1
2019-02-06svcrpc: fix unlikely races preventing queueing of socketsJ. Bruce Fields2-2/+4
2019-02-06svcrdma: Remove max_sge check at connect timeChuck Lever2-12/+102
2019-01-08xprtrdma: Double free in rpcrdma_sendctxs_create()Dan Carpenter1-5/+1
2019-01-08xprtrdma: Fix error code in rpcrdma_buffer_create()Dan Carpenter1-1/+3
2019-01-02Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds9-757/+343
2019-01-02Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds7-131/+76
2019-01-02xprtrdma: Prevent leak of rpcrdma_rep objectsChuck Lever1-0/+4
2019-01-02xprtrdma: Don't leak freed MRsChuck Lever1-12/+15
2019-01-02xprtrdma: Add documenting comment for rpcrdma_buffer_destroyChuck Lever1-0/+8
2019-01-02xprtrdma: Replace outdated comment for rpcrdma_ep_postChuck Lever1-3/+7
2019-01-02xprtrdma: Update comments in frwr_op_sendChuck Lever1-2/+2
2019-01-02xprtrdma: Trace mapping, alloc, and dereg failuresChuck Lever3-10/+8
2019-01-02xprtrdma: Add trace points for calls to transport switch methodsChuck Lever1-7/+11
2019-01-02xprtrdma: Relocate the xprtrdma_mr_map trace pointsChuck Lever1-1/+1
2019-01-02xprtrdma: Clean up of xprtrdma chunk trace pointsChuck Lever1-3/+3