summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* dm snapshot: fix lockup in dm_exception_table_exitMikulas Patocka2024-04-031-1/+3
* dm-raid: fix lockdep waring in "pers->hot_add_disk"Yu Kuai2024-04-031-0/+2
* dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent wit...Yu Kuai2024-04-034-7/+74
* dm-raid: add a new helper prepare_suspend() in md_personalityYu Kuai2024-04-032-0/+19
* md/dm-raid: don't call md_reap_sync_thread() directlyYu Kuai2024-04-031-10/+18
* dm-raid: really frozen sync_thread during suspendYu Kuai2024-04-032-11/+17
* md: add a new helper reshape_interrupted()Yu Kuai2024-04-031-0/+19
* md: export helper md_is_rdwr()Yu Kuai2024-04-032-12/+12
* md: export helpers to stop sync_threadYu Kuai2024-04-032-0/+32
* md: don't clear MD_RECOVERY_FROZEN for new dm-raid until resumeYu Kuai2024-04-031-1/+4
* md/raid5: fix atomicity violation in raid5_cache_countGui-Dong Han2024-04-031-6/+8
* md/md-bitmap: fix incorrect usage for sb_indexHeming Zhao2024-04-031-3/+6
* md: use RCU lock to protect traversal in md_spares_need_change()Li Lingfeng2024-04-031-2/+7
* dm-integrity: align the outgoing bio in integrity_recheckMikulas Patocka2024-03-261-2/+10
* dm io: Support IO priorityHongyu Jin2024-03-269-33/+36
* dm-integrity: fix a memory leak when rechecking the dataMikulas Patocka2024-03-261-3/+3
* dm: call the resume method on internal suspendMikulas Patocka2024-03-261-6/+20
* dm raid: fix false positive for requeue needed during reshapeMing Lei2024-03-261-2/+2
* md/raid1: fix choose next idle in read_balance()Yu Kuai2024-03-261-10/+22
* md/raid1: record nonrot rdevs while adding/removing rdevs to confYu Kuai2024-03-263-7/+12
* md/raid1: factor out helpers to add rdev to confYu Kuai2024-03-261-32/+53
* md/raid1: remove rcu protection to access rdev from confYu Kuai2024-03-261-39/+23
* md: remove flag RemoveSynchronizedYu Kuai2024-03-266-72/+6
* md: Don't clear MD_CLOSING when the raid is about to stopLi Nan2024-03-261-4/+10
* md: fix kmemleak of rdev->serialLi Nan2024-03-261-0/+1
* dm-verity, dm-crypt: align "struct bvec_iter" correctlyMikulas Patocka2024-03-262-4/+4
* dm-integrity, dm-verity: reduce stack usage for recheckArnd Bergmann2024-03-012-8/+6
* md: Fix missing release of 'active_io' for flushYu Kuai2024-03-011-1/+5
* md: Don't suspend the array for interrupted reshapeYu Kuai2024-03-011-4/+9
* md: Don't register sync_thread for reshape directlyYu Kuai2024-03-013-42/+8
* md: Make sure md_do_sync() will set MD_RECOVERY_DONEYu Kuai2024-03-011-4/+8
* md: Don't ignore read-only array in md_check_recovery()Yu Kuai2024-03-011-13/+18
* md: Don't ignore suspended array in md_check_recovery()Yu Kuai2024-03-011-3/+0
* dm-verity: recheck the hash after a failureMikulas Patocka2024-03-012-6/+86
* dm-crypt: don't modify the data when using authenticated encryptionMikulas Patocka2024-03-011-0/+6
* dm-integrity: recheck the integrity tag after a failureMikulas Patocka2024-03-011-9/+84
* dm-crypt: recheck the integrity tag after a failureMikulas Patocka2024-03-011-16/+73
* dm: limit the number of targets and parameter size areaMikulas Patocka2024-02-233-3/+11
* md: bypass block throttle for superblock updateJunxiao Bi2024-02-231-3/+4
* dm-crypt, dm-verity: disable taskletsMikulas Patocka2024-02-233-61/+4
* md: Whenassemble the array, consult the superblock of the freshest deviceAlex Lyakas2024-02-051-10/+44
* Revert "Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d""Song Liu2024-01-251-0/+12
* md/raid1: Use blk_opf_t for read and write operationsBart Van Assche2024-01-251-6/+6
* md: Fix md_seq_ops() regressionsYu Kuai2024-01-251-13/+27
* md: synchronize flush io with array reconfigurationYu Kuai2024-01-251-6/+16
* Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"Junxiao Bi2024-01-201-12/+0
* dm audit: fix Kconfig so DM_AUDIT depends on BLK_DEV_DMMike Snitzer2023-12-181-0/+1
* dm-integrity: don't modify bio's immutable bio_vec in integrity_metadata()Mikulas Patocka2023-12-181-5/+6
* dm-raid: delay flushing event_work() after reconfig_mutex is releasedYu Kuai2023-12-182-3/+11
* Merge tag 'block-6.7-2023-12-08' of git://git.kernel.dk/linuxLinus Torvalds2023-12-082-70/+78
|\