Linux EXT4 FS development
 help / color / mirror / Atom feed
* [PATCH 0/5] Minor improvements and cleanups to ext4 mballoc
@ 2024-03-26 21:38 Kemeng Shi
  2024-03-26 21:38 ` [PATCH 1/5] ext4: keep "prefetch_grp" and "nr" consistent Kemeng Shi
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Kemeng Shi @ 2024-03-26 21:38 UTC (permalink / raw)
  To: tytso, adilger.kernel, linux-ext4, linux-kernel
  Cc: jack, ojaswin, ritesh.list

This series contains some minor improvements and cleanups to ext4
mballoc. No failure is found in "kvm-xfstests smoke" test and unit
test. More details can be found in respective patches. Thanks!

Kemeng Shi (5):
  ext4: keep "prefetch_grp" and "nr" consistent
  ext4: add test_mb_mark_used_cost to estimate cost of mb_mark_used
  ext4: call ext4_mb_mark_free_simple in mb_mark_used to clear bits
  ext4: use correct criteria name instead stale integer number in
    comment
  ext4: expand next_linear_group to remove repeat check for linear scan.

 fs/ext4/ext4.h         | 15 +++++--
 fs/ext4/mballoc-test.c | 56 ++++++++++++++++++++++++++
 fs/ext4/mballoc.c      | 89 +++++++++++++++++-------------------------
 fs/ext4/mballoc.h      |  4 +-
 4 files changed, 105 insertions(+), 59 deletions(-)

-- 
2.30.0


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

end of thread, other threads:[~2024-04-07  6:31 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-26 21:38 [PATCH 0/5] Minor improvements and cleanups to ext4 mballoc Kemeng Shi
2024-03-26 21:38 ` [PATCH 1/5] ext4: keep "prefetch_grp" and "nr" consistent Kemeng Shi
2024-03-29  7:52   ` Ojaswin Mujoo
2024-04-04 13:22   ` Jan Kara
2024-03-26 21:38 ` [PATCH 2/5] ext4: add test_mb_mark_used_cost to estimate cost of mb_mark_used Kemeng Shi
2024-03-29  7:26   ` kernel test robot
2024-03-26 21:38 ` [PATCH 3/5] ext4: call ext4_mb_mark_free_simple in mb_mark_used to clear bits Kemeng Shi
2024-04-04 14:16   ` Jan Kara
2024-04-07  6:31     ` Kemeng Shi
2024-03-26 21:38 ` [PATCH 4/5] ext4: use correct criteria name instead stale integer number in comment Kemeng Shi
2024-03-29  7:15   ` Ojaswin Mujoo
2024-04-04 14:19   ` Jan Kara
2024-04-07  3:21     ` Kemeng Shi
2024-03-26 21:38 ` [PATCH 5/5] ext4: expand next_linear_group to remove repeat check for linear scan Kemeng Shi
2024-03-29  7:14   ` Ojaswin Mujoo
2024-04-03  6:57     ` Kemeng Shi

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