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 0F2A02D73B1 for ; Tue, 2 Dec 2025 18:13:09 +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=1764699190; cv=none; b=uIMG9ALUU2fMmYxUBsBSFf5UNVq4ZMjIB5rN5FswKSFfv/oaEkDPubUvLtC4i30/Yp5lnL/OzQITE8qO2NjtImcG8yEy/opAN9PQPQB5v3ygjpV+FUSAsNN3fY/W+7Zh7GjEPUTeT4x4uPPSa0U7+jpiFr0elDIIjn1EFfCBdUg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764699190; c=relaxed/simple; bh=AM20E7N97gR+mLXR0Pv81KPUyg8TwBevc7t6NbpIzBU=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=d7GPSxtCNXLgfwDUJ2w5a4xOjKasX+y6JvhH3RnZWPGB7dfsHx9Eyw4q5H1EywgZdAKByBGLrNc7eF3Jp4VZHnfGW+GKtCI+PjAT2H0pjNhGmq7w5FH/xopqmdxg6+YaIAXeiPaHjm6Z08vPmxp6VLceltNzXLO7Fh6/AxRFDtQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=a7GJ0DoI; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="a7GJ0DoI" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 90408C4CEF1; Tue, 2 Dec 2025 18:13:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1764699189; bh=AM20E7N97gR+mLXR0Pv81KPUyg8TwBevc7t6NbpIzBU=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=a7GJ0DoI0wEv/60hYxI+U5M96Oz8G41ZE/heGa7SWBFG90Ar07nIKg0Qe//iuXvk+ gI4m9Mlf+ODxyewt01IBRW+9boMlJ2yqEXWFHvVWKJWeYJBhtmuRkmQPkogSihhy33 XvpQ56dSfGhduJsDOd80/VlR4HEOJRHP2UxP8Aq75rogf+j1jsxHM+r9xQjLGyWajl 1GDfWhaoaI42qzCSjzZxBwhH+pjy0Ph8VYioIXfOu4Ezu2FtSr4CDsZiY3NGgm+Iea NZQnTCYTZ07uzNqA3Xyn9YgHOCqS2mZLVaXcHh5dkSh+cZ8ms63SGkbDPj4X8brzMr xDLxv6ucvDuuQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 359533A54A3A; Tue, 2 Dec 2025 18:10:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [f2fs-dev] [PATCH] f2fs: fix to not account invalid blocks in get_left_section_blocks() From: patchwork-bot+f2fs@kernel.org Message-Id: <176469900878.3331097.6081231340672357715.git-patchwork-notify@kernel.org> Date: Tue, 02 Dec 2025 18:10:08 +0000 References: <20251128092507.1607278-1-chao@kernel.org> In-Reply-To: <20251128092507.1607278-1-chao@kernel.org> To: Chao Yu Cc: jaegeuk@kernel.org, stable@kernel.org, linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Fri, 28 Nov 2025 17:25:07 +0800 you wrote: > w/ LFS mode, in get_left_section_blocks(), we should not account the > blocks which were used before and now are invalided, otherwise those > blocks will be counted as freed one in has_curseg_enough_space(), result > in missing to trigger GC in time. > > Cc: stable@kernel.org > Fixes: 249ad438e1d9 ("f2fs: add a method for calculating the remaining blocks in the current segment in LFS mode.") > Fixes: bf34c93d2645 ("f2fs: check curseg space before foreground GC") > Signed-off-by: Chao Yu > > [...] Here is the summary with links: - [f2fs-dev] f2fs: fix to not account invalid blocks in get_left_section_blocks() https://git.kernel.org/jaegeuk/f2fs/c/30b135414fde You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html