summaryrefslogtreecommitdiff
path: root/drivers/md/md.h
AgeCommit message (Expand)AuthorFilesLines
10 daysmd/md-bitmap: add a none backend for bitmap growYu Kuai1-0/+3
2026-02-02md: fix return value of mddev_trylockXiao Ni1-2/+2
2026-01-26md: remove recovery_disabledLi Nan1-6/+0
2026-01-26md: remove MD_RECOVERY_ERROR handling and simplify resync_offset updateLi Nan1-2/+0
2026-01-26md: factor error handling out of md_done_sync into helperLi Nan1-1/+2
2026-01-26md/raid5: use mempool to allocate stripe_request_ctxYu Kuai1-0/+4
2026-01-26md: merge mddev serialize_policy into mddev_flagsYu Kuai1-2/+2
2026-01-26md: merge mddev faillast_dev into mddev_flagsYu Kuai1-1/+2
2026-01-26md: merge mddev has_superblock into mddev_flagsYu Kuai1-1/+2
2025-11-11md: allow configuring logical block sizeLi Nan1-0/+1
2025-11-08md: avoid repeated calls to del_gendiskXiao Ni1-0/+1
2025-11-08md: fix rcu protection in md_wakeup_threadYun Zhou1-1/+7
2025-09-06md/md-llbitmap: introduce new lockless bitmapYu Kuai1-2/+2
2025-09-06md: add a new recovery_flag MD_RECOVERY_LAZY_RECOVERYu Kuai1-0/+2
2025-09-06md: add a new mddev field 'bitmap_id'Yu Kuai1-0/+2
2025-09-06md/md-bitmap: support discard for bitmap opsYu Kuai1-0/+1
2025-09-06md: factor out a helper raid_is_456()Yu Kuai1-0/+6
2025-09-06md: add a new parameter 'offset' to md_super_write()Yu Kuai1-2/+3
2025-09-06md/md-bitmap: introduce CONFIG_MD_BITMAPYu Kuai1-2/+1
2025-09-06md/md-bitmap: merge md_bitmap_group into bitmap_operationsYu Kuai1-1/+0
2025-07-30md: rename recovery_cp to resync_offsetLi Nan1-1/+1
2025-07-12md: call del_gendisk in control pathXiao Ni1-2/+24
2025-05-10md: clean up accounting for issued sync IOYu Kuai1-11/+0
2025-05-10md: fix is_mddev_idle()Yu Kuai1-1/+2
2025-05-10md: add a new api sync_io_depthYu Kuai1-0/+1
2025-05-10md: record dm-raid gendisk in mddevYu Kuai1-1/+2
2025-03-13Merge tag 'md-6.15-20250312' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe1-14/+34
2025-03-06badblocks: use sector_t instead of int to avoid truncation of badblocks lengthZheng Qixing1-3/+3
2025-03-06md: improve return types of badblocks handling functionsZheng Qixing1-4/+4
2025-03-04md: switch md-cluster to use md_submodle_headYu Kuai1-1/+1
2025-03-04md: don't export md_cluster_opsYu Kuai1-1/+2
2025-03-04md: switch personalities to use md_submodule_headYu Kuai1-6/+1
2025-03-04md: introduce struct md_submodule_head and APIsYu Kuai1-0/+31
2025-03-04md: only include md-cluster.h if necessaryYu Kuai1-7/+0
2025-01-13md/md-bitmap: move bitmap_{start, end}write to md upper layerYu Kuai1-0/+2
2025-01-13md: add a new callback pers->bitmap_sector()Yu Kuai1-0/+3
2024-11-06md: add a new helper rdev_blocked()Yu Kuai1-0/+24
2024-08-29Merge branch 'md-6.12-bitmap' into md-6.12Song Liu1-1/+2
2024-08-28md: Remove flush handlingYu Kuai1-10/+0
2024-08-27md/md-bitmap: make in memory structure internalYu Kuai1-1/+1
2024-08-27md/md-bitmap: introduce struct bitmap_operationsYu Kuai1-0/+1
2024-07-04md-cluster: Constify struct md_cluster_operationsChristophe JAILLET1-2/+2
2024-06-26md: set md-specific flags for all queue limitsChristoph Hellwig1-0/+1
2024-06-14Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe1-2/+3
2024-06-14block: move integrity information into queue_limitsChristoph Hellwig1-2/+3
2024-06-12md: pass in max_sectors for pers->sync_request()Yu Kuai1-1/+2
2024-06-12md: replace last_sync_action with new enum typeYu Kuai1-5/+4
2024-06-12md: use new helpers in md_do_sync()Yu Kuai1-1/+1
2024-06-12md: don't fail action_store() if sync_thread is not registeredYu Kuai1-2/+0
2024-06-12md: add new helpers for sync_actionYu Kuai1-0/+3