summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2024-04-17raid1: fix use-after-free for original bio in raid1_write_request()Yu Kuai
2024-04-10dm integrity: fix out-of-range warningArnd Bergmann
2024-04-03dm snapshot: fix lockup in dm_exception_table_exitMikulas Patocka
2024-04-03dm-raid: fix lockdep waring in "pers->hot_add_disk"Yu Kuai
2024-04-03dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent wit...Yu Kuai
2024-04-03dm-raid: add a new helper prepare_suspend() in md_personalityYu Kuai
2024-04-03md/dm-raid: don't call md_reap_sync_thread() directlyYu Kuai
2024-04-03dm-raid: really frozen sync_thread during suspendYu Kuai
2024-04-03md: add a new helper reshape_interrupted()Yu Kuai
2024-04-03md: export helper md_is_rdwr()Yu Kuai
2024-04-03md: export helpers to stop sync_threadYu Kuai
2024-04-03md: don't clear MD_RECOVERY_FROZEN for new dm-raid until resumeYu Kuai
2024-04-03Revert "Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d""Song Liu
2024-04-03md/raid5: fix atomicity violation in raid5_cache_countGui-Dong Han
2024-04-03md/md-bitmap: fix incorrect usage for sb_indexHeming Zhao
2024-04-03md: use RCU lock to protect traversal in md_spares_need_change()Li Lingfeng
2024-03-26dm-integrity: align the outgoing bio in integrity_recheckMikulas Patocka
2024-03-26dm io: Support IO priorityHongyu Jin
2024-03-26dm-integrity: fix a memory leak when rechecking the dataMikulas Patocka
2024-03-26dm: call the resume method on internal suspendMikulas Patocka
2024-03-26dm raid: fix false positive for requeue needed during reshapeMing Lei
2024-03-26md/raid1: fix choose next idle in read_balance()Yu Kuai
2024-03-26md/raid1: record nonrot rdevs while adding/removing rdevs to confYu Kuai
2024-03-26md/raid1: factor out helpers to add rdev to confYu Kuai
2024-03-26md: Don't clear MD_CLOSING when the raid is about to stopLi Nan
2024-03-26md: fix kmemleak of rdev->serialLi Nan
2024-02-24Merge tag 'for-6.8/dm-fix-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-02-24dm-integrity, dm-verity: reduce stack usage for recheckArnd Bergmann
2024-02-23Merge tag 'for-6.8/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-02-22Merge tag 'block-6.8-2024-02-22' of git://git.kernel.dk/linuxLinus Torvalds
2024-02-20dm-crypt, dm-integrity, dm-verity: bump target versionMike Snitzer
2024-02-20dm-verity, dm-crypt: align "struct bvec_iter" correctlyMikulas Patocka
2024-02-20dm-crypt: recheck the integrity tag after a failureMikulas Patocka
2024-02-20dm-crypt: don't modify the data when using authenticated encryptionMikulas Patocka
2024-02-20dm-verity: recheck the hash after a failureMikulas Patocka
2024-02-20dm-integrity: recheck the integrity tag after a failureMikulas Patocka
2024-02-15md: Don't suspend the array for interrupted reshapeYu Kuai
2024-02-15md: Don't register sync_thread for reshape directlyYu Kuai
2024-02-15md: Make sure md_do_sync() will set MD_RECOVERY_DONEYu Kuai
2024-02-15md: Don't ignore read-only array in md_check_recovery()Yu Kuai
2024-02-15md: Don't ignore suspended array in md_check_recovery()Yu Kuai
2024-02-07md: Fix missing release of 'active_io' for flushYu Kuai
2024-02-02dm-crypt, dm-verity: disable taskletsMikulas Patocka
2024-01-30dm writecache: allow allocations larger than 2GiBMikulas Patocka
2024-01-30dm stats: limit the number of entriesMikulas Patocka
2024-01-30dm: limit the number of targets and parameter size areaMikulas Patocka
2024-01-24md: fix a suspicious RCU usage warningMikulas Patocka
2024-01-18Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-09md/raid1: Use blk_opf_t for read and write operationsBart Van Assche