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-05-01
Merge tag 'block-7.1-20260430' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
9
-109
/
+250
2026-04-28
md: use ATTRIBUTE_GROUPS() for md default sysfs attributes
Abd-Alrhman Masalkhi
1
-10
/
+2
2026-04-28
md: use mddev_is_dm() instead of open-coding gendisk checks
Abd-Alrhman Masalkhi
1
-2
/
+2
2026-04-28
md/raid1: replace wait loop with wait_event_idle() in raid1_write_request()
Abd-Alrhman Masalkhi
1
-11
/
+4
2026-04-28
md/md-bitmap: add a none backend for bitmap grow
Yu Kuai
3
-16
/
+137
2026-04-28
md/md-bitmap: split bitmap sysfs groups
Yu Kuai
4
-13
/
+40
2026-04-28
md: factor bitmap creation away from sysfs handling
Yu Kuai
1
-29
/
+49
2026-04-28
md: use mddev_lock_nointr() in mddev_suspend_and_lock_nointr()
Abd-Alrhman Masalkhi
1
-1
/
+1
2026-04-28
md: replace wait loop with wait_event() in md_handle_request()
Abd-Alrhman Masalkhi
1
-9
/
+1
2026-04-28
md/raid10: fix divide-by-zero in setup_geo() with zero far_copies
Junrui Luo
1
-0
/
+2
2026-04-28
md/raid1,raid10: don't fail devices for invalid IO errors
Keith Busch
1
-1
/
+6
2026-04-28
md/raid5: Fix UAF on IO across the reshape position
Benjamin Marzinski
3
-25
/
+14
2026-04-28
Merge tag 'for-7.1/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+8
2026-04-20
dm-thin: fix metadata refcount underflow
Mikulas Patocka
1
-0
/
+8
2026-04-16
Merge tag 'for-7.1/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
71
-840
/
+1239
2026-04-10
dm cache: fix missing return in invalidate_committed's error path
Ming-Hung Tsai
1
-1
/
+3
2026-04-09
dm: fix a buffer overflow in ioctl processing
Mikulas Patocka
1
-0
/
+4
2026-04-07
md/raid5: fix soft lockup in retry_aligned_read()
Chia-Ming Chang
1
-1
/
+7
2026-04-07
md: wake raid456 reshape waiters before suspend
Yu Kuai
1
-0
/
+11
2026-04-07
md/raid1: serialize overlap io for writemostly disk
Xiao Ni
3
-14
/
+39
2026-04-07
md/md-llbitmap: optimize initial sync with write_zeroes_unmap support
Yu Kuai
1
-1
/
+61
2026-04-07
md/md-llbitmap: add CleanUnwritten state for RAID-5 proactive parity building
Yu Kuai
1
-12
/
+128
2026-04-07
md: add fallback to correct bitmap_ops on version mismatch
Yu Kuai
1
-1
/
+110
2026-04-07
md/raid5: validate payload size before accessing journal metadata
Junrui Luo
1
-15
/
+33
2026-04-07
md: remove unused static md_wq workqueue
Abd-Alrhman Masalkhi
1
-8
/
+0
2026-04-07
md/raid0: use kvzalloc/kvfree for strip_zone and devlist allocations
Gregory Price
1
-9
/
+9
2026-04-06
md: fix array_state=clear sysfs deadlock
Yu Kuai
1
-1
/
+7
2026-04-03
bcache: fix uninitialized closure object
Mingzhe Zou
1
-1
/
+2
2026-04-03
bcache: fix cached_dev.sb_bio use-after-free and crash
Mingzhe Zou
1
-0
/
+7
2026-03-30
dm-crypt: Make crypt_iv_operations::post return void
Eric Biggers
1
-18
/
+13
2026-03-30
dm vdo: Fix spelling mistake "postive" -> "positive"
Colin Ian King
1
-1
/
+1
2026-03-28
dm: provide helper to set stacked limits
Keith Busch
4
-27
/
+4
2026-03-28
dm-integrity: always set the io hints
Keith Busch
1
-13
/
+8
2026-03-28
dm-integrity: fix mismatched queue limits
Keith Busch
1
-3
/
+9
2026-03-26
dm-bufio: use kzalloc_flex
Rosen Penev
1
-2
/
+2
2026-03-26
dm vdo: save the formatted metadata to disk
Bruce Johnston
3
-20
/
+147
2026-03-26
dm vdo: add formatting logic and initialization
Bruce Johnston
2
-25
/
+81
2026-03-26
dm vdo: add synchronous metadata I/O submission helper
Bruce Johnston
3
-13
/
+34
2026-03-26
dm vdo: add geometry block structure
Bruce Johnston
2
-45
/
+66
2026-03-26
dm vdo: add geometry block encoding
Bruce Johnston
2
-0
/
+58
2026-03-26
dm vdo: add upfront validation for logical size
Bruce Johnston
1
-0
/
+6
2026-03-26
dm vdo: add formatting parameters to table line
Bruce Johnston
5
-17
/
+111
2026-03-26
dm vdo: add super block initialization to encodings.c
Bruce Johnston
3
-0
/
+90
2026-03-26
dm vdo: add geometry block initialization to encodings.c
Bruce Johnston
4
-0
/
+103
2026-03-23
dm-crypt: Make crypt_iv_operations::wipe return void
Eric Biggers
1
-14
/
+6
2026-03-23
dm-crypt: Reimplement elephant diffuser using AES library
Eric Biggers
2
-55
/
+31
2026-03-23
dm-verity-fec: warn even when there were no errors
Eric Biggers
1
-1
/
+1
2026-03-22
md: remove unused mddev argument from export_rdev
Chen Cheng
1
-14
/
+14
2026-03-22
md/raid5: move handle_stripe() comment to correct location
Chen Cheng
1
-14
/
+12
2026-03-22
md/raid5: remove stale md_raid5_kick_device() declaration
Chen Cheng
1
-1
/
+0
[next]