summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)Author
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
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