summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2026-01-19dm-unstripe: fix mapping bug when there are multiple targets in a tableMatt Whitlock-1/+1
2026-01-19dm-integrity: fix recalculation in bitmap modeMikulas Patocka-0/+13
2026-01-19dm-bufio: avoid redundant buffer_tree lookupsEric Biggers-53/+89
2026-01-19dm-bufio: merge cache_put() into cache_put_and_wake()Eric Biggers-22/+10
2026-01-19dm-verity: add dm-verity keyringChristian Brauner-1/+82
2026-01-14dm: clear cloned request bio pointer when last clone bio completesMichael Liang-3/+10
2026-01-14dm-verity: fix up various workqueue-related commentsEric Biggers-10/+10
2026-01-14dm-verity: switch to bio_advance_iter_single()Eric Biggers-1/+1
2026-01-14dm-verity: consolidate the BH and normal work structsEric Biggers-5/+4
2026-01-14dm: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari-24/+45
2026-01-14dm-integrity: fix a typo in the code for write/discard raceMikulas Patocka-1/+1
2026-01-14dm: use READ_ONCE in dm_blk_report_zonesMikulas Patocka-1/+1
2026-01-14dm: fix unlocked test for dm_suspended_mdMikulas Patocka-3/+6
2026-01-11Merge branch 'block-6.19' into for-7.0/blockJens Axboe-15/+56
2026-01-04dm-verity: allow REED_SOLOMON to be 'm' if DM_VERITY is 'm'Eric Biggers-2/+2
2026-01-04dm-verity: correctly handle dm_bufio_client_create() failureEric Biggers-2/+2
2026-01-04dm-verity: make verity_fec_is_enabled() an inline functionEric Biggers-9/+5
2026-01-04dm-verity: remove unnecessary ifdef around verity_fec_decode()Eric Biggers-2/+0
2026-01-04dm-verity: remove unnecessary condition for verity_fec_finish_io()Eric Biggers-2/+1
2026-01-04dm-verity: make dm_verity_fec_io::bufs variable-lengthEric Biggers-28/+31
2026-01-04dm-verity: move dm_verity_fec_io to mempoolEric Biggers-60/+54
2026-01-04dm clone: drop redundant size checksLi Chen-16/+0
2026-01-04dm cache: drop redundant origin size checkLi Chen-7/+0
2026-01-02Merge tag 'block-6.19-20260102' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-15/+56
2026-01-02dm-stripe: adjust max_hw_discard_sectors to avoid unnecessary discard bio spl...Yongpeng Yang-1/+9
2026-01-02dm: replace -EEXIST with -EBUSYDaniel Gomez-4/+4
2026-01-02dm: remove fake timeout to avoid leak requestDing Hui-2/+1
2026-01-02dm-vdo: adjust function name referenceJulia Lawall-2/+2
2025-12-27md: Fix forward incompatibility from configurable logical block sizeLi Nan-4/+44
2025-12-27md: Fix logical_block_size configuration being overwrittenLi Nan-1/+3
2025-12-27md: suspend array while updating raid_disks via sysfsFengWei Shih-2/+2
2025-12-27md/raid5: fix possible null-pointer dereferences in raid5_store_group_thread_...Tuo Li-4/+6
2025-12-25md: Fix static checker warning in analyze_sbsLi Nan-4/+1
2025-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-0/+13
2025-12-12Merge tag 'block-6.19-20251211' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+3
2025-12-11Merge tag 'for-6.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-475/+683
2025-12-10dm pcache: fix segment info indexingLi Chen-1/+4
2025-12-10dm pcache: fix cache info indexingLi Chen-1/+4
2025-12-10dm-pcache: advance slot index before writing slotDongsheng Yang-8/+8
2025-12-10dm log-writes: Add missing set_freezable() for freezable kthreadHaotian Zhang-0/+1
2025-12-10dm-raid: fix possible NULL dereference with undefined raid typeAlexey Simakov-0/+2
2025-12-10dm-snapshot: fix 'scheduling while atomic' on real-time kernelsMikulas Patocka-40/+35
2025-12-10dm: ignore discard return valueChaitanya Kulkarni-7/+5
2025-12-10dm-mpath: Simplify the setup_scsi_dh codeBenjamin Marzinski-38/+23
2025-12-10dm vdo: fix kerneldoc warningsMatthew Sakai-169/+298
2025-12-10dm-bufio: align write boundary on physical block sizeMikulas Patocka-4/+6
2025-12-10dm-crypt: enable DM_TARGET_ATOMIC_WRITESMikulas Patocka-15/+24
2025-12-10dm: test for REQ_ATOMIC in dm_accept_partial_bio()Mikulas Patocka-2/+7
2025-12-10dm-verity: remove useless mempoolMikulas Patocka-10/+3
2025-12-10dm-verity: disable recursive forward error correctionMikulas Patocka-7/+2