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 4025D29CE9 for ; Wed, 7 Jan 2026 03:33:37 +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=1767756818; cv=none; b=lTua1OfB8vW6nQ8/iB4qV1XB47jtQTLQraRXnKAsp6Lqdm7wptAqn6TpIDKjMIDuE9C8+KLaO+r/4tvJeQyyRql539ZeOrR796nQSMPqrjDFav7xKtndGK4yLfIPYH0C0tihFevuGhtGIvMigCMFMnDWCW8epJdZYW8Fb8WNMzY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767756818; c=relaxed/simple; bh=d/UjRsAiBGfKR+QybRPg1W0kCdRY/JDBOHEsrfQeOFQ=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=OCh9wVtOtp/G67bRWgLKIVa4GsmLwkiliXvySiWRBVTIxmrBShHwUyPu/szanm606XxhJID3I6P9/CgJ2KOKrzA9aikxRmN3i99rRo2q0Jyof7f59FdQv7Hm1sxZsKuNLryz+h9AJMUs8VxMx7wOAu1xm42rSLBGosUodo/9cBw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=aFc+5S+t; 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="aFc+5S+t" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D0298C4CEF7; Wed, 7 Jan 2026 03:33:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1767756817; bh=d/UjRsAiBGfKR+QybRPg1W0kCdRY/JDBOHEsrfQeOFQ=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=aFc+5S+tlKvK7pwuVUsy2zuhC9EX2FO2oeQrMmSdmoeelf8xAbtMn1XUyDrBQzzbX mqGeVrZ4VL4zSoh7TljVEHtCAeW58djSk5oMsc01uUxp4HU/RJ1yUBtd1HWGPQfOfH qsayLjOeQ+8+mjE/WeWrqYsqF/pLaThA68blfHER+BQ3kBDxgDBBDyJGFAZH4/uL75 8w6wkv5mVfucWgij4DIkm8WbbXe0lUGfJ2ccGTcx0wluB5Dbp2JF4nHfxRMSJsvPw7 QnDJ7ls9Ncg3XRGhKjvmFeTyYp+A9H62smCWfE04rbadNJ5lQawLiaq5cJ4W5xXlJ3 okahtIJsboe6A== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 785D3380CEF5; Wed, 7 Jan 2026 03:30:16 +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 to do sanity check on nat entry of quota inode From: patchwork-bot+f2fs@kernel.org Message-Id: <176775661502.2218650.16626451247711229213.git-patchwork-notify@kernel.org> Date: Wed, 07 Jan 2026 03:30:15 +0000 References: <20251219025104.12256-1-chao@kernel.org> In-Reply-To: <20251219025104.12256-1-chao@kernel.org> To: Chao Yu Cc: jaegeuk@kernel.org, zhiguo.niu@unisoc.com, linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Fri, 19 Dec 2025 10:51:04 +0800 you wrote: > As Zhiguo reported, nat entry of quota inode could be corrupted: > > "ino/block_addr=NULL_ADDR in nid=4 entry" > > We'd better to do sanity check on quota inode to detect and record > nat.blk_addr inconsistency, so that we can have a chance to repair > it w/ later fsck. > > [...] Here is the summary with links: - [f2fs-dev] f2fs: fix to do sanity check on nat entry of quota inode https://git.kernel.org/jaegeuk/f2fs/c/3cb396a2c790 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html