index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
extents-test.c
Age
Commit message (
Expand
)
Author
8 days
ext4: use anonymous devices for KUnit test superblocks
Christian Brauner
2026-06-03
ext4: convert extents KUnit test to sget_fc()
Christian Brauner
2026-04-09
ext4: fix possible null-ptr-deref in extents_kunit_exit()
Ye Bin
2026-04-09
ext4: fix the error handling process in extents_kunit_init).
Ye Bin
2026-04-09
ext4: call deactivate_super() in extents_kunit_exit()
Ye Bin
2026-04-09
ext4: fix miss unlock 'sb->s_umount' in extents_kunit_init()
Ye Bin
2026-03-27
ext4: fix extents-test.c is not compiled when EXT4_KUNIT_TESTS=M
Ye Bin
2026-03-27
ext4: kunit: extents-test: lix percpu_counters list corruption
Ritesh Harjani (IBM)
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-23
et4: allow zeroout when doing written to unwritten split
Ojaswin Mujoo
2026-01-23
ext4: add extent status cache support to kunit tests
Ojaswin Mujoo
2026-01-23
ext4: kunit tests for higher level extent manipulation functions
Ojaswin Mujoo
2026-01-23
ext4: kunit tests for extent splitting and conversion
Ojaswin Mujoo