summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)Author
2024-02-15md: Don't suspend the array for interrupted reshapeYu Kuai
2024-02-15md: Don't register sync_thread for reshape directlyYu Kuai
2024-02-15md: Make sure md_do_sync() will set MD_RECOVERY_DONEYu Kuai
2024-02-15md: Don't ignore read-only array in md_check_recovery()Yu Kuai
2024-02-15md: Don't ignore suspended array in md_check_recovery()Yu Kuai
2024-02-07md: Fix missing release of 'active_io' for flushYu Kuai
2024-01-18Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-09md: Fix md_seq_ops() regressionsYu Kuai
2023-12-19md: Remove deprecated CONFIG_MD_MULTIPATHSong Liu
2023-12-19md: Remove deprecated CONFIG_MD_LINEARSong Liu
2023-12-18dm-raid: delay flushing event_work() after reconfig_mutex is releasedYu Kuai
2023-12-15md: Whenassemble the array, consult the superblock of the freshest deviceAlex Lyakas
2023-12-07md: split MD_RECOVERY_NEEDED out of mddev_resumeYu Kuai
2023-12-06md: fix stopping sync threadYu Kuai
2023-12-06md: don't leave 'MD_RECOVERY_FROZEN' in error path of md_set_readonly()Yu Kuai
2023-12-06md: fix missing flush of sync_workYu Kuai
2023-12-01md: synchronize flush io with array reconfigurationYu Kuai
2023-11-27md: remove flag RemoveSynchronizedYu Kuai
2023-11-27md: bypass block throttle for superblock updateJunxiao Bi
2023-11-19md: fix bi_status reporting in md_end_clone_ioSong Liu
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-11-01Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds
2023-10-28md: Convert to bdev_open_by_dev()Jan Kara
2023-10-18md: cleanup pers->prepare_suspend()Yu Kuai
2023-10-11raid: Remove now superfluous sentinel element from ctl_table arrayJoel Granados
2023-10-10md: rename __mddev_suspend/resume() back to mddev_suspend/resume()Yu Kuai
2023-10-10md: remove old apis to suspend the arrayYu Kuai
2023-10-10md: suspend array in md_start_sync() if array need reconfigurationYu Kuai
2023-10-10md: cleanup mddev_create/destroy_serial_pool()Yu Kuai
2023-10-10md: use new apis to suspend array before mddev_create/destroy_serial_poolYu Kuai
2023-10-10md: use new apis to suspend array for ioctls involed array reconfigurationYu Kuai
2023-10-10md: use new apis to suspend array for adding/removing rdev from state_store()Yu Kuai
2023-10-10md: use new apis to suspend array for sysfs apisYu Kuai
2023-10-10md: add new helpers to suspend/resume arrayYu Kuai
2023-10-10md: replace is_md_suspended() with 'mddev->suspended' in md_check_recovery()Yu Kuai
2023-10-10md: use READ_ONCE/WRITE_ONCE for 'suspend_lo' and 'suspend_hi'Yu Kuai
2023-09-28md: do not require mddev_lock() for all options in array_state_store()Mariusz Tkaczyk
2023-09-27md: simplify md_seq_opsYu Kuai
2023-09-27md: factor out a helper from mddev_put()Yu Kuai
2023-09-25md: replace deprecated strncpy with memcpyJustin Stitt
2023-09-22md: don't check 'mddev->pers' and 'pers->quiesce' from suspend_lo_store()Yu Kuai
2023-09-22md: don't check 'mddev->pers' from suspend_hi_store()Yu Kuai
2023-09-22md: don't rely on 'mddev->pers' to be set in mddev_suspend()Yu Kuai
2023-09-22md: initialize 'writes_pending' while allocating mddevYu Kuai
2023-09-22md: initialize 'active_io' while allocating mddevYu Kuai
2023-09-22md: delay remove_and_add_spares() for read only array to md_start_sync()Yu Kuai
2023-09-22md: factor out a helper rdev_addable() from remove_and_add_spares()Yu Kuai
2023-09-22md: factor out a helper rdev_is_spare() from remove_and_add_spares()Yu Kuai
2023-09-22md: factor out a helper rdev_removeable() from remove_and_add_spares()Yu Kuai