aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/mballoc-test.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-07ext4: initialize sbi->s_freeclusters_counter and sbi->s_dirtyclusters_counter...Kemeng Shi1-1/+19
2024-03-07ext4: hold group lock in ext4 kunit testKemeng Shi1-0/+9
2024-03-07ext4: alloc test super block from sgetKemeng Shi1-16/+39
2024-03-07ext4: kunit: use dynamic inode allocationArnd Bergmann1-6/+21
2024-02-21ext4: Add unit test for ext4_mb_mark_diskspace_usedKemeng Shi1-0/+52
2024-02-21ext4: Add unit test for mb_free_blocksKemeng Shi1-0/+69
2024-02-21ext4: Add unit test for mb_mark_usedKemeng Shi1-0/+78
2024-02-21ext4: Add unit test of ext4_mb_generate_buddyKemeng Shi1-0/+207
2024-02-21ext4: Add unit test for test_free_blocks_simpleKemeng Shi1-0/+96
2023-10-05ext4: run mballoc test with different layouts settingKemeng Shi1-14/+38
2023-10-05ext4: add first unit test for ext4_mb_new_blocks_simple in mballocKemeng Shi1-0/+325