From: Zhang Yi <yi.zhang@xxxxxxxxxx> 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@xxxxxxx/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