[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230714025528.564988-1-yi.zhang@huaweicloud.com>
Date: Fri, 14 Jul 2023 10:55:25 +0800
From: Zhang Yi <yi.zhang@...weicloud.com>
To: linux-ext4@...r.kernel.org
Cc: tytso@....edu, adilger.kernel@...ger.ca, jack@...e.cz,
yi.zhang@...wei.com, yi.zhang@...weicloud.com,
chengzhihao1@...wei.com, yang.lee@...ux.alibaba.com,
yukuai3@...wei.com
Subject: [PATCH 0/3] jbd2: some fixes and cleanup about "jbd2: fix several checkpoint inconsistent issues"
From: Zhang Yi <yi.zhang@...wei.com>
These patch set includes 2 fixes and 1 cleanup about "jbd2: fix several
checkpoint inconsistent issues" patch set[1] recently applied in dev
branch. The first patch fix a performance regression introduced while
merging journal_shrink_one_cp_list(). The second one add a missing
check before dropping checkpoint buffer that could lead to filesystem
inconsistent. The last patch which is from Yang Li, remove the unused
__cp_buffer_busy() helper. Please see the corresponding patch for
details.
[1] https://lore.kernel.org/linux-ext4/168918657577.3681557.17979362698032386800.b4-ty@mit.edu/T/#t
Thanks,
Yi.
Yang Li (1):
jbd2: remove unused function '__cp_buffer_busy'
Zhang Yi (1):
jbd2: fix checkpoint cleanup performance regression
Zhihao Cheng (1):
jbd2: Check 'jh->b_transaction' before remove it from checkpoint
fs/jbd2/checkpoint.c | 34 ++++++++++++++++------------------
1 file changed, 16 insertions(+), 18 deletions(-)
--
2.39.2
Powered by blists - more mailing lists