public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] More unit test for mballoc
@ 2023-11-25 15:41 Kemeng Shi
  2023-11-25 15:41 ` [PATCH 1/5] ext4: Add unit test for test_free_blocks_simple Kemeng Shi
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Kemeng Shi @ 2023-11-25 15:41 UTC (permalink / raw)
  To: tytso, adilger.kernel; +Cc: linux-ext4, linux-kernel

Sorry for the late update as I was busy on my own things.
This series covers more function to mark on-disk bitmap. Besides, some
code which is relevant to buddy cache is also tested.
Before more work is done, I want to be sure I'm not on a wrong
direction!

Kemeng Shi (5):
  ext4: Add unit test for test_free_blocks_simple
  ext4: Add unit test of ext4_mb_generate_buddy
  ext4: Add unit test for mb_mark_used
  ext4: Add unit test for mb_free_blocks
  ext4: Add unit test for ext4_mb_mark_diskspace_used

 fs/ext4/mballoc-test.c | 504 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 504 insertions(+)

-- 
2.30.0


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

end of thread, other threads:[~2023-11-25 17:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-25 15:41 [PATCH 0/5] More unit test for mballoc Kemeng Shi
2023-11-25 15:41 ` [PATCH 1/5] ext4: Add unit test for test_free_blocks_simple Kemeng Shi
2023-11-25 15:41 ` [PATCH 2/5] ext4: Add unit test of ext4_mb_generate_buddy Kemeng Shi
2023-11-25 15:41 ` [PATCH 3/5] ext4: Add unit test for mb_mark_used Kemeng Shi
2023-11-25 15:41 ` [PATCH 4/5] ext4: Add unit test for mb_free_blocks Kemeng Shi
2023-11-25 15:41 ` [PATCH 5/5] ext4: Add unit test for ext4_mb_mark_diskspace_used Kemeng Shi
2023-11-25 15:00   ` kernel test robot
2023-11-25 17:34   ` kernel test robot

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