[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240326213823.528302-1-shikemeng@huaweicloud.com>
Date: Wed, 27 Mar 2024 05:38:18 +0800
From: Kemeng Shi <shikemeng@...weicloud.com>
To: tytso@....edu,
	adilger.kernel@...ger.ca,
	linux-ext4@...r.kernel.org,
	linux-kernel@...r.kernel.org
Cc: jack@...e.cz,
	ojaswin@...ux.ibm.com,
	ritesh.list@...il.com
Subject: [PATCH 0/5] Minor improvements and cleanups to ext4 mballoc
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
Powered by blists - more mailing lists