public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] A few patches to improve ext4 balloc
@ 2023-02-21 11:59 Kemeng Shi
  2023-02-21 11:59 ` [PATCH 1/7] ext4: properly handle error of ext4_init_block_bitmap in ext4_read_block_bitmap_nowait Kemeng Shi
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: Kemeng Shi @ 2023-02-21 11:59 UTC (permalink / raw)
  To: tytso, adilger.kernel; +Cc: linux-ext4, linux-kernel, shikemeng

Hi, this series contain patches to properly handle error in
ext4_read_block_bitmap_nowait to avoid potential data
inconsistent, correct validation check of inode table in
ext4_valid_block_bitmap and other random cleanup patches.
More details can be found in respective log.
Thanks!

Kemeng Shi (7):
  ext4: properly handle error of ext4_init_block_bitmap in
    ext4_read_block_bitmap_nowait
  ext4: correct validation check of inode table in
    ext4_valid_block_bitmap
  ext4: call ext4_bg_num_gdb_[no]meta directly in
    ext4_num_base_meta_clusters
  ext4: remove unnecessary check in ext4_bg_num_gdb_nometa
  ext4: remove stale comment in ext4_init_block_bitmap
  ext4: stop trying to verify just initialized bitmap in
    ext4_read_block_bitmap_nowait
  ext4: improve inode table blocks counting in
    ext4_num_overhead_clusters

 fs/ext4/balloc.c | 121 ++++++++++++++++++++++++-----------------------
 1 file changed, 61 insertions(+), 60 deletions(-)

-- 
2.30.0


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

end of thread, other threads:[~2023-06-13 14:47 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-21 11:59 [PATCH 0/7] A few patches to improve ext4 balloc Kemeng Shi
2023-02-21 11:59 ` [PATCH 1/7] ext4: properly handle error of ext4_init_block_bitmap in ext4_read_block_bitmap_nowait Kemeng Shi
2023-02-21 11:59 ` [PATCH 2/7] ext4: correct validation check of inode table in ext4_valid_block_bitmap Kemeng Shi
2023-02-21 11:59 ` [PATCH 3/7] ext4: call ext4_bg_num_gdb_[no]meta directly in ext4_num_base_meta_clusters Kemeng Shi
2023-02-21 11:59 ` [PATCH 4/7] ext4: remove unnecessary check in ext4_bg_num_gdb_nometa Kemeng Shi
     [not found]   ` <20230613131507.0ce55666@mir>
2023-06-13 12:04     ` Linux regression tracking (Thorsten Leemhuis)
2023-06-13 14:46     ` Kemeng Shi
2023-02-21 11:59 ` [PATCH 5/7] ext4: remove stale comment in ext4_init_block_bitmap Kemeng Shi
2023-02-21 11:59 ` [PATCH 6/7] ext4: stop trying to verify just initialized bitmap in ext4_read_block_bitmap_nowait Kemeng Shi
2023-02-21 11:59 ` [PATCH 7/7] ext4: improve inode table blocks counting in ext4_num_overhead_clusters Kemeng Shi
2023-02-22 15:13   ` Dan Carpenter
2023-02-23  1:31     ` Kemeng Shi
2023-02-23  4:04       ` Dan Carpenter
2023-03-20 12:44   ` Jan Kara
2023-03-20 13:19     ` Kemeng Shi
2023-03-17  1:52 ` [PATCH 0/7] A few patches to improve ext4 balloc Theodore Ts'o

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