summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)AuthorLines
2019-10-30SUNRPC: Destroy the back channel when we destroy the host transportTrond Myklebust-1/+6
2019-10-30SUNRPC: The RDMA back channel mustn't disappear while requests are outstandingTrond Myklebust-0/+2
2019-10-30SUNRPC: The TCP back channel mustn't disappear while requests are outstandingTrond Myklebust-2/+3
2019-10-10SUNRPC: fix race to sk_err after xs_error_reportBenjamin Coddington-9/+8
2019-09-27Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-30/+26
2019-09-26Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-384/+388
2019-09-25sunrpc: clean up indentation issueColin Ian King-2/+2
2019-09-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-11/+10
2019-09-20SUNRPC: Fix congestion window race with disconnectChuck Lever-0/+7
2019-09-20SUNRPC: Don't try to parse incomplete RPC messagesTrond Myklebust-1/+13
2019-09-20SUNRPC: Rename xdr_buf_read_netobj to xdr_buf_read_micBenjamin Coddington-23/+31
2019-09-20SUNRPC: Fix buffer handling of GSS MIC without slackBenjamin Coddington-9/+18
2019-09-18Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+1
2019-09-17SUNRPC: RPC level errors should always set task->tk_rpc_statusTrond Myklebust-4/+7
2019-09-17SUNRPC: Don't receive TCP data into a request buffer that has been resetTrond Myklebust-1/+7
2019-09-17SUNRPC: Dequeue the request from the receive queue while we're re-encodingTrond Myklebust-26/+34
2019-09-13Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe-22/+32
2019-09-05new helper: get_tree_keyed()Al Viro-2/+1
2019-09-05sunrpc: Use kzfree rather than its implementation.zhong jiang-6/+3
2019-08-26xprtrdma: Send Queue size grows after a reconnectChuck Lever-12/+14
2019-08-26xprtrdma: Clear xprt->reestablish_timeout on closeChuck Lever-4/+9
2019-08-26SUNRPC: Handle connection breakages correctly in call_status()Trond Myklebust-1/+1
2019-08-26Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"Trond Myklebust-7/+0
2019-08-26SUNRPC: Handle EADDRINUSE and ENOBUFS correctlyTrond Myklebust-3/+7
2019-08-26SUNRPC: Don't handle errors if the bind/connect succeededTrond Myklebust-11/+24
2019-08-26xprtrdma: Recycle MRs after disconnectChuck Lever-9/+29
2019-08-21xprtrdma: Optimize rpcrdma_post_recvs()Chuck Lever-1/+1
2019-08-21xprtrdma: Inline XDR chunk encoder functionsChuck Lever-9/+12
2019-08-21xprtrdma: Fix bc_max_slots return valueChuck Lever-3/+1
2019-08-21xprtrdma: Clean up xprt_rdma_set_connect_timeout()Chuck Lever-4/+4
2019-08-21xprtrdma: Use an llist to manage free rpcrdma_repsChuck Lever-59/+53
2019-08-21xprtrdma: Remove rpcrdma_buffer::rb_mrlockChuck Lever-18/+16
2019-08-21xprtrdma: Cache free MRs in each rpcrdma_reqChuck Lever-12/+33
2019-08-20xprtrdma: Ensure creating an MR does not trigger FS writebackChuck Lever-4/+5
2019-08-20xprtrdma: Move rpcrdma_mr_get out of frwr_mapChuck Lever-43/+35
2019-08-20xprtrdma: Combine rpcrdma_mr_put and rpcrdma_mr_unmap_and_putChuck Lever-28/+11
2019-08-20xprtrdma: Simplify rpcrdma_mr_popChuck Lever-21/+11
2019-08-20xprtrdma: Toggle XPRT_CONGESTED in xprtrdma's slot methodsChuck Lever-1/+3
2019-08-20xprtrdma: Rename rpcrdma_buffer::rb_allChuck Lever-19/+9
2019-08-20xprtrdma: Rename CQE field in Receive trace pointsChuck Lever-1/+1
2019-08-20xprtrdma: Boost maximum transport header sizeChuck Lever-14/+18
2019-08-20xprtrdma: Fix calculation of ri_max_segs againChuck Lever-2/+2
2019-08-20xprtrdma: Update obsolete commentChuck Lever-3/+0
2019-08-20xprtrdma: Refresh the documenting comment in frwr_ops.cChuck Lever-48/+18
2019-08-20SUNRPC: Inline xdr_commit_encodeChuck Lever-1/+1
2019-08-20SUNRPC: Remove rpc_wake_up_queued_task_on_wq()Chuck Lever-23/+4
2019-08-19sunrpc: add a new cache_detail operation for when a cache is flushedJeff Layton-0/+3
2019-08-19svcrdma: Use llist for managing cache of recv_ctxtsChuck Lever-16/+11
2019-08-19svcrdma: Remove svc_rdma_wqChuck Lever-8/+2
2019-08-05rdma: Enable ib_alloc_cq to spread work over a device's comp_vectorsChuck Lever-11/+10