summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)Author
2026-08-07md: skip discard on unsupported member devicesWale Zhang
2026-08-07md: add cond_resched() to md_do_sync()'s skip pathYunye Zhao
2026-08-07md/md-llbitmap: add reshape range mapping helpersYu Kuai
2026-08-07md: add exact bitmap mapping and reshape hooksYu Kuai
2026-08-07md: add helper to split bios at reshape offsetYu Kuai
2026-08-07md: skip bitmap accounting for empty write rangesYu Kuai
2026-08-07md: avoid stale clone I/O accounting timestampsYu Kuai
2026-08-07md: wait for behind writes before destroying bitmapYu Kuai
2026-07-31md/raid1: create serial pool adding rdev to array with serialize_policy=1Martin Wilck
2026-07-31md: do overflow check for sb->bblog_shift in super_1_load()Coly Li
2026-07-31md: scope memalloc_noio to allocation critical sectionsChen Cheng
2026-07-31md: suspend array when sync_action=reshapeChen Cheng
2026-07-31md: widen badblock sectors param from int to sector_tHiroshi Nishida
2026-07-30md: recheck spare changes before starting syncAbd-Alrhman Masalkhi
2026-07-30md: remove REQ_NOWAIT support from raid1/10/456Abd-Alrhman Masalkhi
2026-06-21md/raid1: honor REQ_NOWAIT when waiting for behind writesAbd-Alrhman Masalkhi
2026-05-31md/raid1,raid10: fix deadlock in read error recovery pathAbd-Alrhman Masalkhi
2026-05-31md: skip redundant raid_disks update when value is unchangedAbd-Alrhman Masalkhi
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