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