All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] ext4: fix WARN_ON in alloc_flex_gd()
@ 2023-10-23  1:30 Baokun Li
  2023-10-23  1:30 ` [PATCH v2 1/4] ext4: unify the type of flexbg_size to unsigned int Baokun Li
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Baokun Li @ 2023-10-23  1:30 UTC (permalink / raw)
  To: linux-ext4
  Cc: tytso, adilger.kernel, jack, ritesh.list, linux-kernel, yi.zhang,
	yangerkun, yukuai3, libaokun1

Changes since v1:
* Modified the comments in patch 4.

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(-)

-- 
2.31.1


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

end of thread, other threads:[~2024-01-09  2:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-23  1:30 [PATCH v2 0/4] ext4: fix WARN_ON in alloc_flex_gd() Baokun Li
2023-10-23  1:30 ` [PATCH v2 1/4] ext4: unify the type of flexbg_size to unsigned int Baokun Li
2023-10-23  2:31   ` kernel test robot
2023-10-23  1:30 ` [PATCH v2 2/4] ext4: remove unnecessary check from alloc_flex_gd() Baokun Li
2023-10-23  1:30 ` [PATCH v2 3/4] ext4: avoid online resizing failures due to oversized flex bg Baokun Li
2023-10-23  2:43   ` kernel test robot
2023-10-23  1:30 ` [PATCH v2 4/4] ext4: reduce unnecessary memory allocation in alloc_flex_gd() Baokun Li
2024-01-09  2:53 ` [PATCH v2 0/4] ext4: fix WARN_ON " Theodore Ts'o

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.