summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds2023-11-011-32/+38
|\
| * md: cleanup pers->prepare_suspend()Yu Kuai2023-10-181-18/+0
| * md: rename __mddev_suspend/resume() back to mddev_suspend/resume()Yu Kuai2023-10-101-6/+6
| * md: remove old apis to suspend the arrayYu Kuai2023-10-101-8/+0
| * md: cleanup mddev_create/destroy_serial_pool()Yu Kuai2023-10-101-4/+3
| * md: add new helpers to suspend/resume and lock/unlock arrayYu Kuai2023-10-101-0/+27
| * md: add new helpers to suspend/resume arrayYu Kuai2023-10-101-0/+3
| * md: initialize 'writes_pending' while allocating mddevYu Kuai2023-09-221-1/+0
| * md: initialize 'active_io' while allocating mddevYu Kuai2023-09-221-1/+2
| * md: use separate work_struct for md_start_sync()Yu Kuai2023-09-221-1/+4
* | md: Convert to bdev_open_by_dev()Jan Kara2023-10-281-3/+1
|/
* md: fix warning for holder mismatch from export_rdev()Yu Kuai2023-09-081-0/+3
* md: Hold mddev->reconfig_mutex when trying to get mddev->sync_threadLi Lingfeng2023-08-151-1/+1
* md: also clone new io if io accounting is disabledYu Kuai2023-07-271-2/+2
* md: move initialization and destruction of 'io_acct_set' to md.cYu Kuai2023-07-271-2/+0
* md: refactor idle/frozen_sync_thread() to fix deadlockYu Kuai2023-07-271-0/+2
* md: add a mutex to synchronize idle and frozen in action_store()Yu Kuai2023-07-271-0/+3
* md: fix 'delete_mutex' deadlockYu Kuai2023-06-231-3/+1
* md/md-bitmap: add a new helper to unplug bitmap asynchrouslyYu Kuai2023-06-131-0/+1
* md: protect md_thread with rcuYu Kuai2023-06-131-4/+4
* md: fix duplicate filename for rdevYu Kuai2023-06-131-2/+8
* md: add a new api prepare_suspend() in md_personalityYu Kuai2023-06-131-0/+1
* md: export md_is_rdwr() and is_md_suspended()Yu Kuai2023-06-131-0/+17
* md: add error_handlers for raid0 and linearMariusz Tkaczyk2023-04-131-8/+2
* md: account io_acct_set usage with active_ioXiao Ni2023-02-081-3/+4
* md: Change active_io to percpuXiao Ni2023-02-011-1/+1
* md: mark md_kick_rdev_from_array staticChristoph Hellwig2022-12-021-1/+0
* md: return the allocated devices from md_allocChristoph Hellwig2022-08-021-1/+2
* md: only delete entries from all_mddevs when the disk is freedChristoph Hellwig2022-08-021-0/+2
* md: Explicitly create command-line configured devicesChris Webb2022-08-021-0/+1
* md: Use enum for overloaded magic numbers used by mddev->curr_resyncLogan Gunthorpe2022-08-021-0/+15
* md/core: Combine two sync_page_io() argumentsBart Van Assche2022-07-141-2/+1
* Revert "md: don't unregister sync_thread with reconfig_mutex held"Guoqing Jiang2022-06-151-1/+1
* md: don't unregister sync_thread with reconfig_mutex heldGuoqing Jiang2022-05-221-1/+1
* md: Set MD_BROKEN for RAID1 and RAID10Mariusz Tkaczyk2022-04-251-27/+35
* scsi: md: Remove WRITE_SAME supportChristoph Hellwig2022-02-221-7/+0
* md: Move alloc/free acct bioset in to personalityXiao Ni2022-01-061-0/+2
* md: remove unused argument from md_new_eventGuoqing Jiang2021-10-181-1/+1
* block: remove GENHD_FL_UPChristoph Hellwig2021-08-121-3/+1
* Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-301-3/+10
|\
| * md: Constify attribute_group structsRikard Falkeborn2021-06-141-2/+2
| * md: add io accounting for raid0 and raid5Guoqing Jiang2021-06-141-0/+8
| * md: revert io stats accountingGuoqing Jiang2021-06-141-1/+0
* | block: move bd_mutex to struct gendiskChristoph Hellwig2021-06-011-3/+3
|/
* md: add md_submit_discard_bio() for submitting discard bioXiao Ni2021-03-241-0/+2
* md: remove bio_alloc_mddevChristoph Hellwig2021-01-271-2/+0
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-3/+3
* Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-3/+3
|\
| * md: improve variable names in md_flush_request()Pankaj Gupta2020-11-301-3/+3
* | Revert "md: change mddev 'chunk_sectors' from int to unsigned"Mike Snitzer2020-12-141-2/+2