summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-191-2/+1Star
|\
| * proc/sysctl: add shared variables for range checkMatteo Croce2019-07-191-2/+1Star
* | Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-07-188-319/+423
|\ \ | |/ |/|
| * SUNRPC: Fix up backchannel slot table accountingTrond Myklebust2019-07-183-0/+9
| * Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-07-125-311/+406
| |\
| | * xprtrdma: Modernize ops->connectChuck Lever2019-07-092-15/+52
| | * xprtrdma: Remove rpcrdma_req::rl_bufferChuck Lever2019-07-093-7/+8
| | * xprtrdma: Refactor chunk encodingChuck Lever2019-07-091-20/+16Star
| | * xprtrdma: Streamline rpcrdma_post_recvsChuck Lever2019-07-091-21/+38
| | * xprtrdma: Simplify rpcrdma_rep_createChuck Lever2019-07-091-14/+8Star
| | * xprtrdma: Wake RPCs directly in rpcrdma_wc_send pathChuck Lever2019-07-094-50/+36Star
| | * xprtrdma: Reduce context switching due to Local InvalidationChuck Lever2019-07-094-53/+136
| | * xprtrdma: Add mechanism to place MRs back on the free listChuck Lever2019-07-093-0/+22
| | * xprtrdma: Remove fr_stateChuck Lever2019-07-093-123/+94Star
| | * xprtrdma: Remove the RPCRDMA_REQ_F_PENDING flagChuck Lever2019-07-093-5/+1Star
| | * xprtrdma: Fix occasional transport deadlockChuck Lever2019-07-094-29/+20Star
| | * xprtrdma: Replace use of xdr_stream_pos in rpcrdma_marshal_reqChuck Lever2019-07-091-3/+3
| | * xprtrdma: Fix use-after-free in rpcrdma_post_recvsChuck Lever2019-07-021-1/+2
| * | SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lockTrond Myklebust2019-07-063-8/+8
* | | Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-121-2/+3
|\ \ \ | |/ / |/| |
| * | scsi: lib/sg_pool.c: improve APIs for allocating sg poolMing Lei2019-06-201-2/+3
* | | Merge tag 'nfsd-5.2-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-07-061-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/+1Star
|/
* xprtrdma: Remove stale commentChuck Lever2019-04-251-7/+0Star
* 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/+4Star
* xprtrdma: Eliminate struct rpcrdma_create_data_internalChuck Lever2019-04-254-71/+46Star
* 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/+0Star
* xprtrdma: Eliminate rpcrdma_ia::ri_deviceChuck Lever2019-04-253-28/+25Star
* xprtrdma: More Send completion batchingChuck Lever2019-04-252-13/+1Star
* xprtrdma: Clean up sendctx functionsChuck Lever2019-04-253-26/+23Star
* 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/+40Star
* xprtrdma: Clean up regbuf helpersChuck Lever2019-04-253-82/+80Star
* xprtrdma: De-duplicate "allocate new, free old regbuf"Chuck Lever2019-04-253-47/+39Star
* 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/+9Star
* 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/+10Star
|\
| * svcrdma: Remove syslog warnings in work completion handlersChuck Lever2019-02-064-27/+2Star
| * 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/+1Star