aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-15md: Don't suspend the array for interrupted reshapeGravatar Yu Kuai 1-4/+9
2024-02-15md: Don't register sync_thread for reshape directlyGravatar Yu Kuai 1-1/+4
2024-02-15md: Make sure md_do_sync() will set MD_RECOVERY_DONEGravatar Yu Kuai 1-4/+8
2024-02-15md: Don't ignore read-only array in md_check_recovery()Gravatar Yu Kuai 1-13/+18
2024-02-15md: Don't ignore suspended array in md_check_recovery()Gravatar Yu Kuai 1-3/+0
2024-02-07md: Fix missing release of 'active_io' for flushGravatar Yu Kuai 1-1/+5
2024-01-18Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-13/+27
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-155/+150
2024-01-09md: Fix md_seq_ops() regressionsGravatar Yu Kuai 1-13/+27
2023-12-19md: Remove deprecated CONFIG_MD_MULTIPATHGravatar Song Liu 1-133/+108
2023-12-19md: Remove deprecated CONFIG_MD_LINEARGravatar Song Liu 1-1/+1
2023-12-18dm-raid: delay flushing event_work() after reconfig_mutex is releasedGravatar Yu Kuai 1-3/+8
2023-12-15md: Whenassemble the array, consult the superblock of the freshest deviceGravatar Alex Lyakas 1-10/+44
2023-12-07md: split MD_RECOVERY_NEEDED out of mddev_resumeGravatar Yu Kuai 1-4/+26
2023-12-06md: fix stopping sync threadGravatar Yu Kuai 1-53/+37
2023-12-06md: don't leave 'MD_RECOVERY_FROZEN' in error path of md_set_readonly()Gravatar Yu Kuai 1-11/+13
2023-12-06md: fix missing flush of sync_workGravatar Yu Kuai 1-2/+2
2023-12-01md: synchronize flush io with array reconfigurationGravatar Yu Kuai 1-6/+16
2023-11-27md: remove flag RemoveSynchronizedGravatar Yu Kuai 1-31/+6
2023-11-27md: bypass block throttle for superblock updateGravatar Junxiao Bi 1-3/+4
2023-11-19md: fix bi_status reporting in md_end_clone_ioGravatar Song Liu 1-1/+2
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-1/+0
2023-11-01Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-357/+465
2023-10-28md: Convert to bdev_open_by_dev()Gravatar Jan Kara 1-15/+8
2023-10-18md: cleanup pers->prepare_suspend()Gravatar Yu Kuai 1-1/+16
2023-10-11raid: Remove now superfluous sentinel element from ctl_table arrayGravatar Joel Granados 1-1/+0
2023-10-10md: rename __mddev_suspend/resume() back to mddev_suspend/resume()Gravatar Yu Kuai 1-9/+9
2023-10-10md: remove old apis to suspend the arrayGravatar Yu Kuai 1-79/+3
2023-10-10md: suspend array in md_start_sync() if array need reconfigurationGravatar Yu Kuai 1-3/+8
2023-10-10md: cleanup mddev_create/destroy_serial_pool()Gravatar Yu Kuai 1-23/+10
2023-10-10md: use new apis to suspend array before mddev_create/destroy_serial_poolGravatar Yu Kuai 1-10/+12
2023-10-10md: use new apis to suspend array for ioctls involed array reconfigurationGravatar Yu Kuai 1-10/+20
2023-10-10md: use new apis to suspend array for adding/removing rdev from state_store()Gravatar Yu Kuai 1-8/+11
2023-10-10md: use new apis to suspend array for sysfs apisGravatar Yu Kuai 1-16/+8
2023-10-10md: add new helpers to suspend/resume arrayGravatar Yu Kuai 1-2/+100
2023-10-10md: replace is_md_suspended() with 'mddev->suspended' in md_check_recovery()Gravatar Yu Kuai 1-1/+1
2023-10-10md: use READ_ONCE/WRITE_ONCE for 'suspend_lo' and 'suspend_hi'Gravatar Yu Kuai 1-7/+9
2023-09-28md: do not require mddev_lock() for all options in array_state_store()Gravatar Mariusz Tkaczyk 1-17/+20
2023-09-27md: simplify md_seq_opsGravatar Yu Kuai 1-78/+22
2023-09-27md: factor out a helper from mddev_put()Gravatar Yu Kuai 1-12/+17
2023-09-25md: replace deprecated strncpy with memcpyGravatar Justin Stitt 1-3/+3
2023-09-22md: don't check 'mddev->pers' and 'pers->quiesce' from suspend_lo_store()Gravatar Yu Kuai 1-7/+2
2023-09-22md: don't check 'mddev->pers' from suspend_hi_store()Gravatar Yu Kuai 1-6/+1
2023-09-22md: don't rely on 'mddev->pers' to be set in mddev_suspend()Gravatar Yu Kuai 1-1/+1
2023-09-22md: initialize 'writes_pending' while allocating mddevGravatar Yu Kuai 1-17/+12
2023-09-22md: initialize 'active_io' while allocating mddevGravatar Yu Kuai 1-20/+33
2023-09-22md: delay remove_and_add_spares() for read only array to md_start_sync()Gravatar Yu Kuai 1-10/+51
2023-09-22md: factor out a helper rdev_addable() from remove_and_add_spares()Gravatar Yu Kuai 1-12/+27
2023-09-22md: factor out a helper rdev_is_spare() from remove_and_add_spares()Gravatar Yu Kuai 1-5/+10
2023-09-22md: factor out a helper rdev_removeable() from remove_and_add_spares()Gravatar Yu Kuai 1-6/+38