index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
extents-test.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-09
ext4: fix possible null-ptr-deref in extents_kunit_exit()
Ye Bin
1
-2
/
+5
2026-04-09
ext4: fix the error handling process in extents_kunit_init).
Ye Bin
1
-15
/
+35
2026-04-09
ext4: call deactivate_super() in extents_kunit_exit()
Ye Bin
1
-0
/
+1
2026-04-09
ext4: fix miss unlock 'sb->s_umount' in extents_kunit_init()
Ye Bin
1
-0
/
+2
2026-03-27
ext4: fix extents-test.c is not compiled when EXT4_KUNIT_TESTS=M
Ye Bin
1
-4
/
+4
2026-03-27
ext4: kunit: extents-test: lix percpu_counters list corruption
Ritesh Harjani (IBM)
1
-1
/
+3
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2026-01-23
et4: allow zeroout when doing written to unwritten split
Ojaswin Mujoo
1
-1
/
+97
2026-01-23
ext4: add extent status cache support to kunit tests
Ojaswin Mujoo
1
-40
/
+63
2026-01-23
ext4: kunit tests for higher level extent manipulation functions
Ojaswin Mujoo
1
-5
/
+354
2026-01-23
ext4: kunit tests for extent splitting and conversion
Ojaswin Mujoo
1
-0
/
+559