summaryrefslogtreecommitdiff
path: root/drivers/md/md.h
AgeCommit message (Expand)AuthorFilesLines
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 wit...Yu 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-03-01md/raid1: record nonrot rdevs while adding/removing rdevs to confYu Kuai1-0/+1
2024-03-01md: 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-28md: remove flag RemoveSynchronizedYu Kuai1-5/+0
2023-11-02Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds1-32/+38
2023-10-28md: Convert to bdev_open_by_dev()Jan Kara1-3/+1
2023-10-18md: cleanup pers->prepare_suspend()Yu Kuai1-18/+0
2023-10-11md: rename __mddev_suspend/resume() back to mddev_suspend/resume()Yu Kuai1-6/+6
2023-10-11md: remove old apis to suspend the arrayYu Kuai1-8/+0
2023-10-11md: cleanup mddev_create/destroy_serial_pool()Yu Kuai1-4/+3
2023-10-11md: add new helpers to suspend/resume and lock/unlock arrayYu Kuai1-0/+27
2023-10-11md: add new helpers to suspend/resume arrayYu Kuai1-0/+3
2023-09-22md: initialize 'writes_pending' while allocating mddevYu Kuai1-1/+0
2023-09-22md: initialize 'active_io' while allocating mddevYu Kuai1-1/+2
2023-09-22md: use separate work_struct for md_start_sync()Yu Kuai1-1/+4
2023-09-08md: fix warning for holder mismatch from export_rdev()Yu Kuai1-0/+3
2023-08-15md: Hold mddev->reconfig_mutex when trying to get mddev->sync_threadLi Lingfeng1-1/+1
2023-07-27md: also clone new io if io accounting is disabledYu Kuai1-2/+2
2023-07-27md: move initialization and destruction of 'io_acct_set' to md.cYu Kuai1-2/+0
2023-07-27md: refactor idle/frozen_sync_thread() to fix deadlockYu Kuai1-0/+2
2023-07-27md: add a mutex to synchronize idle and frozen in action_store()Yu Kuai1-0/+3
2023-06-23md: fix 'delete_mutex' deadlockYu Kuai1-3/+1
2023-06-14md/md-bitmap: add a new helper to unplug bitmap asynchrouslyYu Kuai1-0/+1
2023-06-14md: protect md_thread with rcuYu Kuai1-4/+4
2023-06-14md: fix duplicate filename for rdevYu Kuai1-2/+8
2023-06-14md: add a new api prepare_suspend() in md_personalityYu Kuai1-0/+1
2023-06-14md: export md_is_rdwr() and is_md_suspended()Yu Kuai1-0/+17
2023-04-14md: add error_handlers for raid0 and linearMariusz Tkaczyk1-8/+2
2023-02-09md: account io_acct_set usage with active_ioXiao Ni1-3/+4
2023-02-01md: Change active_io to percpuXiao Ni1-1/+1
2022-12-02md: mark md_kick_rdev_from_array staticChristoph Hellwig1-1/+0
2022-08-03md: return the allocated devices from md_allocChristoph Hellwig1-1/+2
2022-08-03md: only delete entries from all_mddevs when the disk is freedChristoph Hellwig1-0/+2
2022-08-03md: Explicitly create command-line configured devicesChris Webb1-0/+1
2022-08-03md: Use enum for overloaded magic numbers used by mddev->curr_resyncLogan Gunthorpe1-0/+15
2022-07-14md/core: Combine two sync_page_io() argumentsBart Van Assche1-2/+1
2022-06-15Revert "md: don't unregister sync_thread with reconfig_mutex held"Guoqing Jiang1-1/+1
2022-05-23md: don't unregister sync_thread with reconfig_mutex heldGuoqing Jiang1-1/+1
2022-04-26md: Set MD_BROKEN for RAID1 and RAID10Mariusz Tkaczyk1-27/+35