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

Baokun Li posted 3 patches 3 years, 4 months ago
There is a newer version of this series
fs/ext4/resize.c | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)
[PATCH v2 0/3] ext4: fix some bugs in online resize
Posted by Baokun Li 3 years, 4 months ago
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@intel.com>)

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