Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp700755ybz; Fri, 1 May 2020 07:03:41 -0700 (PDT) X-Google-Smtp-Source: APiQypIeVeaQ9MHsQe5d6Udr1uoekT66WQlYzDasc5NdXV11rgVVqFmNaaqFeFxHystgszlGyQSA X-Received: by 2002:a1c:e408:: with SMTP id b8mr4259446wmh.68.1588341821084; Fri, 01 May 2020 07:03:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1588341821; cv=none; d=google.com; s=arc-20160816; b=tIe0uNQPP93Hi6MEYWKDHbcwsjJjwZf7i90vC/SU8jmJFsy1GV7Mxyf91a2eQGB6Al xnDeiMcptckR7a6GIkLqa2RiNFwyLv9CJZyqZD+on3JUlBMA9eojw089QNZpzM6qnnJt njobAiqU6eHudo2uVRz1EuIY6U0YokSA/Z+PgEmff+1CGyA+gdyBGpqeqT2PiPq4uUv+ F6QOLSwQVWbbUqGuGfSqlkNYj9cLF0oBfsVD9FobpRQYmrzqK1ZgoagaKhF2DYEOJdxh e7ieTC7XUL4I8+Ux3X7FSz74OR9P4BZQ0Yrn9RJhQf5HjToMsd3e4gLe8NVdowM22Eou fDsw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=9pb8tqoDjzNmmhQjv9ShFwvF7ry/9Xl48YaQWoGAO9g=; b=fN0D1LYUgYx15STNYmBQ0lE6lvRyMj/UR85F6rSwuGiEMsrKYoLkyvromfbpw92ROA Exi9yuetmQTTCjwVUeLwQuEfoAZp4uBF8d+b4hxnMH3v+4DdXvsCBMHCqHz5Gg6OmBBa O+dWk+L2obHPlOWwXTnwdX8zAO0P3D/OwZX9UiD2puBFDhj2VpGxtuufO/PJ1WUaip/N XG5C8rvjAjeVvQ8No7nb4v+7RMJRELEryZ9mSW3gjatXoKH8ISRC8iaB/4waVa97c11q 6LXqY58lZ1h2LRueLOfOevULF5bpgCh57SiVCEVKOcuMMFHlvyg1aO0Frd5Tip5tZpiS z0Hg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=Rzf1UflI; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id u11si1743740eda.41.2020.05.01.07.03.16; Fri, 01 May 2020 07:03:41 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=Rzf1UflI; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729518AbgEAN1q (ORCPT + 99 others); Fri, 1 May 2020 09:27:46 -0400 Received: from mail.kernel.org ([198.145.29.99]:50134 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729508AbgEAN1k (ORCPT ); Fri, 1 May 2020 09:27:40 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C8A54208DB; Fri, 1 May 2020 13:27:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588339660; bh=HLOmRGuur+d7bxrS1mkmXhq7aO6VGkqNWulZ7KMdfTw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Rzf1UflIgEoRqH9vzVhODqgy8nWBqP7Ve5jp6fWoT0lP1UzAbNGK+6nANKMP1AwPt fYa54ScPr9aBtMHz6YWktgKpzv796pFwe1wl2s2ctmVh/bejAFQeyML+L3v7gaMjDH UWPT1SpsHR8L+eGN0JlzA92nFUKzmdt1b/gDBtic= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Dan Rue , Theodore Tso , Naresh Kamboju , Ashwin H Subject: [PATCH 4.4 68/70] ext4: dont perform block validity checks on the journal inode Date: Fri, 1 May 2020 15:21:56 +0200 Message-Id: <20200501131534.574938892@linuxfoundation.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200501131513.302599262@linuxfoundation.org> References: <20200501131513.302599262@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Theodore Ts'o commit 0a944e8a6c66ca04c7afbaa17e22bf208a8b37f0 upstream. Since the journal inode is already checked when we added it to the block validity's system zone, if we check it again, we'll just trigger a failure. This was causing failures like this: [ 53.897001] EXT4-fs error (device sda): ext4_find_extent:909: inode #8: comm jbd2/sda-8: pblk 121667583 bad header/extent: invalid extent entries - magic f30a, entries 8, max 340(340), depth 0(0) [ 53.931430] jbd2_journal_bmap: journal block not found at offset 49 on sda-8 [ 53.938480] Aborting journal on device sda-8. ... but only if the system was under enough memory pressure that logical->physical mapping for the journal inode gets pushed out of the extent cache. (This is why it wasn't noticed earlier.) Fixes: 345c0dbf3a30 ("ext4: protect journal inode's blocks using block_validity") Reported-by: Dan Rue Signed-off-by: Theodore Ts'o Tested-by: Naresh Kamboju Signed-off-by: Ashwin H Signed-off-by: Greg Kroah-Hartman --- fs/ext4/extents.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) --- a/fs/ext4/extents.c +++ b/fs/ext4/extents.c @@ -549,10 +549,14 @@ __read_extent_tree_block(const char *fun } if (buffer_verified(bh) && !(flags & EXT4_EX_FORCE_CACHE)) return bh; - err = __ext4_ext_check(function, line, inode, - ext_block_hdr(bh), depth, pblk); - if (err) - goto errout; + if (!ext4_has_feature_journal(inode->i_sb) || + (inode->i_ino != + le32_to_cpu(EXT4_SB(inode->i_sb)->s_es->s_journal_inum))) { + err = __ext4_ext_check(function, line, inode, + ext_block_hdr(bh), depth, pblk); + if (err) + goto errout; + } set_buffer_verified(bh); /* * If this is a leaf block, cache all of its entries