mbox series

[0/4] ext4: fix WARN_ON in alloc_flex_gd()

Message ID 20231018114221.441526-1-libaokun1@huawei.com
Headers show
Series ext4: fix WARN_ON in alloc_flex_gd() | expand

Message

Baokun Li Oct. 18, 2023, 11:42 a.m. UTC
Baokun Li (4):
  ext4: unify the type of flexbg_size to unsigned int
  ext4: remove unnecessary check from alloc_flex_gd()
  ext4: avoid online resizing failures due to oversized flex bg
  ext4: reduce unnecessary memory allocation in alloc_flex_gd()

 fs/ext4/resize.c | 49 ++++++++++++++++++++++++++++++++----------------
 1 file changed, 33 insertions(+), 16 deletions(-)