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 4E63C239570 for ; Thu, 16 Oct 2025 18:24:39 +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=1760639080; cv=none; b=otiYH2u693LuoKoHLvH4VrQqmDdr/MzSs9T0LNgrTlnBfcOLqedVba1U+37pYg5qUeCs3XLWA8bihtqjU+YR9GAaQ+zziRiJFeQloB6PJVsuuUOYZ3K3zn+h5oxNC4gZt3xCQWxac6k4qzqZYKMqEjGCsgsUfO9aoJ+SomNmLGI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760639080; c=relaxed/simple; bh=3G6NU7adcx9IxXLVXQAvw/QZhqU2AWiAKM0inqmninM=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=Z28GVyL4fib3RwuVLqORDHY83Vu19O4ZEQIZHnfRBGi7Mi9r+zNzexPBQKcA/TNPh0cf/8m2Z9u+Uig7UDjngzktAqNFitQ0hdQo8bk2uB++ikvIeqv50R3nGdpUNmPVucj08eiVJDaMD0JpVV+Kph95wLYYPctsesnVGys5LkM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=goe5tqm1; 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="goe5tqm1" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C05CEC4CEFE; Thu, 16 Oct 2025 18:24:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1760639079; bh=3G6NU7adcx9IxXLVXQAvw/QZhqU2AWiAKM0inqmninM=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=goe5tqm1EaTaojhQIPSv05S1b2ECgZeF+7CrBlLDSrRa/fYLmOOG0qA6wF8ZPyeYX Tnc8YPJcnI/fMOEZAwojiR59ErBATIQ0yp9Tp31/e/uZ53LWt4rr0TVirD2UKDhwYQ qVxeX+lqEOajUkBJmYl2ueJVLMfLBpZO8e/N6+0C9QhnhEtkAhL1fr8ZGzd4PJMaDs pMA+VrF0ZmZXuVsbi683lQ9iQTxGI2WyvlYwbpxdlbRYVf5tK9+a0RhzcQwTOf3iG7 PsbdFIRCebo4l2czY4dXSGQ/h3MSjG9bSuNLiFTQU/TJQjtco78AAF6BTBTcpbtA2u +loGqfSFSXE2g== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 33A7739B167A; Thu, 16 Oct 2025 18:24:25 +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: set default valid_thresh_ratio to 80 for zoned devices From: patchwork-bot+f2fs@kernel.org Message-Id: <176063906374.1852182.11763854243841197701.git-patchwork-notify@kernel.org> Date: Thu, 16 Oct 2025 18:24:23 +0000 References: <20251007164614.3631594-1-daeho43@gmail.com> In-Reply-To: <20251007164614.3631594-1-daeho43@gmail.com> To: Daeho Jeong Cc: linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, kernel-team@android.com, daehojeong@google.com Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Tue, 7 Oct 2025 09:46:14 -0700 you wrote: > From: Daeho Jeong > > Zoned storage devices provide marginal over-capacity space, typically > around 10%, for filesystem level storage control. > > By utilizing this extra capacity, we can safely reduce the default > 'valid_thresh_ratio' to 80. This action helps to significantly prevent > excessive garbage collection (GC) and the resulting power consumption, > as the filesystem becomes less aggressive about cleaning segments > that still hold a high percentage of valid data. > > [...] Here is the summary with links: - [f2fs-dev] f2fs: set default valid_thresh_ratio to 80 for zoned devices https://git.kernel.org/jaegeuk/f2fs/c/9a25aeb2be7a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html