index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-09
dm-verity-fec: pass down index_in_region instead of rsb
Eric Biggers
1
-21
/
+26
2026-03-09
dm-verity-fec: compute target region directly
Eric Biggers
1
-21
/
+16
2026-03-09
dm-verity-fec: move computation of offset and rsb down a level
Eric Biggers
1
-28
/
+18
2026-03-09
dm-verity-fec: rename block_offset to out_pos
Eric Biggers
1
-15
/
+13
2026-03-09
dm-verity-fec: simplify deinterleaving
Eric Biggers
1
-15
/
+4
2026-03-09
dm-verity-fec: simplify computation of ileaved
Eric Biggers
1
-12
/
+1
2026-03-09
dm-verity-fec: simplify computation of rsb
Eric Biggers
1
-3
/
+3
2026-03-09
dm-verity-fec: rename rounds to region_blocks
Eric Biggers
2
-9
/
+9
2026-03-09
dm-verity-fec: replace io_size with block_size
Eric Biggers
2
-18
/
+14
2026-03-09
dm-verity-fec: rename "RS block" to "RS codeword"
Eric Biggers
2
-33
/
+35
2026-03-09
dm-verity-fec: use standard names for Reed-Solomon parameters
Eric Biggers
2
-19
/
+19
2026-03-09
dm-verity-fec: replace {MAX,MIN}_RSN with {MIN,MAX}_ROOTS
Eric Biggers
2
-7
/
+6
2026-03-09
dm-verity: rename dm_verity::hash_blocks to dm_verity::hash_end
Eric Biggers
3
-7
/
+7
2026-03-09
dm-verity-fec: fix reading parity bytes split across blocks (take 3)
Eric Biggers
1
-56
/
+44
2026-03-09
dm-verity-fec: fix the size of dm_verity_fec_io::erasures
Eric Biggers
1
-1
/
+2
2026-03-09
dm-verity-fec: fix corrected block count stat
Eric Biggers
1
-3
/
+2
2026-03-09
dm-verity-fec: correctly reject too-small hash devices
Eric Biggers
1
-1
/
+2
2026-03-09
dm-verity-fec: correctly reject too-small FEC devices
Eric Biggers
1
-3
/
+2
2026-03-09
dm log: fix out-of-bounds write due to region_count overflow
Junrui Luo
1
-1
/
+5
2026-03-09
dm cache metadata: fix memory leak on metadata abort retry
Ming-Hung Tsai
1
-5
/
+8
2026-03-02
dm mirror: fix integer overflow in create_dirty_log()
Junrui Luo
1
-3
/
+3
2026-03-02
dm vdo: add __counted_by attribute to a number of structures
Ken Raeburn
8
-8
/
+8
2026-03-02
dm vdo: remove redundant TYPE argument from vdo_allocate macro
Ken Raeburn
32
-198
/
+114
2026-03-02
dm vdo: update vdo_allocate_extended to take a field name, no types
Ken Raeburn
17
-78
/
+40
2026-03-02
dm-ima: use SHA-256 library
Eric Biggers
3
-45
/
+11
2026-03-02
dm-mpath: don't stop probing paths at presuspend
Benjamin Marzinski
1
-7
/
+2
2026-03-02
dm cache: prevent entering passthrough mode after unclean shutdown
Ming-Hung Tsai
3
-1
/
+32
2026-03-02
dm cache: fix dirty mapping checking in passthrough mode switching
Ming-Hung Tsai
3
-33
/
+8
2026-03-02
dm cache: fix concurrent write failure in passthrough mode
Ming-Hung Tsai
1
-0
/
+9
2026-03-02
dm cache policy smq: fix missing locks in invalidating cache blocks
Ming-Hung Tsai
1
-0
/
+4
2026-03-02
dm cache: fix write hang in passthrough mode
Ming-Hung Tsai
1
-5
/
+25
2026-03-02
dm cache: fix write path cache coherency in passthrough mode
Ming-Hung Tsai
1
-0
/
+1
2026-03-02
dm cache: fix null-deref with concurrent writes in passthrough mode
Ming-Hung Tsai
1
-2
/
+4
2026-03-02
dm vdo slab-depot: validate old zone count on load
Matthew Sakai
1
-0
/
+4
2026-03-02
dm vdo indexer: validate saved zone count
Matthew Sakai
1
-0
/
+3
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
7
-11
/
+9
2026-02-22
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
7
-16
/
+8
2026-02-22
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
7
-7
/
+7
2026-02-22
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
65
-116
/
+116
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
75
-199
/
+185
2026-02-19
dm: dm-zoned: Adjust dmz_load_mapping() allocation type
Kees Cook
1
-1
/
+1
2026-02-19
dm-crypt: Adjust crypt_alloc_tfms_aead() allocation type
Kees Cook
1
-1
/
+1
2026-02-17
Merge tag 'block-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
3
-0
/
+3
2026-02-12
md: ignore discard return value
Chaitanya Kulkarni
1
-2
/
+2
2026-02-12
Merge tag 'for-7.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
35
-332
/
+404
2026-02-10
Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
14
-356
/
+315
2026-02-02
md: fix return value of mddev_trylock
Xiao Ni
1
-2
/
+2
2026-02-02
md/raid1: fix memory leak in raid1_run()
Zilin Guan
1
-0
/
+1
2026-01-31
Merge tag 'block-6.19-20260130' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-5
/
+1
[prev]
[next]