summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma
Commit message (Expand)AuthorAgeFilesLines
* 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
| * xprtrdma: Relocate the xprtrdma_mr_map trace pointsChuck Lever2019-01-021-1/+1
| * xprtrdma: Clean up of xprtrdma chunk trace pointsChuck Lever2019-01-021-3/+3
| * xprtrdma: Remove unused fields from rpcrdma_iaChuck Lever2019-01-021-2/+0
| * xprtrdma: Cull dprintk() call sitesChuck Lever2019-01-024-68/+19
| * xprtrdma: Simplify locking that protects the rl_allreqs listChuck Lever2019-01-023-35/+23
| * xprtrdma: Expose transport header errorsChuck Lever2019-01-021-1/+0
| * xprtrdma: Remove request_module from backchannelChuck Lever2019-01-021-2/+0
| * xprtrdma: Recognize XDRBUF_SPARSE_PAGESChuck Lever2019-01-021-5/+6
| * xprtrdma: Plant XID in on-the-wire RDMA offset (FRWR)Chuck Lever2019-01-023-5/+8
| * xprtrdma: Remove rpcrdma_memreg_opsChuck Lever2019-01-025-101/+116
| * xprtrdma: Remove support for FMR memory registrationChuck Lever2019-01-024-359/+2
| * xprtrdma: Reduce max_frwr_depthChuck Lever2019-01-021-4/+11
| * xprtrdma: Fix ri_max_segs and the result of ro_maxpagesChuck Lever2019-01-023-6/+14
| * xprtrdma: Don't wake pending tasks until disconnect is doneChuck Lever2019-01-025-17/+23
| * xprtrdma: No qp_event disconnectChuck Lever2019-01-022-33/+0
| * xprtrdma: Replace rpcrdma_receive_wq with a per-xprt workqueueChuck Lever2019-01-024-48/+44
| * xprtrdma: Refactor Receive accountingChuck Lever2019-01-024-38/+18
| * xprtrdma: Ensure MRs are DMA-unmapped when posting LOCAL_INV failsChuck Lever2019-01-021-2/+2
| * xprtrdma: Yet another double DMA-unmapChuck Lever2019-01-022-5/+10
* | Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-01-027-131/+76
|\ \
| * | sunrpc: remove unused xpo_prep_reply_hdr callbackVasily Averin2018-12-272-5/+0
| * | sunrpc: remove svc_rdma_bc_classVasily Averin2018-12-272-63/+0
| * | sunrpc: remove unused bc_up operation from rpc_xprt_opsVasily Averin2018-12-273-22/+0
| * | sunrpc: replace svc_serv->sv_bc_xprt by boolean flagVasily Averin2018-12-271-1/+0
| * | svcrdma: Optimize the logic that selects the R_key to invalidateChuck Lever2018-11-282-40/+76
| |/