summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
3 daysmd/raid10: fix divide-by-zero in setup_geo() with zero far_copiesJunrui Luo1-0/+2
3 daysdm-verity-fec: correctly reject too-small hash devicesEric Biggers1-1/+2
3 daysdm-verity-fec: correctly reject too-small FEC devicesEric Biggers1-3/+2
3 daysdm: fix a buffer overflow in ioctl processingMikulas Patocka1-0/+4
3 daysdm: don't report warning when doing deferred removeMikulas Patocka1-1/+1
3 daysdm-thin: fix metadata refcount underflowMikulas Patocka1-0/+8
11 daysdm mirror: fix integer overflow in create_dirty_log()Junrui Luo1-3/+3
11 daysmd/raid5: validate payload size before accessing journal metadataJunrui Luo1-15/+33
11 daysmd/raid5: fix soft lockup in retry_aligned_read()Chia-Ming Chang1-1/+7
11 daysmd/raid10: fix deadlock with check operation and nowait requestsJosh Hunt1-2/+2
2026-04-22bcache: fix cached_dev.sb_bio use-after-free and crashMingzhe Zou1-0/+7
2026-03-25dm-verity: disable recursive forward error correctionMikulas Patocka2-6/+1
2026-03-04dm mpath: make pg_init_delay_msecs settableBenjamin Marzinski1-1/+1
2026-03-04md/bitmap: fix GPF in write_page caused by resize raceJack Wang1-1/+2
2026-03-04dm-unstripe: fix mapping bug when there are multiple targets in a tableMatt Whitlock1-1/+1
2026-03-04dm-integrity: fix recalculation in bitmap modeMikulas Patocka1-0/+13
2026-03-04dm: clear cloned request bio pointer when last clone bio completesMichael Liang1-3/+10
2026-03-04dm-integrity: fix a typo in the code for write/discard raceMikulas Patocka1-1/+1
2026-03-04dm-verity: correctly handle dm_bufio_client_create() failureEric Biggers1-2/+2
2026-03-04dm: remove fake timeout to avoid leak requestDing Hui1-2/+1
2026-03-04dm: replace -EEXIST with -EBUSYDaniel Gomez4-4/+4
2026-03-04md-cluster: fix NULL pointer dereference in process_metadata_updateJiasheng Jiang1-1/+6
2026-03-04dm: use bio_clone_blkg_associationMikulas Patocka1-0/+2
2026-03-04dm: use READ_ONCE in dm_blk_report_zonesMikulas Patocka1-1/+1
2026-03-04dm: fix unlocked test for dm_suspended_mdMikulas Patocka1-3/+6
2026-03-04md/raid1: fix memory leak in raid1_run()Zilin Guan1-0/+1
2026-03-04md/raid1: fix memory leak in raid1_run() if no active rdevZheng Qixing1-1/+7
2026-03-04md/raid10: fix any_working flag handling in raid10_sync_requestLi Nan1-1/+1
2026-03-04md/raid5: fix raid5_run() to return error when log_init() failsYu Kuai1-1/+2
2026-02-11md: suspend array while updating raid_disks via sysfsFengWei Shih1-2/+2
2026-02-06bcache: fix I/O accounting leak in detached_dev_do_requestShida Zhang1-0/+1
2026-02-06bcache: use bio cloning for detached device requestsShida Zhang3-46/+54
2026-02-06bcache: fix improper use of bi_end_ioShida Zhang1-3/+3
2026-01-17dm-snapshot: fix 'scheduling while atomic' on real-time kernelsMikulas Patocka2-40/+35
2026-01-08md/raid10: wait barrier before returning discard request with REQ_NOWAITXiao Ni1-2/+1
2026-01-08dm-bufio: align write boundary on physical block sizeMikulas Patocka1-4/+6
2026-01-08dm-ebs: Mark full buffer dirty even on partial writeUladzislau Rezki (Sony)1-1/+1
2026-01-08md/raid5: fix possible null-pointer dereferences in raid5_store_group_thread_...Tuo Li1-4/+6
2026-01-08md: Fix static checker warning in analyze_sbsLi Nan1-4/+1
2025-12-18dm log-writes: Add missing set_freezable() for freezable kthreadHaotian Zhang1-0/+1
2025-12-18dm-raid: fix possible NULL dereference with undefined raid typeAlexey Simakov1-0/+2
2025-12-18md/raid5: fix IO hang when array is broken with IO inflightYu Kuai1-2/+4
2025-12-18md: fix rcu protection in md_wakeup_threadYun Zhou2-9/+13
2025-12-07dm-verity: fix unreliable memory allocationMikulas Patocka1-5/+1
2025-11-13dm error: mark as DM_TARGET_PASSES_INTEGRITYChristoph Hellwig1-1/+2
2025-10-23md: fix mssing blktrace bio split eventsYu Kuai5-0/+19
2025-10-23md/raid10: Handle bio_split() errorsJohn Garry1-1/+46
2025-10-23md/raid1: Handle bio_split() errorsJohn Garry1-2/+31
2025-10-23md/raid0: Handle bio_split() errorsJohn Garry1-0/+12
2025-10-15dm: fix NULL pointer dereference in __dm_suspend()Zheng Qixing1-3/+4