aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-05md: prevent incorrect update of resync/recovery offsetLi Nan1-0/+5
2025-08-16md: fix sync_action incorrect display during resyncZheng Qixing1-2/+35
2025-08-16md: add helper rdev_needs_recovery()Zheng Qixing1-11/+12
2025-08-16md: keep recovery_cp in mdp_superblock_sXiao Ni1-3/+3
2025-08-13md: add legacy_async_del_gendisk modeXiao Ni1-14/+42
2025-08-03md: make rdev_addable usable for rcu modeYang Erkun1-1/+7
2025-07-31md: rename recovery_cp to resync_offsetLi Nan1-25/+25
2025-07-31md/md-cluster: handle REMOVE message earlierHeming Zhao1-3/+6
2025-07-31md: fix create on open mddev lifetime regressionYu Kuai1-0/+6
2025-07-12md: allow removing faulty rdev during resyncZheng Qixing1-7/+17
2025-07-12md: remove/add redundancy group only in level changeXiao Ni1-2/+0
2025-07-12md: Don't clear MD_CLOSING until mddev is freedXiao Ni1-12/+4
2025-07-12md: call del_gendisk in control pathXiao Ni1-10/+23
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-30md/md-bitmap: remove parameter slot from bitmap_create()Yu Kuai1-3/+3
2025-05-30md/md-bitmap: cleanup bitmap_ops->startwrite()Yu Kuai1-4/+4
2025-05-10md: fix is_mddev_idle()Yu Kuai1-38/+43
2025-05-10md: add a new api sync_io_depthYu Kuai1-19/+90
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2025-03-13Merge tag 'md-6.15-20250312' of https://git.kernel.org/pub/scm/linux/kernel/git/mdraid/linux into for-6.15/blockJens Axboe1-149/+146
2025-03-06md: improve return types of badblocks handling functionsZheng Qixing1-10/+9
2025-03-06badblocks: return boolean from badblocks_set() and badblocks_clear()Zheng Qixing1-17/+18
2025-03-05md: fix mddev uaf while iterating all_mddevs listYu Kuai1-9/+13
2025-03-05md: switch md-cluster to use md_submodle_headYu Kuai1-35/+6
2025-03-05md: don't export md_cluster_opsYu Kuai1-39/+55
2025-03-05md: switch personalities to use md_submodule_headYu Kuai1-49/+33
2025-03-05md: introduce struct md_submodule_head and APIsYu Kuai1-0/+14
2025-03-05md: merge common code into find_pers()Yu Kuai1-30/+38
2025-03-03block: split struct bio_integrity_payloadChristoph Hellwig1-13/+0
2025-02-15md: ensure resync is prioritized over recoveryLi Nan1-7/+7
2025-01-31Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linuxLinus Torvalds1-0/+5
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-24md/md-bitmap: Synchronize bitmap_get_stats() with bitmap lifetimeYu Kuai1-0/+5
2025-01-13md/md-bitmap: move bitmap_{start, end}write to md upper layerYu Kuai1-0/+29
2025-01-13md: reintroduce md-linearYu Kuai1-1/+1
2024-11-18Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linuxLinus Torvalds1-3/+12
2024-11-05md: don't record new badblocks for faulty rdevYu Kuai1-0/+11
2024-11-05md: don't wait faulty rdev in md_wait_for_blocked_rdev()Yu Kuai1-3/+1
2024-10-17md: ensure child flush IO does not affect origin bio->bi_statusLi Nan1-1/+23
2024-09-06md: Add new_level sysfs interfaceXiao Ni1-0/+29
2024-09-04md: Report failed arrays as broken in mdstatMateusz Kusiak1-2/+7
2024-08-28Merge branch 'md-6.12-bitmap' into md-6.12Song Liu1-55/+100
2024-08-27md: Remove flush handlingYu Kuai1-123/+15
2024-08-27md/md-bitmap: merge md_bitmap_wait_behind_writes() into bitmap_operationsYu Kuai1-1/+1
2024-08-27md/md-bitmap: merge md_bitmap_daemon_work() into bitmap_operationsYu Kuai1-1/+1
2024-08-27md/md-bitmap: merge bitmap_unplug() into bitmap_operationsYu Kuai1-1/+1
2024-08-27md/md-bitmap: merge md_bitmap_unplug_async() into md_bitmap_unplug()Yu Kuai1-1/+1
2024-08-27md/md-bitmap: merge md_bitmap_dirty_bits() into bitmap_operationsYu Kuai1-4/+10
2024-08-27md/md-bitmap: merge bitmap_write_all() into bitmap_operationsYu Kuai1-1/+1
2024-08-27md/md-bitmap: merge md_bitmap_status() into bitmap_operationsYu Kuai1-5/+6