summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2 daysMerge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds
8 daysMerge tag 'for-7.2/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
8 daysMerge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
9 daysMerge tag 'vfs-7.2-rc1.bh' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2026-06-08dm-zoned-metadata: Use strscpy() to copy device nameDavid Laight
2026-06-04buffer: Remove b_end_ioMatthew Wilcox (Oracle)
2026-06-04md-bitmap: Convert read_file_page and write_file_page to bh_submit()Matthew Wilcox (Oracle)
2026-06-01Merge tag 'for-7.1/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-06-01Merge tag 'md-7.2-20260531' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jens Axboe
2026-06-01dm cache: make smq background work limit configurableCao Guanghui
2026-06-01dm cache policy smq: check allocation under invalidate lockGuangshuo Li
2026-05-31md/raid0: use str_plural helper in dump_zonesThorsten Blum
2026-05-31raid1: fix nr_pending leak in REQ_ATOMIC bad-block error pathAbd-Alrhman Masalkhi
2026-05-31md/raid1: move the exceed_read_errors condition out of fix_read_errorChristoph Hellwig
2026-05-31md/raid1: cleanup handle_read_errorChristoph Hellwig
2026-05-31md/raid1,raid10: fix bio accounting for split md cloned biosAbd-Alrhman Masalkhi
2026-05-31md/raid1,raid10: fix error-path detection with md_cloned_bio()Abd-Alrhman Masalkhi
2026-05-31md/raid1,raid10: fix deadlock in read error recovery pathAbd-Alrhman Masalkhi
2026-05-31md/raid10: reset read_slot when reusing r10bio for discardChen Cheng
2026-05-31md: skip redundant raid_disks update when value is unchangedAbd-Alrhman Masalkhi
2026-05-31dm-raid: only requeue bios when dm is suspendingBenjamin Marzinski
2026-05-28raid6: improve the public interfaceChristoph Hellwig
2026-05-26md: propagate BLK_FEAT_PCI_P2PDMA from member devices to RAID deviceKiran Kumar Modukuri
2026-05-26block: switch numa_node to int in blk_mq_hw_ctx and init_requestMateusz Nowicki
2026-05-25Merge tag 'for-7.1/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-05-25dm-inlinecrypt: add support for hardware-wrapped keysLinlin Zhang
2026-05-18dm: limit target bio polling to one shotFengnan Chang
2026-05-18dm-ioctl: report an error if a device has no tableMikulas Patocka
2026-05-12dm-inlinecrypt: add target for inline block device encryptionEric Biggers
2026-05-04dm vdo: use GFP_NOIO for blkdev_issue_zeroout on format pathBruce Johnston
2026-05-04dm-ima: use active table's size if availableBenjamin Marzinski
2026-05-04dm-ima: Fail more gracefully in dm_ima_measure_on_*Benjamin Marzinski
2026-05-04dm-ima: Handle race between rename and table swapBenjamin Marzinski
2026-05-04dm-ima: Fix issues with dm_ima_measure_on_device_renameBenjamin Marzinski
2026-05-04dm-ima: remove new_map from dm_ima_measure_on_device_clearBenjamin Marzinski
2026-05-04dm-ima: Fix UAF errors and measuring incorrect contextBenjamin Marzinski
2026-05-04dm-ima: don't copy the active table to the inactive tableBenjamin Marzinski
2026-05-04dm-ima: Remove status_flags from dm_ima_measure_on_table_load()Benjamin Marzinski
2026-05-04dm-ima: remove broken last_target_measured logicBenjamin Marzinski
2026-05-04dm-ima: remove dm_ima_reset_data()Benjamin Marzinski
2026-05-04dm-raid: only requeue bios when dm is suspendingBenjamin Marzinski
2026-05-04dm vdo: use get_random_u32() where appropriateDavid Carlier
2026-05-01Merge tag 'block-7.1-20260430' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-04-28md: use ATTRIBUTE_GROUPS() for md default sysfs attributesAbd-Alrhman Masalkhi
2026-04-28md: use mddev_is_dm() instead of open-coding gendisk checksAbd-Alrhman Masalkhi
2026-04-28md/raid1: replace wait loop with wait_event_idle() in raid1_write_request()Abd-Alrhman Masalkhi
2026-04-28md/md-bitmap: add a none backend for bitmap growYu Kuai
2026-04-28md/md-bitmap: split bitmap sysfs groupsYu Kuai
2026-04-28md: factor bitmap creation away from sysfs handlingYu Kuai
2026-04-28md: use mddev_lock_nointr() in mddev_suspend_and_lock_nointr()Abd-Alrhman Masalkhi