summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)Author
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-09-06md/md-llbitmap: introduce new lockless bitmapYu Kuai
2025-09-06md/md-bitmap: make method bitmap_ops->daemon_work optionalYu Kuai
2025-09-06md: add a new recovery_flag MD_RECOVERY_LAZY_RECOVERYu Kuai
2025-09-06md/md-bitmap: add a new method skip_sync_blocks() in bitmap_operationsYu Kuai
2025-09-06md/md-bitmap: delay registration of bitmap_ops until creating bitmapYu Kuai
2025-09-06md/md-bitmap: add a new sysfs api bitmap_typeYu Kuai
2025-09-06md: add a new mddev field 'bitmap_id'Yu Kuai
2025-09-06md/md-bitmap: support discard for bitmap opsYu Kuai
2025-09-06md: factor out a helper raid_is_456()Yu Kuai
2025-09-06md: add a new parameter 'offset' to md_super_write()Yu Kuai
2025-09-06md/md-bitmap: introduce CONFIG_MD_BITMAPYu Kuai
2025-09-06md: check before referencing mddev->bitmap_opsYu Kuai
2025-09-06md/md-bitmap: merge md_bitmap_group into bitmap_operationsYu Kuai
2025-09-05md: prevent incorrect update of resync/recovery offsetLi Nan
2025-09-03Merge tag 'pull-getgeo' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Jens Axboe
2025-08-16md: fix sync_action incorrect display during resyncZheng Qixing
2025-08-16md: add helper rdev_needs_recovery()Zheng Qixing
2025-08-16md: keep recovery_cp in mdp_superblock_sXiao Ni
2025-08-13md: add legacy_async_del_gendisk modeXiao Ni
2025-08-13block: switch ->getgeo() to struct gendiskAl Viro
2025-08-03md: make rdev_addable usable for rcu modeYang Erkun
2025-07-31md: rename recovery_cp to resync_offsetLi Nan
2025-07-31md/md-cluster: handle REMOVE message earlierHeming Zhao
2025-07-31md: fix create on open mddev lifetime regressionYu Kuai
2025-07-12md: allow removing faulty rdev during resyncZheng Qixing
2025-07-12md: remove/add redundancy group only in level changeXiao Ni
2025-07-12md: Don't clear MD_CLOSING until mddev is freedXiao Ni
2025-07-12md: call del_gendisk in control pathXiao Ni
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-30md/md-bitmap: remove parameter slot from bitmap_create()Yu Kuai
2025-05-30md/md-bitmap: cleanup bitmap_ops->startwrite()Yu Kuai
2025-05-10md: fix is_mddev_idle()Yu Kuai
2025-05-10md: add a new api sync_io_depthYu Kuai
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-13Merge tag 'md-6.15-20250312' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe
2025-03-06md: improve return types of badblocks handling functionsZheng Qixing
2025-03-06badblocks: return boolean from badblocks_set() and badblocks_clear()Zheng Qixing
2025-03-05md: fix mddev uaf while iterating all_mddevs listYu Kuai
2025-03-05md: switch md-cluster to use md_submodle_headYu Kuai
2025-03-05md: don't export md_cluster_opsYu Kuai
2025-03-05md: switch personalities to use md_submodule_headYu Kuai
2025-03-05md: introduce struct md_submodule_head and APIsYu Kuai
2025-03-05md: merge common code into find_pers()Yu Kuai
2025-03-03block: split struct bio_integrity_payloadChristoph Hellwig
2025-02-15md: ensure resync is prioritized over recoveryLi Nan
2025-01-31Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linuxLinus Torvalds
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2025-01-24md/md-bitmap: Synchronize bitmap_get_stats() with bitmap lifetimeYu Kuai
2025-01-13md/md-bitmap: move bitmap_{start, end}write to md upper layerYu Kuai