summaryrefslogtreecommitdiffstats
path: root/fs/ext4/mballoc-test.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: add test_mb_mark_used_cost to estimate cost of mb_mark_usedKemeng Shi2024-05-031-0/+52
* ext4: implement filesystem specific alloc_inode in unit testKemeng Shi2024-05-031-0/+24
* ext4: initialize sbi->s_freeclusters_counter and sbi->s_dirtyclusters_counter...Kemeng Shi2024-03-071-1/+19
* ext4: hold group lock in ext4 kunit testKemeng Shi2024-03-071-0/+9
* ext4: alloc test super block from sgetKemeng Shi2024-03-071-16/+39
* ext4: kunit: use dynamic inode allocationArnd Bergmann2024-03-071-6/+21
* ext4: Add unit test for ext4_mb_mark_diskspace_usedKemeng Shi2024-02-211-0/+52
* ext4: Add unit test for mb_free_blocksKemeng Shi2024-02-211-0/+69
* ext4: Add unit test for mb_mark_usedKemeng Shi2024-02-211-0/+78
* ext4: Add unit test of ext4_mb_generate_buddyKemeng Shi2024-02-211-0/+207
* ext4: Add unit test for test_free_blocks_simpleKemeng Shi2024-02-211-0/+96
* ext4: run mballoc test with different layouts settingKemeng Shi2023-10-051-14/+38
* ext4: add first unit test for ext4_mb_new_blocks_simple in mballocKemeng Shi2023-10-051-0/+325