aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-24xprtrdma: Remove rpcrdma_sendctx::sc_deviceChuck Lever2-3/+2
2019-10-24xprtrdma: Remove rpcrdma_sendctx::sc_xprtChuck Lever2-11/+10
2019-10-24xprtrdma: Ensure ri_id is stable during MR recyclingChuck Lever2-24/+6
2019-10-24xprtrdma: Manage MRs in context of a single connectionChuck Lever4-57/+40
2019-10-24xprtrdma: Fix MR list handlingChuck Lever1-20/+21
2019-10-24xprtrdma: Close window between waking RPC senders and posting ReceivesChuck Lever3-4/+9
2019-10-24xprtrdma: Initialize rb_credits in one placeChuck Lever4-16/+38
2019-10-24xprtrdma: Connection becomes unstable after a reconnectChuck Lever2-0/+25
2019-10-24xprtrdma: Add unique trace points for posting Local Invalidate WRsChuck Lever1-2/+2
2019-10-24SUNRPC: Add trace points to observe transport congestion controlChuck Lever1-9/+13
2019-10-24SUNRPC: Eliminate log noise in call_reserveresultChuck Lever1-12/+2
2019-10-11sunrpc: fix crash when cache_head become valid before updatePavel Tikhomirov1-6/+0
2019-10-10SUNRPC: fix race to sk_err after xs_error_reportBenjamin Coddington1-9/+8
2019-10-08svcrdma: Improve DMA mapping trace pointsChuck Lever1-2/+6
2019-09-27Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-30/+26
2019-09-26Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds12-384/+388
2019-09-25sunrpc: clean up indentation issueColin Ian King1-2/+2
2019-09-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-11/+10
2019-09-20SUNRPC: Fix congestion window race with disconnectChuck Lever1-0/+7
2019-09-20SUNRPC: Don't try to parse incomplete RPC messagesTrond Myklebust1-1/+13
2019-09-20SUNRPC: Rename xdr_buf_read_netobj to xdr_buf_read_micBenjamin Coddington2-23/+31
2019-09-20SUNRPC: Fix buffer handling of GSS MIC without slackBenjamin Coddington1-9/+18
2019-09-18Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2019-09-17SUNRPC: RPC level errors should always set task->tk_rpc_statusTrond Myklebust2-4/+7
2019-09-17SUNRPC: Don't receive TCP data into a request buffer that has been resetTrond Myklebust1-1/+7
2019-09-17SUNRPC: Dequeue the request from the receive queue while we're re-encodingTrond Myklebust2-26/+34
2019-09-13Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe2-22/+32
2019-09-05new helper: get_tree_keyed()Al Viro1-2/+1
2019-09-05sunrpc: Use kzfree rather than its implementation.zhong jiang1-6/+3
2019-08-26xprtrdma: Send Queue size grows after a reconnectChuck Lever1-12/+14
2019-08-26xprtrdma: Clear xprt->reestablish_timeout on closeChuck Lever3-4/+9
2019-08-26SUNRPC: Handle connection breakages correctly in call_status()Trond Myklebust1-1/+1
2019-08-26Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"Trond Myklebust1-7/+0
2019-08-26SUNRPC: Handle EADDRINUSE and ENOBUFS correctlyTrond Myklebust1-3/+7
2019-08-26SUNRPC: Don't handle errors if the bind/connect succeededTrond Myklebust1-11/+24
2019-08-26xprtrdma: Recycle MRs after disconnectChuck Lever3-9/+29
2019-08-21xprtrdma: Optimize rpcrdma_post_recvs()Chuck Lever1-1/+1
2019-08-21xprtrdma: Inline XDR chunk encoder functionsChuck Lever1-9/+12
2019-08-21xprtrdma: Fix bc_max_slots return valueChuck Lever1-3/+1
2019-08-21xprtrdma: Clean up xprt_rdma_set_connect_timeout()Chuck Lever1-4/+4
2019-08-21xprtrdma: Use an llist to manage free rpcrdma_repsChuck Lever2-59/+53
2019-08-21xprtrdma: Remove rpcrdma_buffer::rb_mrlockChuck Lever3-18/+16
2019-08-21xprtrdma: Cache free MRs in each rpcrdma_reqChuck Lever4-12/+33
2019-08-20xprtrdma: Ensure creating an MR does not trigger FS writebackChuck Lever2-4/+5
2019-08-20xprtrdma: Move rpcrdma_mr_get out of frwr_mapChuck Lever4-43/+35
2019-08-20xprtrdma: Combine rpcrdma_mr_put and rpcrdma_mr_unmap_and_putChuck Lever3-28/+11
2019-08-20xprtrdma: Simplify rpcrdma_mr_popChuck Lever4-21/+11
2019-08-20xprtrdma: Toggle XPRT_CONGESTED in xprtrdma's slot methodsChuck Lever1-1/+3
2019-08-20xprtrdma: Rename rpcrdma_buffer::rb_allChuck Lever2-19/+9
2019-08-20xprtrdma: Rename CQE field in Receive trace pointsChuck Lever1-1/+1