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 05EEC24EF8C for ; Fri, 30 Jan 2026 17:10:15 +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=1769793016; cv=none; b=RcqdnThY/UAYJNcqg2oxKaGzwy8a8O22SQxxAM9z6oPqzjmXU644SaYY8g6shj0X3ypswYViKvc2gzRR3uUzsL9Wz8A8iRpX+eKx3K4/qxzu8Op6I0DMAgQ/DXEoIFbuImHozDCuNbJRoohbuxr9VAZ/yPXBGprWl+EGDHc0GtU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769793016; c=relaxed/simple; bh=3DxQeeBfVpm2+71zRITF2v286289Fb7iGsGy1QsWTRw=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=sSaWMZ7eDa+0FmJm8r10ulG5xiUXfcOupwmounkByADmhMy9KgXzFFsgm6XAQrKa4TX2qKW7UQ9Yzdv71jxmhNXEK8/P6YGHO7/pNDXi5AltK5UB0OnGA/m9VD0IVkhbyKGNMwISRTzpHLlE9lfOMHH9sMhIH2EPbqYRq2Vaqqg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=pVtCU4M/; 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="pVtCU4M/" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AAC14C4CEF7; Fri, 30 Jan 2026 17:10:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769793015; bh=3DxQeeBfVpm2+71zRITF2v286289Fb7iGsGy1QsWTRw=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=pVtCU4M/wv9ytbgglzs0lRyGyvQkx0HNSLHo5LJeiPzM6Y8DwDifF5abwYMQJwLaZ xSlC2pjDiydq9m+QNMcggsp+vraQUM9sLECzK06nr/Ika4X0KoSJqKGw4+X4iwhIjH rcl14n7yDBUVsDaz5F0qR5UqlXH7X2nW2hZllkHya9EVmFE4sEOKvWB29bJu5okTZP 9qYWoMK4kbNrQYaPtEu3i730CqsYljwvNqcmVDVZc0awzaITqyp8W02cA7tz/7OXlF wVh8ceRbJKh6q3jgClGAnn+Y9Ykx2UpTKozWmBEy0KdWvfb+mt7Z26Ynt1uMlZvOiH M6AiGxjK9Na8A== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 4EC06380CFD5; Fri, 30 Jan 2026 17:10:09 +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 incomplete block usage in compact SSA summaries From: patchwork-bot+f2fs@kernel.org Message-Id: <176979300785.3449000.3636861708580013603.git-patchwork-notify@kernel.org> Date: Fri, 30 Jan 2026 17:10:07 +0000 References: <20260126222801.2229197-1-daeho43@gmail.com> In-Reply-To: <20260126222801.2229197-1-daeho43@gmail.com> To: Daeho Jeong Cc: linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, kernel-team@android.com, clm@meta.com, daehojeong@google.com Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Mon, 26 Jan 2026 14:28:01 -0800 you wrote: > From: Daeho Jeong > > In a previous commit, a bug was introduced where compact SSA summaries > failed to utilize the entire block space in non-4KB block size > configurations, leading to inefficient space management. > > This patch fixes the calculation logic to ensure that compact SSA > summaries can fully occupy the block regardless of the block size. > > [...] Here is the summary with links: - [f2fs-dev] f2fs: fix incomplete block usage in compact SSA summaries https://git.kernel.org/jaegeuk/f2fs/c/91b76f1059b6 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html