summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)Author
2026-01-11md: export md_is_rdwr() and is_md_suspended()Yu Kuai
2025-05-09md: move initialization and destruction of 'io_acct_set' to md.cYu Kuai
2025-04-25md: fix mddev uaf while iterating all_mddevs listYu Kuai
2025-04-25md: factor out a helper from mddev_put()Yu Kuai
2025-03-07md/md-bitmap: Synchronize bitmap_get_stats() with bitmap lifetimeYu Kuai
2025-03-07md/md-bitmap: replace md_bitmap_status() with a new helper md_bitmap_get_stats()Yu Kuai
2024-08-29md: clean up invalid BUG_ON in md_ioctlLi Nan
2024-08-14md: do not delete safemode_timer in mddev_suspendLi Nan
2024-08-03md: fix deadlock between mddev_suspend and flush bioLi Nan
2024-05-17md: fix kmemleak of rdev->serialLi Nan
2024-03-26md: Don't clear MD_CLOSING when the raid is about to stopLi Nan
2024-03-26md: fix data corruption for raid456 when reshape restart while grow upYu Kuai
2024-03-01md: Fix missing release of 'active_io' for flushYu Kuai
2024-02-23md: bypass block throttle for superblock updateJunxiao Bi
2024-02-05md: Whenassemble the array, consult the superblock of the freshest deviceAlex Lyakas
2024-01-25md: synchronize flush io with array reconfigurationYu Kuai
2023-12-13md: don't leave 'MD_RECOVERY_FROZEN' in error path of md_set_readonly()Yu Kuai
2023-12-13md: introduce md_ro_stateYe Bin
2023-12-03md: fix bi_status reporting in md_end_clone_ioSong Liu
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