From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 86A7D2E54BD for ; Thu, 23 Apr 2026 18:14:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776968048; cv=none; b=WPggyvkfnqePPSu1IhB8KdJ4f/zzjGbXgcfBY6qmKIlNgpwpJcNEOpGLuyOkpfpzJSkJDoP5G7IiU7uczXJwPhYXRy1PgAbrySBTjb+Pz0lIc8KSeduW4hTDUVB9+n5A98cIrbHN03XPv9wYCM6laSkKB1dfZr9WoTkEnBHOc6w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776968048; c=relaxed/simple; bh=wqQ9QsUROgQ4S02kfyA13hHN3mHyTjzMI0AqTx00WGA=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=EHpJibtF6lHDUg4ouOBGVd4KUTwmrUouAvSgXD+4PvjJiQJMRsXIWt857qfx2cQ/cyOfB8bvIpId/WBR/0zdvI3oJfJe4JnzwHr9E7//qiNf3suCIYlXGtb+gKy3FB9mS2+qO9GyyG3KnmfrcQJd8D0F89TRmSh2AqsgLX1jn4g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=FKsHU5y2; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="FKsHU5y2" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 37B75C2BCAF; Thu, 23 Apr 2026 18:14:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1776968048; bh=wqQ9QsUROgQ4S02kfyA13hHN3mHyTjzMI0AqTx00WGA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=FKsHU5y2YBMvZKTJ4sdMly6U+7qTR7yrhtyFlCL1XxziOKR4ZWff5sPDKVgDzHOb9 vsAkeojfOHszSouNxOzpMONI4jmnrmrewoOpKZ6eD4YGXrnzWQqw40bJfpMPHZ4Osk shTUjArFz2XKFHbCZ7QFHy2V4wkQ7+83sKHj/py8= Date: Thu, 23 Apr 2026 11:14:06 -0700 From: Andrew Morton To: kasong@tencent.com Cc: Kairui Song via B4 Relay , linux-mm@kvack.org, Axel Rasmussen , Yuanchu Xie , Wei Xu , Johannes Weiner , David Hildenbrand , Michal Hocko , Qi Zheng , Shakeel Butt , Lorenzo Stoakes , Barry Song , David Stevens , Chen Ridong , Leno Hou , Yafang Shao , Yu Zhao , Zicheng Wang , Kalesh Singh , Suren Baghdasaryan , Chris Li , Vernon Yang , linux-kernel@vger.kernel.org, Qi Zheng , Baolin Wang Subject: Re: [PATCH v6 00/14] mm/mglru: improve reclaim loop and dirty folio handling Message-Id: <20260423111406.10a88a4d80dd0e3145c661c3@linux-foundation.org> In-Reply-To: <20260424-mglru-reclaim-v6-0-a57622d770c3@tencent.com> References: <20260424-mglru-reclaim-v6-0-a57622d770c3@tencent.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 24 Apr 2026 01:43:11 +0800 Kairui Song via B4 Relay wrote: > This series cleans up and slightly improves MGLRU's reclaim loop and > dirty writeback handling. As a result, we can see an up to ~30% increase > in some workloads like MongoDB with YCSB and a huge decrease in file > refault, no swap involved. Other common benchmarks have no regression, > and LOC is reduced, with less unexpected OOM, too. Thanks, I queued this up in mm-new. And thanks to all the testers and reviewers - it's so good to see MGRLU getting some attention.