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

Baokun Li posted 3 patches 3 years, 4 months ago
fs/ext4/resize.c | 32 ++++++++++++++++++++------------
1 file changed, 20 insertions(+), 12 deletions(-)
[PATCH v3 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>)
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