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