summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2021-04-26xprtrdma: Avoid Send Queue wrappingChuck Lever2-17/+16
2021-04-26xprtrdma: Do not wake RPC consumer on a failed LocalInvChuck Lever3-9/+41
2021-04-26xprtrdma: Do not recycle MR after FastReg/LocalInv flushesChuck Lever1-52/+17
2021-04-26xprtrdma: Clarify use of barrier in frwr_wc_localinv_done()Chuck Lever1-3/+5
2021-04-26xprtrdma: Rename frwr_release_mr()Chuck Lever3-6/+6
2021-04-26xprtrdma: rpcrdma_mr_pop() already does list_del_init()Chuck Lever1-1/+0
2021-04-26xprtrdma: Delete rpcrdma_recv_buffer_put()Chuck Lever4-20/+14
2021-04-26xprtrdma: Fix cwnd update orderingChuck Lever3-7/+8
2021-04-26xprtrdma: Improve locking around rpcrdma_rep creationChuck Lever1-4/+5
2021-04-26xprtrdma: Improve commentary around rpcrdma_reps_unmap()Chuck Lever1-1/+5
2021-04-26xprtrdma: Improve locking around rpcrdma_rep destructionChuck Lever1-7/+24
2021-04-26xprtrdma: Put flushed Receives on free list instead of destroying themChuck Lever1-1/+3
2021-04-26xprtrdma: Do not refresh Receive Queue while it is drainingChuck Lever2-0/+14
2021-04-26xprtrdma: Avoid Receive Queue wrappingChuck Lever1-0/+1
2021-04-23SUNRPC: Fix null pointer dereference in svc_rqst_free()Yunjian Wang1-1/+2
2021-04-22SUNRPC: fix ternary sign expansion bug in tracingDan Carpenter1-1/+1
2021-04-14svcrdma: Pass a useful error code to the send_err tracepointChuck Lever1-3/+9
2021-04-14svcrdma: Rename goto labels in svc_rdma_sendto()Chuck Lever1-12/+12
2021-04-14svcrdma: Don't leak send_ctxt on Send errorsChuck Lever1-4/+4
2021-04-14SUNRPC: Handle major timeout in xprt_adjust_timeout()Chris Dion1-2/+2
2021-04-14SUNRPC: Remove trace_xprt_transmit_queuedChuck Lever1-2/+0
2021-04-14SUNRPC: Add tracepoint that fires when an RPC is retransmittedChuck Lever1-1/+3
2021-04-14SUNRPC: Move fault injection call sitesChuck Lever3-5/+8
2021-04-06sunrpc: Remove unused function ip_map_lookupJiapeng Chong1-9/+0
2021-04-05SUNRPC: Ensure the transport backchannel associationBenjamin Coddington1-0/+4
2021-04-05sunrpc: honor rpc_task's timeout value in rpcb_create()Eryu Guan1-2/+5
2021-04-05SUNRPC: Set TCP_CORK until the transmit queue is emptyTrond Myklebust2-1/+6
2021-03-31svcrdma: Clean up dto_q critical section in svc_rdma_recvfrom()Chuck Lever1-7/+7
2021-03-31svcrdma: Remove svc_rdma_recv_ctxt::rc_pages and ::rc_argChuck Lever2-17/+0
2021-03-31svcrdma: Remove sc_read_complete_qChuck Lever2-52/+6
2021-03-31svcrdma: Single-stage RDMA ReadChuck Lever2-67/+37
2021-03-22SUNRPC: Move svc_xprt_received() call sitesChuck Lever3-5/+17
2021-03-22SUNRPC: Export svc_xprt_received()Chuck Lever1-4/+9
2021-03-22svcrdma: Retain the page backing rq_res.head[0].iov_baseChuck Lever1-0/+5
2021-03-22svcrdma: Remove unused sc_pages fieldChuck Lever1-25/+0
2021-03-22svcrdma: Normalize Send page handlingChuck Lever2-14/+23
2021-03-22svcrdma: Add a "deferred close" helperChuck Lever6-24/+29
2021-03-22svcrdma: Maintain a Receive water markChuck Lever2-3/+12
2021-03-22svcrdma: Use svc_rdma_refresh_recvs() in wc_receiveChuck Lever1-32/+11
2021-03-22svcrdma: Add a batch Receive posting mechanismChuck Lever1-14/+42
2021-03-22svcrdma: Remove stale comment for svc_rdma_wc_receive()Chuck Lever1-2/+0
2021-03-22svcrdma: Provide an explanatory comment in CMA event handlerChuck Lever1-0/+3
2021-03-22svcrdma: RPCDBG_FACILITY is no longer usedChuck Lever2-4/+0
2021-03-16Merge tag 'nfsd-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds5-54/+55
2021-03-11svcrdma: Revert "svcrdma: Reduce Receive doorbell rate"Chuck Lever1-43/+39
2021-03-08SUNRPC: Set memalloc_nofs_save() for sync tasksBenjamin Coddington1-1/+4
2021-03-07rpc: fix NULL dereference on kmalloc failureJ. Bruce Fields1-4/+7
2021-03-07sunrpc: fix refcount leak for rpc auth modulesDaniel Kobras1-2/+4
2021-03-07NFSD: Repair misuse of sv_lock in 5.10.16-rt30.Joe Korty1-2/+2
2021-03-07svcrdma: disable timeouts on rdma backchannelTimo Rothenpieler1-3/+3