summaryrefslogtreecommitdiff
path: root/drivers/md/md.h
AgeCommit message (Expand)Author
2024-07-04md-cluster: Constify struct md_cluster_operationsChristophe JAILLET
2024-06-26md: set md-specific flags for all queue limitsChristoph Hellwig
2024-06-14Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe
2024-06-14block: move integrity information into queue_limitsChristoph Hellwig
2024-06-12md: pass in max_sectors for pers->sync_request()Yu Kuai
2024-06-12md: replace last_sync_action with new enum typeYu Kuai
2024-06-12md: use new helpers in md_do_sync()Yu Kuai
2024-06-12md: don't fail action_store() if sync_thread is not registeredYu Kuai
2024-06-12md: add new helpers for sync_actionYu Kuai
2024-06-12md: add a new enum type sync_actionYu Kuai
2024-06-12md: rearrange recovery_flagsYu Kuai
2024-06-10md: change the return value type of md_write_start to voidLi Nan
2024-05-07md: Revert "md: Fix overflow in is_mddev_idle"Li Nan
2024-04-08md: don't account sync_io if iostats of the disk is disabledLi Nan
2024-04-08md: Fix overflow in is_mddev_idleLi Nan
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-03-06md: remove mddev->queueChristoph Hellwig
2024-03-06md: add queue limit helpersChristoph Hellwig
2024-03-06md: add a mddev_is_dm helperChristoph Hellwig
2024-03-06md: add a mddev_add_trace_msg helperChristoph Hellwig
2024-03-06md: add a mddev_trace_remap helperChristoph Hellwig
2024-03-05dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent wit...Yu Kuai
2024-03-05dm-raid: add a new helper prepare_suspend() in md_personalityYu Kuai
2024-03-05md: add a new helper reshape_interrupted()Yu Kuai
2024-03-05md: export helper md_is_rdwr()Yu Kuai
2024-03-05md: export helpers to stop sync_threadYu Kuai
2024-02-29md/raid1: record nonrot rdevs while adding/removing rdevs to confYu Kuai
2024-02-29md: add a new helper rdev_has_badblock()Yu Kuai
2024-02-25md: port block device access to fileChristian Brauner
2023-11-27md: remove flag RemoveSynchronizedYu Kuai
2023-11-01Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds
2023-10-28md: Convert to bdev_open_by_dev()Jan Kara
2023-10-18md: cleanup pers->prepare_suspend()Yu Kuai
2023-10-10md: rename __mddev_suspend/resume() back to mddev_suspend/resume()Yu Kuai
2023-10-10md: remove old apis to suspend the arrayYu Kuai
2023-10-10md: cleanup mddev_create/destroy_serial_pool()Yu Kuai
2023-10-10md: add new helpers to suspend/resume and lock/unlock arrayYu Kuai
2023-10-10md: add new helpers to suspend/resume arrayYu Kuai
2023-09-22md: initialize 'writes_pending' while allocating mddevYu Kuai
2023-09-22md: initialize 'active_io' while allocating mddevYu Kuai
2023-09-22md: use separate work_struct for md_start_sync()Yu Kuai
2023-09-08md: fix warning for holder mismatch from export_rdev()Yu Kuai
2023-08-15md: Hold mddev->reconfig_mutex when trying to get mddev->sync_threadLi Lingfeng
2023-07-27md: also clone new io if io accounting is disabledYu Kuai
2023-07-27md: move initialization and destruction of 'io_acct_set' to md.cYu Kuai
2023-07-27md: refactor idle/frozen_sync_thread() to fix deadlockYu Kuai
2023-07-27md: add a mutex to synchronize idle and frozen in action_store()Yu Kuai
2023-06-23md: fix 'delete_mutex' deadlockYu Kuai
2023-06-13md/md-bitmap: add a new helper to unplug bitmap asynchrouslyYu Kuai
2023-06-13md: protect md_thread with rcuYu Kuai