[PATCH v3 0/3] ext4: fix some bugs in online resize

From: Baokun Li
Date: Wed Nov 16 2022 - 22:42:26 EST


V1->V2:
Replace s_first_data_block with ext4_group_first_block_no() in patch 3
to avoid type warning.(Reported-by: kernel test robot <lkp@xxxxxxxxx>)
V2->V3:
Modify the patch2 scheme and retain s_block_group_nr.

Baokun Li (3):
ext4: fix bad checksum after online resize
ext4: fix corrupt backup group descriptors after online resize
ext4: fix corruption when online resizing a 1K bigalloc fs

fs/ext4/resize.c | 32 ++++++++++++++++++++------------
1 file changed, 20 insertions(+), 12 deletions(-)

--
2.31.1