summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-28md: use ATTRIBUTE_GROUPS() for md default sysfs attributesAbd-Alrhman Masalkhi1-10/+2
2026-04-28md: use mddev_is_dm() instead of open-coding gendisk checksAbd-Alrhman Masalkhi1-2/+2
2026-04-28md/md-bitmap: add a none backend for bitmap growYu Kuai1-8/+34
2026-04-28md/md-bitmap: split bitmap sysfs groupsYu Kuai1-7/+14
2026-04-28md: factor bitmap creation away from sysfs handlingYu Kuai1-29/+49
2026-04-28md: replace wait loop with wait_event() in md_handle_request()Abd-Alrhman Masalkhi1-9/+1
2026-04-28md/raid5: Fix UAF on IO across the reshape positionBenjamin Marzinski1-23/+8
2026-04-07md: wake raid456 reshape waiters before suspendYu Kuai1-0/+11
2026-04-07md/raid1: serialize overlap io for writemostly diskXiao Ni1-1/+0
2026-04-07md: add fallback to correct bitmap_ops on version mismatchYu Kuai1-1/+110
2026-04-07md: remove unused static md_wq workqueueAbd-Alrhman Masalkhi1-8/+0
2026-04-06md: fix array_state=clear sysfs deadlockYu Kuai1-1/+7
2026-03-22md: remove unused mddev argument from export_rdevChen Cheng1-14/+14
2026-03-15md: suppress spurious superblock update error message for dm-raidChen Cheng1-1/+3
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-7/+7
2026-02-17Merge tag 'block-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2026-02-12md: ignore discard return valueChaitanya Kulkarni1-2/+2
2026-02-12Merge tag 'for-7.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2026-01-26md raid: fix hang when stopping arrays with metadata through dm-raidHeinz Mauelshagen1-6/+8
2026-01-26md: remove recovery_disabledLi Nan1-3/+0
2026-01-26md: move finish_reshape to md_finish_sync()Li Nan1-9/+6
2026-01-26md: factor out sync completion update into helperLi Nan1-35/+47
2026-01-26md: remove MD_RECOVERY_ERROR handling and simplify resync_offset updateLi Nan1-17/+4
2026-01-26md: update curr_resync_completed even when MD_RECOVERY_INTR is setLi Nan1-1/+1
2026-01-26md: mark rdev Faulty when badblocks setting failsLi Nan1-1/+7
2026-01-26md: factor error handling out of md_done_sync into helperLi Nan1-7/+10
2026-01-26md: merge mddev serialize_policy into mddev_flagsYu Kuai1-8/+12
2026-01-26md: merge mddev faillast_dev into mddev_flagsYu Kuai1-4/+6
2026-01-26md: merge mddev has_superblock into mddev_flagsYu Kuai1-3/+3
2026-01-14dm: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari1-2/+2
2025-12-27md: Fix forward incompatibility from configurable logical block sizeLi Nan1-4/+44
2025-12-27md: Fix logical_block_size configuration being overwrittenLi Nan1-1/+3
2025-12-27md: suspend array while updating raid_disks via sysfsFengWei Shih1-2/+2
2025-12-25md: Fix static checker warning in analyze_sbsLi Nan1-4/+1
2025-11-30md: remove legacy 1s delay in md_notify_rebootTarun Sahu1-11/+0
2025-11-30md: warn about updating super block failureYu Kuai1-0/+1
2025-11-11md: allow configuring logical block sizeLi Nan1-0/+77
2025-11-11md: add check_new_feature module parameterLi Nan1-3/+9
2025-11-11md: init bioset in mddev_initLi Nan1-36/+33
2025-11-11md: delete md_redundancy_group when array is becoming inactiveLi Nan1-0/+4
2025-11-11md: prevent adding disks with larger logical_block_size to active arraysLi Nan1-0/+7
2025-11-08md: avoid repeated calls to del_gendiskXiao Ni1-1/+2
2025-11-08Factor out code into md_should_do_recovery()Wu Guanghao1-12/+47
2025-11-08md: fix rcu protection in md_wakeup_threadYun Zhou1-8/+6
2025-11-08md: delete mddev kobj before deleting gendisk kobjXiao Ni1-1/+3
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-72/+310
2025-09-06md/md-llbitmap: introduce new lockless bitmapYu Kuai1-0/+6
2025-09-06md/md-bitmap: make method bitmap_ops->daemon_work optionalYu Kuai1-1/+1
2025-09-06md: add a new recovery_flag MD_RECOVERY_LAZY_RECOVERYu Kuai1-1/+46