summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* xprtrdma: Revert 586a0787ce35Chuck Lever2021-05-271-9/+18
* SUNRPC: More fixes for backlog congestionTrond Myklebust2021-05-264-39/+50
* SUNRPC: Fix Oops in xs_tcp_send_request() when transport is disconnectedTrond Myklebust2021-05-201-0/+2
* SUNRPC in case of backlog, hand free slots directly to waiting taskNeilBrown2021-05-202-28/+47
* Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-05-0710-227/+237
|\
| * xprtrdma: Fix a NULL dereference in frwr_unmap_sync()Chuck Lever2021-05-011-0/+1
| * sunrpc: Fix misplaced barrier in call_decodeBaptiste Lepers2021-05-011-6/+5
| * xprtrdma: Move fr_mr field to struct rpcrdma_mrChuck Lever2021-04-262-9/+6
| * xprtrdma: Move the Work Request union to struct rpcrdma_mrChuck Lever2021-04-262-23/+13
| * xprtrdma: Move fr_linv_done field to struct rpcrdma_mrChuck Lever2021-04-262-6/+5
| * xprtrdma: Move cqe to struct rpcrdma_mrChuck Lever2021-04-262-21/+16
| * xprtrdma: Move fr_cid to struct rpcrdma_mrChuck Lever2021-04-262-17/+16
| * xprtrdma: Remove the RPC/RDMA QP event handlerChuck Lever2021-04-261-18/+0
| * xprtrdma: Add tracepoints showing FastReg WRs and remote invalidationChuck Lever2021-04-261-0/+2
| * xprtrdma: Avoid Send Queue wrappingChuck Lever2021-04-262-17/+16
| * xprtrdma: Do not wake RPC consumer on a failed LocalInvChuck Lever2021-04-263-9/+41
| * xprtrdma: Do not recycle MR after FastReg/LocalInv flushesChuck Lever2021-04-261-52/+17
| * xprtrdma: Clarify use of barrier in frwr_wc_localinv_done()Chuck Lever2021-04-261-3/+5
| * xprtrdma: Rename frwr_release_mr()Chuck Lever2021-04-263-6/+6
| * xprtrdma: rpcrdma_mr_pop() already does list_del_init()Chuck Lever2021-04-261-1/+0
| * xprtrdma: Delete rpcrdma_recv_buffer_put()Chuck Lever2021-04-264-20/+14
| * xprtrdma: Fix cwnd update orderingChuck Lever2021-04-263-7/+8
| * xprtrdma: Improve locking around rpcrdma_rep creationChuck Lever2021-04-261-4/+5
| * xprtrdma: Improve commentary around rpcrdma_reps_unmap()Chuck Lever2021-04-261-1/+5
| * xprtrdma: Improve locking around rpcrdma_rep destructionChuck Lever2021-04-261-7/+24
| * xprtrdma: Put flushed Receives on free list instead of destroying themChuck Lever2021-04-261-1/+3
| * xprtrdma: Do not refresh Receive Queue while it is drainingChuck Lever2021-04-262-0/+14
| * xprtrdma: Avoid Receive Queue wrappingChuck Lever2021-04-261-0/+1
| * SUNRPC: Handle major timeout in xprt_adjust_timeout()Chris Dion2021-04-141-2/+2
| * SUNRPC: Remove trace_xprt_transmit_queuedChuck Lever2021-04-141-2/+0
| * SUNRPC: Add tracepoint that fires when an RPC is retransmittedChuck Lever2021-04-141-1/+3
| * SUNRPC: Move fault injection call sitesChuck Lever2021-04-143-5/+8
| * SUNRPC: Ensure the transport backchannel associationBenjamin Coddington2021-04-051-0/+4
| * sunrpc: honor rpc_task's timeout value in rpcb_create()Eryu Guan2021-04-051-2/+5
| * SUNRPC: Set TCP_CORK until the transmit queue is emptyTrond Myklebust2021-04-052-1/+6
* | Merge tag 'nfsd-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-05-053-17/+24
|\ \
| * | SUNRPC: Fix null pointer dereference in svc_rqst_free()Yunjian Wang2021-04-231-1/+2
| * | SUNRPC: fix ternary sign expansion bug in tracingDan Carpenter2021-04-221-1/+1
| * | svcrdma: Pass a useful error code to the send_err tracepointChuck Lever2021-04-141-3/+9
| * | svcrdma: Rename goto labels in svc_rdma_sendto()Chuck Lever2021-04-141-12/+12
| * | svcrdma: Don't leak send_ctxt on Send errorsChuck Lever2021-04-141-4/+4
* | | SUNRPC: refresh rq_pages using a bulk page allocatorChuck Lever2021-04-301-16/+15
* | | SUNRPC: set rq_page_end differentlyChuck Lever2021-04-301-4/+3
|/ /
* | sunrpc: Remove unused function ip_map_lookupJiapeng Chong2021-04-061-9/+0
* | svcrdma: Clean up dto_q critical section in svc_rdma_recvfrom()Chuck Lever2021-03-311-7/+7
* | svcrdma: Remove svc_rdma_recv_ctxt::rc_pages and ::rc_argChuck Lever2021-03-312-17/+0
* | svcrdma: Remove sc_read_complete_qChuck Lever2021-03-312-52/+6
* | svcrdma: Single-stage RDMA ReadChuck Lever2021-03-312-67/+37
* | SUNRPC: Move svc_xprt_received() call sitesChuck Lever2021-03-223-5/+17
* | SUNRPC: Export svc_xprt_received()Chuck Lever2021-03-221-4/+9