index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
9 days
dm-verity: disable recursive forward error correction
Mikulas Patocka
2
-6
/
+1
2026-03-04
dm mpath: make pg_init_delay_msecs settable
Benjamin Marzinski
1
-1
/
+1
2026-03-04
md/bitmap: fix GPF in write_page caused by resize race
Jack Wang
1
-1
/
+2
2026-03-04
dm-unstripe: fix mapping bug when there are multiple targets in a table
Matt Whitlock
1
-1
/
+1
2026-03-04
dm-integrity: fix recalculation in bitmap mode
Mikulas Patocka
1
-0
/
+13
2026-03-04
dm: clear cloned request bio pointer when last clone bio completes
Michael Liang
1
-3
/
+10
2026-03-04
dm-integrity: fix a typo in the code for write/discard race
Mikulas Patocka
1
-1
/
+1
2026-03-04
dm-verity: correctly handle dm_bufio_client_create() failure
Eric Biggers
1
-2
/
+2
2026-03-04
dm: remove fake timeout to avoid leak request
Ding Hui
1
-2
/
+1
2026-03-04
dm: replace -EEXIST with -EBUSY
Daniel Gomez
4
-4
/
+4
2026-03-04
md-cluster: fix NULL pointer dereference in process_metadata_update
Jiasheng Jiang
1
-1
/
+6
2026-03-04
dm: use bio_clone_blkg_association
Mikulas Patocka
1
-0
/
+2
2026-03-04
dm: use READ_ONCE in dm_blk_report_zones
Mikulas Patocka
1
-1
/
+1
2026-03-04
dm: fix unlocked test for dm_suspended_md
Mikulas Patocka
1
-3
/
+6
2026-03-04
md/raid1: fix memory leak in raid1_run()
Zilin Guan
1
-0
/
+1
2026-03-04
md/raid1: fix memory leak in raid1_run() if no active rdev
Zheng Qixing
1
-1
/
+7
2026-03-04
md/raid10: fix any_working flag handling in raid10_sync_request
Li Nan
1
-1
/
+1
2026-03-04
md/raid5: fix raid5_run() to return error when log_init() fails
Yu Kuai
1
-1
/
+2
2026-02-11
md: suspend array while updating raid_disks via sysfs
FengWei Shih
1
-2
/
+2
2026-02-06
bcache: fix I/O accounting leak in detached_dev_do_request
Shida Zhang
1
-0
/
+1
2026-02-06
bcache: use bio cloning for detached device requests
Shida Zhang
3
-46
/
+54
2026-02-06
bcache: fix improper use of bi_end_io
Shida Zhang
1
-3
/
+3
2026-01-17
dm-snapshot: fix 'scheduling while atomic' on real-time kernels
Mikulas Patocka
2
-40
/
+35
2026-01-08
md/raid10: wait barrier before returning discard request with REQ_NOWAIT
Xiao Ni
1
-2
/
+1
2026-01-08
dm-bufio: align write boundary on physical block size
Mikulas Patocka
1
-4
/
+6
2026-01-08
dm-ebs: Mark full buffer dirty even on partial write
Uladzislau Rezki (Sony)
1
-1
/
+1
2026-01-08
md/raid5: fix possible null-pointer dereferences in raid5_store_group_thread_...
Tuo Li
1
-4
/
+6
2026-01-08
md: Fix static checker warning in analyze_sbs
Li Nan
1
-4
/
+1
2025-12-18
dm log-writes: Add missing set_freezable() for freezable kthread
Haotian Zhang
1
-0
/
+1
2025-12-18
dm-raid: fix possible NULL dereference with undefined raid type
Alexey Simakov
1
-0
/
+2
2025-12-18
md/raid5: fix IO hang when array is broken with IO inflight
Yu Kuai
1
-2
/
+4
2025-12-18
md: fix rcu protection in md_wakeup_thread
Yun Zhou
2
-9
/
+13
2025-12-07
dm-verity: fix unreliable memory allocation
Mikulas Patocka
1
-5
/
+1
2025-11-13
dm error: mark as DM_TARGET_PASSES_INTEGRITY
Christoph Hellwig
1
-1
/
+2
2025-10-23
md: fix mssing blktrace bio split events
Yu Kuai
5
-0
/
+19
2025-10-23
md/raid10: Handle bio_split() errors
John Garry
1
-1
/
+46
2025-10-23
md/raid1: Handle bio_split() errors
John Garry
1
-2
/
+31
2025-10-23
md/raid0: Handle bio_split() errors
John Garry
1
-0
/
+12
2025-10-15
dm: fix NULL pointer dereference in __dm_suspend()
Zheng Qixing
1
-3
/
+4
2025-10-15
dm: fix queue start/stop imbalance under suspend/load/resume races
Zheng Qixing
2
-3
/
+6
2025-10-15
dm vdo: return error on corrupted metadata in start_restoring_volume functions
Ivan Abramov
1
-2
/
+2
2025-10-12
dm-integrity: limit MAX_TAG_SIZE to 255
Mikulas Patocka
1
-1
/
+1
2025-09-25
dm-stripe: fix a possible integer overflow
Mikulas Patocka
1
-3
/
+7
2025-09-25
dm-raid: don't set io_min and io_opt for raid1
Mikulas Patocka
1
-2
/
+4
2025-09-09
md/raid1: fix data lost for writemostly rdev
Yu Kuai
1
-1
/
+1
2025-09-09
md: prevent incorrect update of resync/recovery offset
Li Nan
1
-0
/
+5
2025-09-09
md/md-bitmap: fix wrong bitmap_limit for clustermd when write sb
Su Yue
1
-3
/
+3
2025-09-09
md/raid1,raid10: strip REQ_NOWAIT from member bios
Zheng Qixing
2
-1
/
+4
2025-09-09
md/raid1,raid10: don't handle IO error for REQ_RAHEAD and REQ_NOWAIT
Yu Kuai
3
-14
/
+26
2025-09-09
md/raid1,raid10: don't ignore IO flags
Yu Kuai
2
-11
/
+0
[next]