summaryrefslogtreecommitdiff
path: root/drivers/md/md.h
AgeCommit message (Expand)Author
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
2023-06-13md: fix duplicate filename for rdevYu Kuai
2023-06-13md: add a new api prepare_suspend() in md_personalityYu Kuai
2023-06-13md: export md_is_rdwr() and is_md_suspended()Yu Kuai
2023-04-13md: add error_handlers for raid0 and linearMariusz Tkaczyk
2023-02-08md: account io_acct_set usage with active_ioXiao Ni
2023-02-01md: Change active_io to percpuXiao Ni
2022-12-02md: mark md_kick_rdev_from_array staticChristoph Hellwig
2022-08-02md: return the allocated devices from md_allocChristoph Hellwig
2022-08-02md: only delete entries from all_mddevs when the disk is freedChristoph Hellwig
2022-08-02md: Explicitly create command-line configured devicesChris Webb
2022-08-02md: Use enum for overloaded magic numbers used by mddev->curr_resyncLogan Gunthorpe
2022-07-14md/core: Combine two sync_page_io() argumentsBart Van Assche
2022-06-15Revert "md: don't unregister sync_thread with reconfig_mutex held"Guoqing Jiang
2022-05-22md: don't unregister sync_thread with reconfig_mutex heldGuoqing Jiang
2022-04-25md: Set MD_BROKEN for RAID1 and RAID10Mariusz Tkaczyk
2022-02-22scsi: md: Remove WRITE_SAME supportChristoph Hellwig
2022-01-06md: Move alloc/free acct bioset in to personalityXiao Ni
2021-10-18md: remove unused argument from md_new_eventGuoqing Jiang
2021-08-12block: remove GENHD_FL_UPChristoph Hellwig
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-14md: Constify attribute_group structsRikard Falkeborn
2021-06-14md: add io accounting for raid0 and raid5Guoqing Jiang
2021-06-14md: revert io stats accountingGuoqing Jiang
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig
2021-03-24md: add md_submit_discard_bio() for submitting discard bioXiao Ni
2021-01-27md: remove bio_alloc_mddevChristoph Hellwig
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-14Revert "md: change mddev 'chunk_sectors' from int to unsigned"Mike Snitzer
2020-12-12md: change mddev 'chunk_sectors' from int to unsignedMike Snitzer
2020-12-09Revert "md: add md_submit_discard_bio() for submitting discard bio"Song Liu
2020-11-30md: improve variable names in md_flush_request()Pankaj Gupta
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-25md: don't detour through bd_contains for the gendiskChristoph Hellwig
2020-09-24md: add md_submit_discard_bio() for submitting discard bioXiao Ni
2020-09-02block: remove revalidate_disk()Christoph Hellwig
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-16md: rewrite md_setup_drive to avoid ioctlsChristoph Hellwig
2020-07-16md: remove the kernel version of md_u.hChristoph Hellwig
2020-07-16md: replace the RAID_AUTORUN ioctl with a direct function callChristoph Hellwig