summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
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-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/raid1: remove rcu protection to access rdev from confYu Kuai
2024-03-26md: remove flag RemoveSynchronizedYu 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-03-26dm-verity, dm-crypt: align "struct bvec_iter" correctlyMikulas Patocka
2024-03-01dm-integrity, dm-verity: reduce stack usage for recheckArnd Bergmann
2024-03-01md: Fix missing release of 'active_io' for flushYu Kuai
2024-03-01md: Don't suspend the array for interrupted reshapeYu Kuai
2024-03-01md: Don't register sync_thread for reshape directlyYu Kuai
2024-03-01md: Make sure md_do_sync() will set MD_RECOVERY_DONEYu Kuai
2024-03-01md: Don't ignore read-only array in md_check_recovery()Yu Kuai
2024-03-01md: Don't ignore suspended array in md_check_recovery()Yu Kuai
2024-03-01dm-verity: recheck the hash after a failureMikulas Patocka
2024-03-01dm-crypt: don't modify the data when using authenticated encryptionMikulas Patocka
2024-03-01dm-integrity: recheck the integrity tag after a failureMikulas Patocka
2024-03-01dm-crypt: recheck the integrity tag after a failureMikulas Patocka
2024-02-23dm: limit the number of targets and parameter size areaMikulas Patocka
2024-02-23md: bypass block throttle for superblock updateJunxiao Bi
2024-02-23dm-crypt, dm-verity: disable taskletsMikulas Patocka
2024-02-05md: Whenassemble the array, consult the superblock of the freshest deviceAlex Lyakas
2024-01-25Revert "Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d""Song Liu
2024-01-25md/raid1: Use blk_opf_t for read and write operationsBart Van Assche
2024-01-25md: Fix md_seq_ops() regressionsYu Kuai
2024-01-25md: synchronize flush io with array reconfigurationYu Kuai
2024-01-20Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"Junxiao Bi
2023-12-18dm audit: fix Kconfig so DM_AUDIT depends on BLK_DEV_DMMike Snitzer
2023-12-18dm-integrity: don't modify bio's immutable bio_vec in integrity_metadata()Mikulas Patocka
2023-12-18dm-raid: delay flushing event_work() after reconfig_mutex is releasedYu Kuai
2023-12-08Merge tag 'block-6.7-2023-12-08' of git://git.kernel.dk/linuxLinus Torvalds