summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-07md: skip discard on unsupported member devicesWale Zhang1-0/+4
2026-08-07md: add cond_resched() to md_do_sync()'s skip pathYunye Zhao1-1/+3
2026-08-07md/md-llbitmap: add reshape range mapping helpersYu Kuai1-6/+5
2026-08-07md: add exact bitmap mapping and reshape hooksYu Kuai1-3/+8
2026-08-07md: add helper to split bios at reshape offsetYu Kuai1-0/+39
2026-08-07md: skip bitmap accounting for empty write rangesYu Kuai1-2/+7
2026-08-07md: avoid stale clone I/O accounting timestampsYu Kuai1-0/+2
2026-08-07md: wait for behind writes before destroying bitmapYu Kuai1-1/+1
2026-07-31md/raid1: create serial pool adding rdev to array with serialize_policy=1Martin Wilck1-1/+2
2026-07-31md: do overflow check for sb->bblog_shift in super_1_load()Coly Li1-0/+7
2026-07-31md: scope memalloc_noio to allocation critical sectionsChen Cheng1-17/+36
2026-07-31md: suspend array when sync_action=reshapeChen Cheng1-3/+12
2026-07-31md: widen badblock sectors param from int to sector_tHiroshi Nishida1-2/+2
2026-07-30md: recheck spare changes before starting syncAbd-Alrhman Masalkhi1-1/+13
2026-07-30md: remove REQ_NOWAIT support from raid1/10/456Abd-Alrhman Masalkhi1-4/+2
2026-06-21md/raid1: honor REQ_NOWAIT when waiting for behind writesAbd-Alrhman Masalkhi1-1/+1
2026-05-31md/raid1,raid10: fix deadlock in read error recovery pathAbd-Alrhman Masalkhi1-9/+16
2026-05-31md: skip redundant raid_disks update when value is unchangedAbd-Alrhman Masalkhi1-3/+4
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-23md: remove unused mddev argument from export_rdevChen Cheng1-14/+14
2026-03-16md: suppress spurious superblock update error message for dm-raidChen Cheng1-1/+3
2026-02-21Convert '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-11Merge 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