Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp423029pxj; Thu, 10 Jun 2021 04:17:04 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzu0ja6UHeDxT4apnctpRNL6wJVtu6HV5RYbbB5nVdHYON2BNnSyFmGrQb0r/r9yDLZs0Pe X-Received: by 2002:a17:906:944a:: with SMTP id z10mr3965559ejx.224.1623323823860; Thu, 10 Jun 2021 04:17:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623323823; cv=none; d=google.com; s=arc-20160816; b=RMI+3VHW/csKZUPIvusya1aKURv/ymSMPwU1g/CWKtc6xiGIicILDB+jZ7zFChhGPh +DaPR+dcoK6CPQn6Ztx4m1hHWU2Y5pv99F46FQd6M37VMkethJknTxL9zJ1Y/QRynMaB /2SbGM/Uk6kPxMq2qdCFzK1hzjJshPavRKeg4crHVASZcCsM65DgKJl4E9YKfCvWisB1 C1QgEImtzggSdeg8szE6V4qj8q6u7Vvnx1btAvQd+socrcSrpVd9e/0gtyB8m+JaYWiO h3PUEDbanfyOMpZ3BEEc27ZbbPX6bX9MUVs890H2XI396Tn2E90+iVV7n9/MrSpaXq0Y nmfQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=993n9t5NrMTi+vaQwYxDwNv45BINftJ6ChBNp80E7zM=; b=nR+WjCo4wkqKD7FC8KfXCBE0y4z83grftb1A4Ce63KqFMnEow9dzobX3IEH1hfHK20 rz15tKGiUtVgq5rYnMFMzUsW2QolnQevOBrXgE2ax+E8biIvVz/DXraElRoBn6vA8cbK JWYYMdsfMbyNDfo8iUkRPFknXa2W4FamJzOQ0/Kwcb9IatI9ELEqQhy0738e41ynILmJ kSFOCWkAI59TVzYUWsCxf/v+ydrF6civS28feZhSMKsP7DnzqwmTc2kFSr00Utnyq/3+ DcO2PLV23+cmwQOG8Wh+EBm6fqUvcpzDI4T2bo6Feb1oa5ug3weJC+ncKdBgYWSXjOqe IH7A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id gh14si2066516ejb.475.2021.06.10.04.16.38; Thu, 10 Jun 2021 04:17:03 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230146AbhFJLRs (ORCPT + 99 others); Thu, 10 Jun 2021 07:17:48 -0400 Received: from szxga01-in.huawei.com ([45.249.212.187]:9066 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229961AbhFJLRs (ORCPT ); Thu, 10 Jun 2021 07:17:48 -0400 Received: from dggeme752-chm.china.huawei.com (unknown [172.30.72.56]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4G11Y750PlzYsRj; Thu, 10 Jun 2021 19:12:59 +0800 (CST) Received: from huawei.com (10.175.127.227) by dggeme752-chm.china.huawei.com (10.3.19.98) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Thu, 10 Jun 2021 19:15:50 +0800 From: Zhang Yi To: , , , CC: , , , Subject: [RFC PATCH v4 0/8] ext4, jbd2: fix 3 issues about bdev_try_to_free_page() Date: Thu, 10 Jun 2021 19:24:32 +0800 Message-ID: <20210610112440.3438139-1-yi.zhang@huawei.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.175.127.227] X-ClientProxiedBy: dggems701-chm.china.huawei.com (10.3.19.178) To dggeme752-chm.china.huawei.com (10.3.19.98) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org This patchset fix a potential filesystem inconsistency problem and two use-after-free problems about bdev_try_to_free_page(). Patch 1-4: Fix a potential filesystem inconsistency problem caused by freeing buffers and doing umount concurrently, and also do some cleanup. Patch 5-8: Add a shrinker to release journal_head of checkpoint buffers and remove the buggy bdev_try_to_free_page() at all. Changes since v3: - Patch 2: Fix one spelling mistake. - Patch 3: Drop unnecessary 'result' check codes. - Patch 5, declare static for jbd2_journal_shrink_[scan|count](), and use percpu_counter_read_positive() to calculate the number of shrinkable journal heads. - Add 'Reviewed-by' tag from Jan besides the fifth patch. Hi Jan, I modify the fifth patch as Dave suggested, please give a look at this patch again. Thanks, Yi. ------------------ Changes since v2: - Fix some comments and spelling mistakes on patch 2 and 3. - Give up the solution of add refcount on super_block and fix the use-after-free issue in bdev_try_to_free_page(), switch to introduce a shrinker to free checkpoint buffers' journal_head and remove the whole callback at all. Changes since v1: - Do not use j_checkpoint_mutex to fix the filesystem inconsistency problem, introduce a new mark instead. - Fix superblock use-after-free issue in blkdev_releasepage(). - Avoid race between bdev_try_to_free_page() and ext4_put_super(). Zhang Yi (8): jbd2: remove the out label in __jbd2_journal_remove_checkpoint() jbd2: ensure abort the journal if detect IO error when writing original buffer back jbd2: don't abort the journal when freeing buffers jbd2: remove redundant buffer io error checks jbd2,ext4: add a shrinker to release checkpointed buffers jbd2: simplify journal_clean_one_cp_list() ext4: remove bdev_try_to_free_page() callback fs: remove bdev_try_to_free_page callback fs/block_dev.c | 15 --- fs/ext4/super.c | 29 ++--- fs/jbd2/checkpoint.c | 206 +++++++++++++++++++++++++++++------- fs/jbd2/journal.c | 101 ++++++++++++++++++ fs/jbd2/transaction.c | 17 --- include/linux/fs.h | 1 - include/linux/jbd2.h | 37 +++++++ include/trace/events/jbd2.h | 101 ++++++++++++++++++ 8 files changed, 414 insertions(+), 93 deletions(-) -- 2.31.1