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 E05BF2BE053 for ; Mon, 24 Nov 2025 18:50:49 +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=1764010250; cv=none; b=hxn778G+fhK+i6msVRO/0y59Sqic0tBtOxgM1s9uWenccaSZxkcuUTnwF1DcNiVZfsaipV+GNlKJBfOVsZCzQGLZQT1UPZzN9pR8vau5JIOo8dXwdjGKFnDJGfEawLH5heNuoz1kGaAOM7DSQaYhINooQF5ApZ5xUoN+sC/BXQI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764010250; c=relaxed/simple; bh=JodGyJVAuTMIaTL+Pe3dZHLFpnKeoveKGQwrMbmUs94=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=u9CpS+R2kW4X73o9KMPNmWCcnJRFzvUhFjWkan4s7SKhYFtz/MVhdmVJsZ2JyMgwqX1LClqIoRcLxwLa8s3XCIibdXqfuievv62OFkZaOkHfw8j2dSXNDWI719/izkrxgz9ks6kQ+Pc+ouuJ9JuztXItQrjwKvcLlCuJmifSSJ4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=U/bpXGM1; 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="U/bpXGM1" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C0C21C16AAE; Mon, 24 Nov 2025 18:50:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1764010249; bh=JodGyJVAuTMIaTL+Pe3dZHLFpnKeoveKGQwrMbmUs94=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=U/bpXGM19oVp1ItoS/U1u14OQL21vk6RbL4ULUZFBWxgsmbUKArtbjXL/xYVfBgZ9 nlUoN7p2NdYKI/hs6/S24dS4bpQMuioOmKdK4pOyAiD7kKsBgWCiwJNcxPJjGIp9q/ fuu8i93CLIBmr2UI4sXffpI8Z16WjBZ+Z2z/cxceNvYt5Cwo0OQroGT24rJdwUATLQ RVy7wx35qhMa3hWLwG+DVa2xBddHVCNAgSklWLmRnAfX0kQox/COwvomGEGRC9qgfb ThfEKCy/2IiupjgFYrod9YDiHTxjDHGWcxDvIcOrZ1FVfTx1MmiH+yNgGle4HuR8AM FxNhB+4+wdijA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id EAFBC3A86296; Mon, 24 Nov 2025 18:50:13 +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 v7] f2fs: revert summary entry count from 2048 to 512 in 16kb block support From: patchwork-bot+f2fs@kernel.org Message-Id: <176401021249.42009.11472621798052596767.git-patchwork-notify@kernel.org> Date: Mon, 24 Nov 2025 18:50:12 +0000 References: <20251111175246.17202-1-daeho43@gmail.com> In-Reply-To: <20251111175246.17202-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, 11 Nov 2025 09:52:46 -0800 you wrote: > From: Daeho Jeong > > The recent increase in the number of Segment Summary Area (SSA) entries > from 512 to 2048 was an unintentional change in logic of 16kb block > support. This commit corrects the issue. > > To better utilize the space available from the erroneous 2048-entry > calculation, we are implementing a solution to share the currently > unused SSA space with neighboring segments. This enhances overall > SSA utilization without impacting the established 8MB segment size. > > [...] Here is the summary with links: - [f2fs-dev,v7] f2fs: revert summary entry count from 2048 to 512 in 16kb block support https://git.kernel.org/jaegeuk/f2fs/c/9434e14d36ce You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html