summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)Author
2026-04-28md: use ATTRIBUTE_GROUPS() for md default sysfs attributesAbd-Alrhman Masalkhi
2026-04-28md: use mddev_is_dm() instead of open-coding gendisk checksAbd-Alrhman Masalkhi
2026-04-28md/md-bitmap: add a none backend for bitmap growYu Kuai
2026-04-28md/md-bitmap: split bitmap sysfs groupsYu Kuai
2026-04-28md: factor bitmap creation away from sysfs handlingYu Kuai
2026-04-28md: replace wait loop with wait_event() in md_handle_request()Abd-Alrhman Masalkhi
2026-04-28md/raid5: Fix UAF on IO across the reshape positionBenjamin Marzinski
2026-04-07md: wake raid456 reshape waiters before suspendYu Kuai
2026-04-07md/raid1: serialize overlap io for writemostly diskXiao Ni
2026-04-07md: add fallback to correct bitmap_ops on version mismatchYu Kuai
2026-04-07md: remove unused static md_wq workqueueAbd-Alrhman Masalkhi
2026-04-06md: fix array_state=clear sysfs deadlockYu Kuai
2026-03-23md: remove unused mddev argument from export_rdevChen Cheng
2026-03-16md: suppress spurious superblock update error message for dm-raidChen Cheng
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-17Merge tag 'block-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-12md: ignore discard return valueChaitanya Kulkarni
2026-02-11Merge tag 'for-7.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-01-26md raid: fix hang when stopping arrays with metadata through dm-raidHeinz Mauelshagen
2026-01-26md: remove recovery_disabledLi Nan
2026-01-26md: move finish_reshape to md_finish_sync()Li Nan
2026-01-26md: factor out sync completion update into helperLi Nan
2026-01-26md: remove MD_RECOVERY_ERROR handling and simplify resync_offset updateLi Nan
2026-01-26md: update curr_resync_completed even when MD_RECOVERY_INTR is setLi Nan
2026-01-26md: mark rdev Faulty when badblocks setting failsLi Nan
2026-01-26md: factor error handling out of md_done_sync into helperLi Nan
2026-01-26md: merge mddev serialize_policy into mddev_flagsYu Kuai
2026-01-26md: merge mddev faillast_dev into mddev_flagsYu Kuai
2026-01-26md: merge mddev has_superblock into mddev_flagsYu Kuai
2026-01-14dm: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari
2025-12-27md: Fix forward incompatibility from configurable logical block sizeLi Nan
2025-12-27md: Fix logical_block_size configuration being overwrittenLi Nan
2025-12-27md: suspend array while updating raid_disks via sysfsFengWei Shih
2025-12-25md: Fix static checker warning in analyze_sbsLi Nan
2025-11-30md: remove legacy 1s delay in md_notify_rebootTarun Sahu
2025-11-30md: warn about updating super block failureYu Kuai
2025-11-11md: allow configuring logical block sizeLi Nan
2025-11-11md: add check_new_feature module parameterLi Nan
2025-11-11md: init bioset in mddev_initLi Nan
2025-11-11md: delete md_redundancy_group when array is becoming inactiveLi Nan
2025-11-11md: prevent adding disks with larger logical_block_size to active arraysLi Nan
2025-11-08md: avoid repeated calls to del_gendiskXiao Ni
2025-11-08Factor out code into md_should_do_recovery()Wu Guanghao
2025-11-08md: fix rcu protection in md_wakeup_threadYun Zhou
2025-11-08md: delete mddev kobj before deleting gendisk kobjXiao Ni
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