public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] ext4: fix some bugs in online resize
@ 2022-11-16  7:27 Baokun Li
  2022-11-16  7:28 ` [PATCH v2 1/3] ext4: fix bad checksum after " Baokun Li
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Baokun Li @ 2022-11-16  7:27 UTC (permalink / raw)
  To: linux-ext4
  Cc: tytso, adilger.kernel, jack, ritesh.list, linux-kernel, yi.zhang,
	yukuai3, libaokun1

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-11-17  1:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-16  7:27 [PATCH v2 0/3] ext4: fix some bugs in online resize Baokun Li
2022-11-16  7:28 ` [PATCH v2 1/3] ext4: fix bad checksum after " Baokun Li
2022-11-16  7:28 ` [PATCH v2 2/3] ext4: fix corrupt backup group descriptors " Baokun Li
2022-11-16 11:49   ` Jan Kara
2022-11-16 13:14     ` Baokun Li
2022-11-16 15:26       ` Jan Kara
2022-11-17  1:37         ` Baokun Li
2022-11-16  7:28 ` [PATCH v2 3/3] ext4: fix corruption when online resizing a 1K bigalloc fs Baokun Li
2022-11-16 11:56   ` Jan Kara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox