aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/md/md.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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/git/mdraid/linux into for-6.15/blockJens 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-05md: switch md-cluster to use md_submodle_headYu Kuai1-1/+1
2025-03-05md: don't export md_cluster_opsYu Kuai1-1/+2
2025-03-05md: switch personalities to use md_submodule_headYu Kuai1-6/+1
2025-03-05md: introduce struct md_submodule_head and APIsYu Kuai1-0/+31
2025-03-05md: 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-05md: add a new helper rdev_blocked()Yu Kuai1-0/+24
2024-08-28Merge branch 'md-6.12-bitmap' into md-6.12Song Liu1-1/+2
2024-08-27md: 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
2024-06-12md: add a new enum type sync_actionYu Kuai1-1/+56
2024-06-12md: rearrange recovery_flagsYu Kuai1-14/+38
2024-06-10md: change the return value type of md_write_start to voidLi Nan1-1/+1
2024-05-07md: Revert "md: Fix overflow in is_mddev_idle"Li Nan1-2/+2
2024-04-08md: don't account sync_io if iostats of the disk is disabledLi Nan1-1/+2
2024-04-08md: Fix overflow in is_mddev_idleLi Nan1-2/+2
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-3/+74
2024-03-06md: remove mddev->queueChristoph Hellwig1-3/+2
2024-03-06md: add queue limit helpersChristoph Hellwig1-0/+3
2024-03-06md: add a mddev_is_dm helperChristoph Hellwig1-2/+10
2024-03-06md: add a mddev_add_trace_msg helperChristoph Hellwig1-0/+6
2024-03-06md: add a mddev_trace_remap helperChristoph Hellwig1-0/+8
2024-03-05dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshapeYu Kuai1-1/+2
2024-03-05dm-raid: add a new helper prepare_suspend() in md_personalityYu Kuai1-0/+1
2024-03-05md: add a new helper reshape_interrupted()Yu Kuai1-0/+19
2024-03-05md: export helper md_is_rdwr()Yu Kuai1-0/+12
2024-03-05md: export helpers to stop sync_threadYu Kuai1-0/+3
2024-02-29md/raid1: record nonrot rdevs while adding/removing rdevs to confYu Kuai1-0/+1
2024-02-29md: add a new helper rdev_has_badblock()Yu Kuai1-0/+10
2024-02-25md: port block device access to fileChristian Brauner1-1/+1
2023-11-27md: remove flag RemoveSynchronizedYu Kuai1-5/+0
2023-11-01Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds1-32/+38