summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)AuthorLines
2019-12-07Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-34/+84
2019-12-07Merge tag 'nfs-for-5.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-337/+435
2019-12-04kernel/notifier.c: remove blocking_notifier_chain_cond_register()Xiaoming Ni-1/+1
2019-11-22SUNRPC: Capture completion of all RPC tasksChuck Lever-0/+1
2019-11-21SUNRPC: Fix backchannel latency metricsChuck Lever-1/+3
2019-11-18SUNRPC: Fix another issue with MIC buffer spaceChuck Lever-6/+5
2019-11-18Merge tag 'nfs-rdma-for-5.5-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust-328/+421
2019-11-06SUNRPC: Avoid RPC delays when exiting suspendTrond Myklebust-1/+1
2019-11-03NFSv4.1: Don't rebind to the same source port when reconnecting to the serverTrond Myklebust-2/+7
2019-10-30SUNRPC: Fix svcauth_gss_proxy_init()Chuck Lever-21/+63
2019-10-30SUNRPC: Trace gssproxy upcall resultsChuck Lever-4/+12
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-24xprtrdma: Replace dprintk in xprt_rdma_set_portChuck Lever-6/+3
2019-10-24xprtrdma: Replace dprintk() in rpcrdma_update_connect_private()Chuck Lever-15/+10
2019-10-24xprtrdma: Refine trace_xprtrdma_fixupChuck Lever-3/+2
2019-10-24xprtrdma: Report the computed connect delayChuck Lever-12/+4
2019-10-24xprtrdma: Wake tasks after connect worker failsChuck Lever-9/+6
2019-10-24xprtrdma: Pull up sometimesChuck Lever-7/+81
2019-10-24xprtrdma: Refactor rpcrdma_prepare_msg_sges()Chuck Lever-117/+146
2019-10-24xprtrdma: Move the rpcrdma_sendctx::sc_wr fieldChuck Lever-9/+9
2019-10-24xprtrdma: Remove rpcrdma_sendctx::sc_deviceChuck Lever-3/+2
2019-10-24xprtrdma: Remove rpcrdma_sendctx::sc_xprtChuck Lever-11/+10
2019-10-24xprtrdma: Ensure ri_id is stable during MR recyclingChuck Lever-24/+6
2019-10-24xprtrdma: Manage MRs in context of a single connectionChuck Lever-57/+40
2019-10-24xprtrdma: Fix MR list handlingChuck Lever-20/+21
2019-10-24xprtrdma: Close window between waking RPC senders and posting ReceivesChuck Lever-4/+9
2019-10-24xprtrdma: Initialize rb_credits in one placeChuck Lever-16/+38
2019-10-24xprtrdma: Connection becomes unstable after a reconnectChuck Lever-0/+25
2019-10-24xprtrdma: Add unique trace points for posting Local Invalidate WRsChuck Lever-2/+2
2019-10-24SUNRPC: Add trace points to observe transport congestion controlChuck Lever-9/+13
2019-10-24SUNRPC: Eliminate log noise in call_reserveresultChuck Lever-12/+2
2019-10-11sunrpc: fix crash when cache_head become valid before updatePavel Tikhomirov-6/+0
2019-10-10SUNRPC: fix race to sk_err after xs_error_reportBenjamin Coddington-9/+8
2019-10-08svcrdma: Improve DMA mapping trace pointsChuck Lever-2/+6
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