mbox series

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

Message ID 20221117040341.1380702-1-libaokun1@huawei.com
Headers show
Series ext4: fix some bugs in online resize | expand

Message

Baokun Li Nov. 17, 2022, 4:03 a.m. UTC
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(-)