From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.sourceforge.net (lists.sourceforge.net [216.105.38.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1D52DC77B7A for ; Thu, 18 May 2023 01:50:49 +0000 (UTC) Received: from [127.0.0.1] (helo=sfs-ml-3.v29.lw.sourceforge.com) by sfs-ml-3.v29.lw.sourceforge.com with esmtp (Exim 4.95) (envelope-from ) id 1pzSmz-00084o-Mc; Thu, 18 May 2023 01:50:47 +0000 Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-3.v29.lw.sourceforge.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1pzSmo-00084Y-5Y for linux-f2fs-devel@lists.sourceforge.net; Thu, 18 May 2023 01:50:35 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=Cc:To:In-Reply-To:References:Date:Message-Id:From: Subject:Content-Transfer-Encoding:MIME-Version:Content-Type:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=W6iWRekBHtz1heXpKMOPs9O0r0ELPkJKyE2d0MCapDU=; b=LXjkRnbqKP2Db6/ROxLWgoK6Cg BUmW4eJDcYxXik+p/CXYaW9uwtsBECy4D265wBSyjNqIgAL0oGCLdE/n99EtEQA34FxFGEEmCshGE LonMx/AeLwKPnprSRh2ej9h2XueOn4XPgeeFgkcCimcIYGhT2YOyygml1wmvPzYCZN5c=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=Cc:To:In-Reply-To:References:Date:Message-Id:From:Subject: Content-Transfer-Encoding:MIME-Version:Content-Type:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=W6iWRekBHtz1heXpKMOPs9O0r0ELPkJKyE2d0MCapDU=; b=AWFqFsAq5QHc8TgK56VVdgHdqA IY6QhP/TOC5IdV3JGKoTkBiiiDCf8HANJFM1elA8CiXs++oG9VRjW+LmnsxCimxWLAI1uTqbyWZ7W 4Ob+KuJlj4IoB9Bh8LP6avv0ulNDRnlRUOhEOnfR3U9fmg/ufl6XmhqHTbmctzndW/HU=; Received: from dfw.source.kernel.org ([139.178.84.217]) by sfi-mx-1.v28.lw.sourceforge.com with esmtps (TLS1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.95) id 1pzSmn-00Blvb-TC for linux-f2fs-devel@lists.sourceforge.net; Thu, 18 May 2023 01:50:34 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id D12D564C53; Thu, 18 May 2023 01:50:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id B11B9C433AF; Thu, 18 May 2023 01:50:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684374621; bh=38bOYjNs1Ei5s3rnORJ5Nb8u0FgNezxRrYWUA2SytAU=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Q1gogNMXzC873yWXitUSskmlkpMHUqrU/so15BeMInd63O95Z0PiQIDfc/lgwKtTv gVQ6yF2uolqfyJNpi2V7prfOB0aY4S3tclkU6T022njCExi8BNh6eOCDQr+Drw9El8 b5tTfGVnZbj+WcQz+nyrZuxmb8Rzt7BzIDWtAgERR47rdL683Q67i6WPm4y+DhjSiT oydUe7rv37Kk0vNjrPrysEIAqxHaurhb9h4BX4u7m0jm9+X9R9IY4q/lGwLJlsjrqR 8cFXhYDKGF6HKoBDAYeMd2HLdwp7VAsB5cIz6lXb6TNRjl3TIh2aHIp4mSd+ObbWij IHDi/2STeNaqg== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 93F5CE5421C; Thu, 18 May 2023 01:50:21 +0000 (UTC) MIME-Version: 1.0 From: patchwork-bot+f2fs@kernel.org Message-Id: <168437462160.19511.13019487085074367761.git-patchwork-notify@kernel.org> Date: Thu, 18 May 2023 01:50:21 +0000 References: <20230512041610epcms2p506e7539079670524146ba6eeeb9dbd63@epcms2p5> In-Reply-To: <20230512041610epcms2p506e7539079670524146ba6eeeb9dbd63@epcms2p5> To: Yonggil Song X-Headers-End: 1pzSmn-00Blvb-TC Subject: Re: [f2fs-dev] [PATCH v1] f2fs: Fix over-estimating free section during FG GC X-BeenThere: linux-f2fs-devel@lists.sourceforge.net X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-kernel@vger.kernel.org, beomsu7.kim@samsung.com, sukka.kim@samsung.com, jaegeuk@kernel.org, linux-f2fs-devel@lists.sourceforge.net Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Fri, 12 May 2023 13:16:10 +0900 you wrote: > There was a bug that finishing FG GC unconditionally because free sections > are over-estimated after checkpoint in FG GC. > This patch initializes sec_freed by every checkpoint in FG GC. > > Signed-off-by: Yonggil Song > --- > fs/f2fs/gc.c | 16 +++++++++++----- > 1 file changed, 11 insertions(+), 5 deletions(-) Here is the summary with links: - [f2fs-dev,v1] f2fs: Fix over-estimating free section during FG GC https://git.kernel.org/jaegeuk/f2fs/c/62c85994b958 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel