From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 7836D37AA9E for ; Fri, 21 Aug 2026 15:51:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787327466; cv=none; b=dS+11qQ/HhA13w9K66FeRo8ccDZflqbRqVuensIZMsfK9b2TdigaUO2kcwd/cvuXeJMVScHUZgT59py7+ceTBn62B3yA/gaIkEBqQn7DsU47rXkB3ZlCHRv02STISg+korXoJLF46D321IqAxPCgi8rKPOriuPG31dojaXTs4GU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787327466; c=relaxed/simple; bh=M1WyLke+4vmL9VOo7+CubadPG5NX7/nmZzERdeoL0IE=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=fw0s8MkfaJ4KytwrzHz7AFSVAlSbY7jI7ocDvJIzTsJNbRNUvXzRtflyGmkduTP6cE8vv2EZv7F7qjQezHWFkeDCdrB+xXjvpYCGD1V30oLNEeLia8022AbUClGjAJLAmEvghKU+bZby5JL0bfe2LsmiCs+XrZ+wwU6oFda2YKA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Ee4P9JcM; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Ee4P9JcM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B452B1F000E9; Fri, 21 Aug 2026 15:51:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1787327463; bh=uTLiyKwXWRq3qYZhqLehDaUhb6BBr9VI/I8RzOx7J90=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=Ee4P9JcM9VmM+5gwZzcCtIXZF6NHmT6px39ej0tZ+jCFtKfOsSXfbHIf5QRaWs4pH 8orKmxH7TDtm3ovHjDqN4007Lqld2jnhCr386w8QnqsMfpszU68aaoOxkSF9YtrWb9 LuaWxjySanjwsFKQH9k9UkeB/MjJhc84ECFt3Kf5qySHOt7I/d6TSiKa65JzOjFy+U yf3fOGHgUajOCfHKKLH0SjLD+GKb9ujMPaqKPWTqHL1cQy7WE01NR6tjxRLEid9I5R cXmAjkXUY56OofNKa9/C0b2DRMS80SXr7glIxeETHslbKKCeiyE5I5zmOehRQzsINW 3eDhP3EYFG4TQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 93864380A979; Fri, 21 Aug 2026 15:50:14 +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 v2] f2fs: avoid setting SBI_NEED_FSCK on transient resize failure From: patchwork-bot+f2fs@kernel.org Message-Id: <178732741314.1339488.16297282367376020116.git-patchwork-notify@kernel.org> Date: Fri, 21 Aug 2026 15:50:13 +0000 References: <20260820164340.2802152-1-daeho43@gmail.com> In-Reply-To: <20260820164340.2802152-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 Thu, 20 Aug 2026 09:43:40 -0700 you wrote: > From: Daeho Jeong > > When free_segment_range() fails in f2fs_resize_fs(), no on-disk > superblock or filesystem metadata has been modified yet, and > free_segment_range() safely restores all in-memory counters before > returning. > > [...] Here is the summary with links: - [f2fs-dev,v2] f2fs: avoid setting SBI_NEED_FSCK on transient resize failure https://git.kernel.org/jaegeuk/f2fs/c/258c95150c26 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html