[PATCH v2 0/3] ext4: fix some bugs in online resize
From: Baokun Li
Date: Wed Nov 16 2022 - 02:06:47 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>)
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 | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)
--
2.31.1