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 E5601316182 for ; Tue, 16 Dec 2025 19:23:16 +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=1765912997; cv=none; b=Ew9iutBODrqQcd9VEK+9qoJ+mMnb/a7Jyt3H2oWM9hUUo1r1rox8YHpAOt2tH3otYnbqzDsb3EivBwc3Aq9LUvXTVsokDPRGDIwhZzIsqsd/gscCE7MEsKphsjWJlFlc6heTLTDR0jl2758vBq5IDzHkeie5wRIfv/9bF1oR8PQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765912997; c=relaxed/simple; bh=fC7id54LkGoKR7GnG+/WjLUSsepuCuq6iRQ+++y4FKk=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=ueRlaaMGDKBsqqdnwxPB+rHMeUGYZebD8vLn8obfr5c2swcshAXiXlO7Qymf/ILltmolTVmNdnIjRcAMlkkJZtUEyGUcM4eeUQ/O6eVlP6+1thGbDc81zBRM23BexBFtLrGxDaY27jPgccTLa1K+h5JYVqjJFpigLvKA4Zj76/E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=LiJL0Sac; 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="LiJL0Sac" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6FBAAC4CEF1; Tue, 16 Dec 2025 19:23:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1765912996; bh=fC7id54LkGoKR7GnG+/WjLUSsepuCuq6iRQ+++y4FKk=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=LiJL0SacjbC1c/+NmVYDvJzuXzBCvEapV9Qn8AYhjWqAhybr/swqNwcdFRl5FHYdz gOhv05S1FcFWf0XdFffrWI2DUIULPYlU3tzB7ldOaG5tav8znilSJw9eW0zBiHDNVr pcWaofKBsfviUnS07YRckkZ5+FPeCwBNdoQv54F6MAysuusyherXLW/HuMcT6MJfaI /xgB4GXnyqvEJ5du+edENQGlWW+3xMyIqpaPqp8b2m3BEWrSwZNnOXifo0PeJ0sS+e XfBC0b8cfI0HpW73jqs7FAkEb5ARfjdj78p2ZFWJ2IdWuhQbqi88GrEEmNUMgfSK0U j1ex5qtGYcQlQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 3B7B03808200; Tue, 16 Dec 2025 19:20:08 +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 v1] f2fs: improve check for enough free sections From: patchwork-bot+f2fs@kernel.org Message-Id: <176591280702.1247282.1033511885316097703.git-patchwork-notify@kernel.org> Date: Tue, 16 Dec 2025 19:20:07 +0000 References: <20251212084034.2878836-1-joannechien@google.com> In-Reply-To: <20251212084034.2878836-1-joannechien@google.com> To: Joanne Chang Cc: jaegeuk@kernel.org, chao@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, 12 Dec 2025 08:40:34 +0000 you wrote: > The check for enough sections in segment.h has the following issues: > > 1. has_not_enough_free_secs() should return "enough secs" when "free_secs > >= upper_secs", not just structly greater. Conversely, it should only > return "not enough secs" when "free_secs < lower_secs", not when they are > equal. This accounts for the possibility that blocks can fit within > curseg without requiring an additional free section. > > [...] Here is the summary with links: - [f2fs-dev,v1] f2fs: improve check for enough free sections https://git.kernel.org/jaegeuk/f2fs/c/4a210a5be279 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html