summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2021-04-26xprtrdma: Move fr_linv_done field to struct rpcrdma_mrChuck Lever
2021-04-26xprtrdma: Move cqe to struct rpcrdma_mrChuck Lever
2021-04-26xprtrdma: Move fr_cid to struct rpcrdma_mrChuck Lever
2021-04-26xprtrdma: Remove the RPC/RDMA QP event handlerChuck Lever
2021-04-26xprtrdma: Add tracepoints showing FastReg WRs and remote invalidationChuck Lever
2021-04-26xprtrdma: Avoid Send Queue wrappingChuck Lever
2021-04-26xprtrdma: Do not wake RPC consumer on a failed LocalInvChuck Lever
2021-04-26xprtrdma: Do not recycle MR after FastReg/LocalInv flushesChuck Lever
2021-04-26xprtrdma: Clarify use of barrier in frwr_wc_localinv_done()Chuck Lever
2021-04-26xprtrdma: Rename frwr_release_mr()Chuck Lever
2021-04-26xprtrdma: rpcrdma_mr_pop() already does list_del_init()Chuck Lever
2021-04-26xprtrdma: Delete rpcrdma_recv_buffer_put()Chuck Lever
2021-04-26xprtrdma: Fix cwnd update orderingChuck Lever
2021-04-26xprtrdma: Improve locking around rpcrdma_rep creationChuck Lever
2021-04-26xprtrdma: Improve commentary around rpcrdma_reps_unmap()Chuck Lever
2021-04-26xprtrdma: Improve locking around rpcrdma_rep destructionChuck Lever
2021-04-26xprtrdma: Put flushed Receives on free list instead of destroying themChuck Lever
2021-04-26xprtrdma: Do not refresh Receive Queue while it is drainingChuck Lever
2021-04-26xprtrdma: Avoid Receive Queue wrappingChuck Lever
2021-04-14SUNRPC: Handle major timeout in xprt_adjust_timeout()Chris Dion
2021-04-14SUNRPC: Remove trace_xprt_transmit_queuedChuck Lever
2021-04-14SUNRPC: Add tracepoint that fires when an RPC is retransmittedChuck Lever
2021-04-14SUNRPC: Move fault injection call sitesChuck Lever
2021-04-05SUNRPC: Ensure the transport backchannel associationBenjamin Coddington
2021-04-05sunrpc: honor rpc_task's timeout value in rpcb_create()Eryu Guan
2021-04-05SUNRPC: Set TCP_CORK until the transmit queue is emptyTrond Myklebust
2021-03-16Merge tag 'nfsd-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2021-03-11svcrdma: Revert "svcrdma: Reduce Receive doorbell rate"Chuck Lever
2021-03-08SUNRPC: Set memalloc_nofs_save() for sync tasksBenjamin Coddington
2021-03-06rpc: fix NULL dereference on kmalloc failureJ. Bruce Fields
2021-03-06sunrpc: fix refcount leak for rpc auth modulesDaniel Kobras
2021-03-06NFSD: Repair misuse of sv_lock in 5.10.16-rt30.Joe Korty
2021-03-06svcrdma: disable timeouts on rdma backchannelTimo Rothenpieler
2021-02-26Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2021-02-22Merge tag 'nfsd-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2021-02-21Merge tag 'nfsd-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2021-02-16SUNRPC: Further clean up svc_tcp_sendmsg()Chuck Lever
2021-02-16SUNRPC: Remove redundant socket flags from svc_tcp_sendmsg()Trond Myklebust
2021-02-16SUNRPC: Use TCP_CORK to optimise send performance on the serverTrond Myklebust
2021-02-15svcrdma: Hold private mutex while invoking rdma_accept()Chuck Lever
2021-02-05xprtrdma: Clean up rpcrdma_prepare_readch()Chuck Lever
2021-02-05xprtrdma: Pad optimization, revisitedChuck Lever
2021-02-05rpcrdma: Fix comments about reverse-direction operationChuck Lever
2021-02-05xprtrdma: Refactor invocations of offset_in_page()Chuck Lever
2021-02-05xprtrdma: Simplify rpcrdma_convert_kvec() and frwr_map()Chuck Lever
2021-02-05xprtrdma: Remove FMR support in rpcrdma_convert_iovs()Chuck Lever
2021-02-01SUNRPC: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-02-01net: sunrpc: xprtsock.c: Corrected few spellings ,in commentsBhaskar Chowdhury
2021-02-01SUNRPC: correct error code comment in xs_tcp_setup_socket()Calum Mackay
2021-02-01SUNRPC: Fix NFS READs that start at non-page-aligned offsetsChuck Lever