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-7.1.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
37 hours
dm-verity: make error counter atomic
Mikulas Patocka
2
-6
/
+8
37 hours
dm-verity: increase sprintf buffer size
Mikulas Patocka
1
-1
/
+1
37 hours
dm-verity: fix a possible NULL pointer dereference
Mikulas Patocka
1
-1
/
+1
37 hours
dm-verity: avoid double increment of &use_bh_wq_enabled
Mikulas Patocka
1
-0
/
+2
37 hours
dm-integrity: don't increment hash_offset twice
Mikulas Patocka
1
-3
/
+0
37 hours
dm-integrity: fix a bug if the bio is out of limits
Mikulas Patocka
1
-4
/
+3
37 hours
dm-integrity: fix leaking uninitialized kernel memory
Mikulas Patocka
1
-1
/
+1
37 hours
dm_early_create: fix freeing used table on dm_resume failure
Mikulas Patocka
1
-1
/
+1
37 hours
dm-stats: fix merge accounting
Mikulas Patocka
1
-4
/
+2
37 hours
dm-stats: fix dm_jiffies_to_msec64
Mikulas Patocka
1
-2
/
+2
37 hours
dm-pcache: reject option groups without values
Samuel Moelius
1
-0
/
+8
37 hours
dm-log: fix a bitset_size overflow on 32bit machines
Benjamin Marzinski
1
-0
/
+3
37 hours
dm-ioctl: fix a possible overflow in list_version_get_info
Mikulas Patocka
1
-1
/
+1
37 hours
dm-bufio: fix wrong count calculation in dm_bufio_issue_discard
Mikulas Patocka
1
-1
/
+3
37 hours
dm era: fix out-of-bounds memory access for non-zero start sector
Samuel Moelius
1
-1
/
+3
37 hours
dm thin metadata: fix metadata snapshot consistency on commit failure
Ming-Hung Tsai
1
-45
/
+18
37 hours
dm thin metadata: fix superblock refcount leak on snapshot shadow failure
Genjian Zhang
1
-1
/
+3
37 hours
dm era: fix NULL pointer dereference in metadata_open()
Cao Guanghui
1
-2
/
+4
37 hours
md/raid5: avoid R5_Overlap races while breaking stripe batches
Chen Cheng
1
-5
/
+5
37 hours
md/raid5: use stripe state snapshot in break_stripe_batch_list()
Chen Cheng
1
-19
/
+26
37 hours
md/raid1: free r1_bio when REQ_NOWAIT is set and read would block on retry
Abd-Alrhman Masalkhi
1
-0
/
+6
37 hours
md/raid1: honor REQ_NOWAIT when waiting for behind writes
Abd-Alrhman Masalkhi
5
-12
/
+24
37 hours
md: merge mddev serialize_policy into mddev_flags
Yu Kuai
6
-16
/
+22
37 hours
md: merge mddev faillast_dev into mddev_flags
Yu Kuai
6
-11
/
+18
37 hours
md: merge mddev has_superblock into mddev_flags
Yu Kuai
2
-4
/
+5
37 hours
raid1: fix nr_pending leak in REQ_ATOMIC bad-block error path
Abd-Alrhman Masalkhi
1
-1
/
+3
37 hours
md/raid10: reset read_slot when reusing r10bio for discard
Chen Cheng
1
-0
/
+1
8 days
dm-ioctl: report an error if a device has no table
Mikulas Patocka
1
-1
/
+4
2026-06-19
dm cache policy smq: check allocation under invalidate lock
Guangshuo Li
1
-4
/
+8
2026-06-09
bcache: fix uninitialized closure object
Mingzhe Zou
1
-1
/
+2
2026-05-23
md/md-bitmap: add a none backend for bitmap grow
Yu Kuai
3
-16
/
+137
2026-05-23
md/md-bitmap: split bitmap sysfs groups
Yu Kuai
4
-13
/
+40
2026-05-23
md: factor bitmap creation away from sysfs handling
Yu Kuai
1
-29
/
+49
2026-05-23
md: add fallback to correct bitmap_ops on version mismatch
Yu Kuai
1
-1
/
+110
2026-05-23
md/raid1,raid10: don't fail devices for invalid IO errors
Keith Busch
1
-1
/
+6
2026-05-23
dm cache: fix missing return in invalidate_committed's error path
Ming-Hung Tsai
1
-1
/
+3
2026-05-23
dm init: ensure device probing has finished in dm-mod.waitfor=
Guillaume Gonnet
1
-1
/
+3
2026-05-23
dm log: fix out-of-bounds write due to region_count overflow
Junrui Luo
1
-1
/
+5
2026-05-23
dm cache metadata: fix memory leak on metadata abort retry
Ming-Hung Tsai
1
-5
/
+8
2026-05-23
dm-mpath: don't stop probing paths at presuspend
Benjamin Marzinski
1
-7
/
+2
2026-05-23
dm cache: fix dirty mapping checking in passthrough mode switching
Ming-Hung Tsai
3
-33
/
+8
2026-05-23
dm cache: fix concurrent write failure in passthrough mode
Ming-Hung Tsai
1
-0
/
+9
2026-05-23
dm cache policy smq: fix missing locks in invalidating cache blocks
Ming-Hung Tsai
1
-0
/
+4
2026-05-23
dm cache: fix write hang in passthrough mode
Ming-Hung Tsai
1
-5
/
+25
2026-05-23
dm cache: fix write path cache coherency in passthrough mode
Ming-Hung Tsai
1
-0
/
+1
2026-05-23
dm cache: fix null-deref with concurrent writes in passthrough mode
Ming-Hung Tsai
1
-2
/
+4
2026-05-23
md: wake raid456 reshape waiters before suspend
Yu Kuai
1
-0
/
+11
2026-05-23
md: remove unused static md_wq workqueue
Abd-Alrhman Masalkhi
1
-8
/
+0
2026-05-23
dm: add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
16
-24
/
+45
2026-05-23
md: fix array_state=clear sysfs deadlock
Yu Kuai
1
-1
/
+7
[next]