summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)Author
2020-02-24sunrpc: Fix potential leaks in sunrpc_cache_unhash()Trond Myklebust
2020-02-19xprtrdma: Fix DMA scatter-gather list mapping imbalanceChuck Lever
2020-02-11sunrpc: expiry_time should be seconds not timevalRoberto Bergantinos Corpas
2020-01-26SUNRPC: Fix another issue with MIC buffer spaceChuck Lever
2020-01-26SUNRPC: Fix backchannel latency metricsChuck Lever
2020-01-26SUNRPC: Fix svcauth_gss_proxy_init()Chuck Lever
2020-01-17xprtrdma: Fix oops in Receive handler after device removalChuck Lever
2020-01-17xprtrdma: Fix completion wait during device removalChuck Lever
2020-01-17xprtrdma: Fix create_qp crash on device unloadChuck Lever
2020-01-17xprtrdma: Close window between waking RPC senders and posting ReceivesChuck Lever
2020-01-17xprtrdma: Fix MR list handlingChuck Lever
2020-01-17xprtrdma: Connection becomes unstable after a reconnectChuck Lever
2020-01-17xprtrdma: Add unique trace points for posting Local Invalidate WRsChuck Lever
2020-01-09sunrpc: fix crash when cache_head become valid before updatePavel Tikhomirov
2019-12-13SUNRPC: Avoid RPC delays when exiting suspendTrond Myklebust
2019-10-30SUNRPC: Destroy the back channel when we destroy the host transportTrond Myklebust
2019-10-30SUNRPC: The RDMA back channel mustn't disappear while requests are outstandingTrond Myklebust
2019-10-30SUNRPC: The TCP back channel mustn't disappear while requests are outstandingTrond Myklebust
2019-10-10SUNRPC: fix race to sk_err after xs_error_reportBenjamin Coddington
2019-09-27Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-09-26Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-09-25sunrpc: clean up indentation issueColin Ian King
2019-09-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-09-20SUNRPC: Fix congestion window race with disconnectChuck Lever
2019-09-20SUNRPC: Don't try to parse incomplete RPC messagesTrond Myklebust
2019-09-20SUNRPC: Rename xdr_buf_read_netobj to xdr_buf_read_micBenjamin Coddington
2019-09-20SUNRPC: Fix buffer handling of GSS MIC without slackBenjamin Coddington
2019-09-18Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-09-17SUNRPC: RPC level errors should always set task->tk_rpc_statusTrond Myklebust
2019-09-17SUNRPC: Don't receive TCP data into a request buffer that has been resetTrond Myklebust
2019-09-17SUNRPC: Dequeue the request from the receive queue while we're re-encodingTrond Myklebust
2019-09-13Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe
2019-09-05new helper: get_tree_keyed()Al Viro
2019-09-05sunrpc: Use kzfree rather than its implementation.zhong jiang
2019-08-26xprtrdma: Send Queue size grows after a reconnectChuck Lever
2019-08-26xprtrdma: Clear xprt->reestablish_timeout on closeChuck Lever
2019-08-26SUNRPC: Handle connection breakages correctly in call_status()Trond Myklebust
2019-08-26Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"Trond Myklebust
2019-08-26SUNRPC: Handle EADDRINUSE and ENOBUFS correctlyTrond Myklebust
2019-08-26SUNRPC: Don't handle errors if the bind/connect succeededTrond Myklebust
2019-08-26xprtrdma: Recycle MRs after disconnectChuck Lever
2019-08-21xprtrdma: Optimize rpcrdma_post_recvs()Chuck Lever
2019-08-21xprtrdma: Inline XDR chunk encoder functionsChuck Lever
2019-08-21xprtrdma: Fix bc_max_slots return valueChuck Lever
2019-08-21xprtrdma: Clean up xprt_rdma_set_connect_timeout()Chuck Lever
2019-08-21xprtrdma: Use an llist to manage free rpcrdma_repsChuck Lever
2019-08-21xprtrdma: Remove rpcrdma_buffer::rb_mrlockChuck Lever
2019-08-21xprtrdma: Cache free MRs in each rpcrdma_reqChuck Lever
2019-08-20xprtrdma: Ensure creating an MR does not trigger FS writebackChuck Lever
2019-08-20xprtrdma: Move rpcrdma_mr_get out of frwr_mapChuck Lever