summaryrefslogtreecommitdiff
path: root/fs/ext4/mballoc-test.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-29ext4: use anonymous devices for KUnit test superblocksChristian Brauner1-7/+2
2026-06-18Merge tag 'ext4_for_linus-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+3
2026-06-03ext4: convert mballoc KUnit test to sget_fc()Christian Brauner1-2/+15
2026-06-01ext4: replace KUnit tests for memcmp() with KUNIT_ASSERT_MEMEQ()Ryota Sakamoto1-6/+3
2026-04-17Merge tag 'ext4_for_linux-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+5
2026-04-13Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2026-04-09ext4: fix possible null-ptr-deref in mbt_kunit_exit()Ye Bin1-1/+5
2026-03-27ext4: fix mballoc-test.c is not compiled when EXT4_KUNIT_TESTS=MYe Bin1-40/+41
2026-03-09block: remove bdev_nonrot()Damien Le Moal1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-7/+6
2026-01-19ext4: fix dirtyclusters double decrement on fs shutdownBrian Foster1-1/+1
2025-07-25ext4: convert free groups order lists to xarraysBaokun Li1-4/+0
2025-07-25ext4: initialize superblock fields in the kballoc-test.c kunit testsZhang Yi1-0/+9
2025-03-13ext4: fix potential null dereference in ext4 kunit testCharles Han1-0/+2
2024-05-03ext4: add test_mb_mark_used_cost to estimate cost of mb_mark_usedKemeng Shi1-0/+52
2024-05-03ext4: implement filesystem specific alloc_inode in unit testKemeng Shi1-0/+24
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