summaryrefslogtreecommitdiff
path: root/fs/ext4/mballoc-test.c
AgeCommit message (Expand)Author
2026-06-18Merge tag 'ext4_for_linus-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-06-03ext4: convert mballoc KUnit test to sget_fc()Christian Brauner
2026-06-01ext4: replace KUnit tests for memcmp() with KUNIT_ASSERT_MEMEQ()Ryota Sakamoto
2026-04-17Merge tag 'ext4_for_linux-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-04-13Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-04-09ext4: fix possible null-ptr-deref in mbt_kunit_exit()Ye Bin
2026-03-27ext4: fix mballoc-test.c is not compiled when EXT4_KUNIT_TESTS=MYe Bin
2026-03-09block: remove bdev_nonrot()Damien Le Moal
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-19ext4: fix dirtyclusters double decrement on fs shutdownBrian Foster
2025-07-25ext4: convert free groups order lists to xarraysBaokun Li
2025-07-25ext4: initialize superblock fields in the kballoc-test.c kunit testsZhang Yi
2025-03-13ext4: fix potential null dereference in ext4 kunit testCharles Han
2024-05-03ext4: add test_mb_mark_used_cost to estimate cost of mb_mark_usedKemeng Shi
2024-05-03ext4: implement filesystem specific alloc_inode in unit testKemeng Shi
2024-03-07ext4: initialize sbi->s_freeclusters_counter and sbi->s_dirtyclusters_counter...Kemeng Shi
2024-03-07ext4: hold group lock in ext4 kunit testKemeng Shi
2024-03-07ext4: alloc test super block from sgetKemeng Shi
2024-03-07ext4: kunit: use dynamic inode allocationArnd Bergmann
2024-02-21ext4: Add unit test for ext4_mb_mark_diskspace_usedKemeng Shi
2024-02-21ext4: Add unit test for mb_free_blocksKemeng Shi
2024-02-21ext4: Add unit test for mb_mark_usedKemeng Shi
2024-02-21ext4: Add unit test of ext4_mb_generate_buddyKemeng Shi
2024-02-21ext4: Add unit test for test_free_blocks_simpleKemeng Shi
2023-10-05ext4: run mballoc test with different layouts settingKemeng Shi
2023-10-05ext4: add first unit test for ext4_mb_new_blocks_simple in mballocKemeng Shi