aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)Author
2023-09-23md: Put the right device in md_seq_nextMariusz Tkaczyk
2023-09-13md: fix regression for null-ptr-deference in __md_stop()Yu Kuai
2023-09-13md: Free resources in __md_stopXiao Ni
2023-09-13md: add error_handlers for raid0 and linearMariusz Tkaczyk
2023-09-13md: restore 'noio_flag' for the last mddev_resume()Yu Kuai
2023-09-13md: Change active_io to percpuXiao Ni
2023-09-13md: Factor out is_md_suspended helperXiao Ni
2023-08-03dm raid: protect md_stop() with 'reconfig_mutex'Yu Kuai
2023-07-19md/raid10: fix wrong setting of max_corr_read_errorsLi Nan
2023-07-19md/raid10: fix overflow of md/safe_mode_delayLi Nan
2023-05-24md: fix soft lockup in status_resyncYu Kuai
2023-04-06md: avoid signed overflow in slot_store()NeilBrown
2023-03-10md: don't update recovery_cp when curr_resync is ACTIVEHou Tao
2023-01-18block: handle bio_split_to_limits() NULL returnJens Axboe
2023-01-04md: fix a crash in mempool_freeMikulas Patocka
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-09-27block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig
2022-09-22md: Remove extra mddev_get() in md_seq_start()Logan Gunthorpe
2022-08-24md: call __md_stop_writes in md_stopGuoqing Jiang
2022-08-24Revert "md-raid: destroy the bitmap after destroying the thread"Guoqing Jiang
2022-08-24md: Flush workqueue md_rdev_misc_wq in md_alloc()David Sloan
2022-08-02block: change the blk_queue_split calling conventionChristoph Hellwig
2022-08-02md-raid: destroy the bitmap after destroying the threadMikulas Patocka
2022-08-02md: return the allocated devices from md_allocChristoph Hellwig
2022-08-02md: open code md_probe in autorun_devicesChristoph Hellwig
2022-08-02md: remove unneeded semicolonYang Li
2022-08-02md: fix build failure for !MODULEStephen Rothwell
2022-08-02md: simplify md_openChristoph Hellwig
2022-08-02md: only delete entries from all_mddevs when the disk is freedChristoph Hellwig
2022-08-02md: stop using for_each_mddev in md_exitChristoph Hellwig
2022-08-02md: stop using for_each_mddev in md_notify_rebootChristoph Hellwig
2022-08-02md: stop using for_each_mddev in md_do_syncChristoph Hellwig
2022-08-02md: factor out the rdev overlaps check from rdev_size_storeChristoph Hellwig
2022-08-02md: rename md_free to md_kobj_releaseChristoph Hellwig
2022-08-02md: implement ->free_diskChristoph Hellwig
2022-08-02md: fix error handling in md_allocChristoph Hellwig
2022-08-02md: fix mddev->kobj lifetimeChristoph Hellwig
2022-08-02md: unlock mddev before reap sync_thread in action_storeGuoqing Jiang
2022-08-02md: Explicitly create command-line configured devicesChris Webb
2022-08-02md: Notify sysfs sync_completed in md_reap_sync_thread()Logan Gunthorpe
2022-08-02md: Ensure resync is reported after it startsLogan Gunthorpe
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-07-14block: remove bdevnameChristoph Hellwig
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig
2022-06-15Revert "md: don't unregister sync_thread with reconfig_mutex held"Guoqing Jiang
2022-05-22md: fix double free of io_acct_set biosetXiao Ni
2022-05-22md: remove most calls to bdevnameChristoph Hellwig
2022-05-22md: protect md_unregister_thread from reentrancyGuoqing Jiang
2022-05-22md: don't unregister sync_thread with reconfig_mutex heldGuoqing Jiang