index
:
pub/scm/linux/kernel/git/ljs/linux.git
master
ljs's fork of linux.git
Lorenzo Stoakes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
mballoc-test.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-29
ext4: use anonymous devices for KUnit test superblocks
Christian Brauner
1
-7
/
+2
2026-06-18
Merge tag 'ext4_for_linus-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-6
/
+3
2026-06-03
ext4: convert mballoc KUnit test to sget_fc()
Christian Brauner
1
-2
/
+15
2026-06-01
ext4: replace KUnit tests for memcmp() with KUNIT_ASSERT_MEMEQ()
Ryota Sakamoto
1
-6
/
+3
2026-04-17
Merge tag 'ext4_for_linux-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+5
2026-04-13
Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2026-04-09
ext4: fix possible null-ptr-deref in mbt_kunit_exit()
Ye Bin
1
-1
/
+5
2026-03-27
ext4: fix mballoc-test.c is not compiled when EXT4_KUNIT_TESTS=M
Ye Bin
1
-40
/
+41
2026-03-09
block: remove bdev_nonrot()
Damien Le Moal
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-6
/
+6
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-7
/
+6
2026-01-19
ext4: fix dirtyclusters double decrement on fs shutdown
Brian Foster
1
-1
/
+1
2025-07-25
ext4: convert free groups order lists to xarrays
Baokun Li
1
-4
/
+0
2025-07-25
ext4: initialize superblock fields in the kballoc-test.c kunit tests
Zhang Yi
1
-0
/
+9
2025-03-13
ext4: fix potential null dereference in ext4 kunit test
Charles Han
1
-0
/
+2
2024-05-03
ext4: add test_mb_mark_used_cost to estimate cost of mb_mark_used
Kemeng Shi
1
-0
/
+52
2024-05-03
ext4: implement filesystem specific alloc_inode in unit test
Kemeng Shi
1
-0
/
+24
2024-03-07
ext4: initialize sbi->s_freeclusters_counter and sbi->s_dirtyclusters_counter...
Kemeng Shi
1
-1
/
+19
2024-03-07
ext4: hold group lock in ext4 kunit test
Kemeng Shi
1
-0
/
+9
2024-03-07
ext4: alloc test super block from sget
Kemeng Shi
1
-16
/
+39
2024-03-07
ext4: kunit: use dynamic inode allocation
Arnd Bergmann
1
-6
/
+21
2024-02-21
ext4: Add unit test for ext4_mb_mark_diskspace_used
Kemeng Shi
1
-0
/
+52
2024-02-21
ext4: Add unit test for mb_free_blocks
Kemeng Shi
1
-0
/
+69
2024-02-21
ext4: Add unit test for mb_mark_used
Kemeng Shi
1
-0
/
+78
2024-02-21
ext4: Add unit test of ext4_mb_generate_buddy
Kemeng Shi
1
-0
/
+207
2024-02-21
ext4: Add unit test for test_free_blocks_simple
Kemeng Shi
1
-0
/
+96
2023-10-05
ext4: run mballoc test with different layouts setting
Kemeng Shi
1
-14
/
+38
2023-10-05
ext4: add first unit test for ext4_mb_new_blocks_simple in mballoc
Kemeng Shi
1
-0
/
+325