summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-02Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+0
2023-11-02Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds1-357/+465
2023-10-28md: Convert to bdev_open_by_dev()Jan Kara1-15/+8
2023-10-18md: cleanup pers->prepare_suspend()Yu Kuai1-1/+16
2023-10-11raid: Remove now superfluous sentinel element from ctl_table arrayJoel Granados1-1/+0
2023-10-11md: rename __mddev_suspend/resume() back to mddev_suspend/resume()Yu Kuai1-9/+9
2023-10-11md: remove old apis to suspend the arrayYu Kuai1-79/+3
2023-10-11md: suspend array in md_start_sync() if array need reconfigurationYu Kuai1-3/+8
2023-10-11md: cleanup mddev_create/destroy_serial_pool()Yu Kuai1-23/+10
2023-10-11md: use new apis to suspend array before mddev_create/destroy_serial_poolYu Kuai1-10/+12
2023-10-11md: use new apis to suspend array for ioctls involed array reconfigurationYu Kuai1-10/+20
2023-10-11md: use new apis to suspend array for adding/removing rdev from state_store()Yu Kuai1-8/+11
2023-10-11md: use new apis to suspend array for sysfs apisYu Kuai1-16/+8
2023-10-11md: add new helpers to suspend/resume arrayYu Kuai1-2/+100
2023-10-11md: replace is_md_suspended() with 'mddev->suspended' in md_check_recovery()Yu Kuai1-1/+1
2023-10-11md: use READ_ONCE/WRITE_ONCE for 'suspend_lo' and 'suspend_hi'Yu Kuai1-7/+9
2023-09-28md: do not require mddev_lock() for all options in array_state_store()Mariusz Tkaczyk1-17/+20
2023-09-27md: simplify md_seq_opsYu Kuai1-78/+22
2023-09-27md: factor out a helper from mddev_put()Yu Kuai1-12/+17
2023-09-26md: replace deprecated strncpy with memcpyJustin Stitt1-3/+3
2023-09-22md: don't check 'mddev->pers' and 'pers->quiesce' from suspend_lo_store()Yu Kuai1-7/+2
2023-09-22md: don't check 'mddev->pers' from suspend_hi_store()Yu Kuai1-6/+1
2023-09-22md: don't rely on 'mddev->pers' to be set in mddev_suspend()Yu Kuai1-1/+1
2023-09-22md: initialize 'writes_pending' while allocating mddevYu Kuai1-17/+12
2023-09-22md: initialize 'active_io' while allocating mddevYu Kuai1-20/+33
2023-09-22md: delay remove_and_add_spares() for read only array to md_start_sync()Yu Kuai1-10/+51
2023-09-22md: factor out a helper rdev_addable() from remove_and_add_spares()Yu Kuai1-12/+27
2023-09-22md: factor out a helper rdev_is_spare() from remove_and_add_spares()Yu Kuai1-5/+10
2023-09-22md: factor out a helper rdev_removeable() from remove_and_add_spares()Yu Kuai1-6/+38
2023-09-22md: delay choosing sync action to md_start_sync()Yu Kuai1-34/+39
2023-09-22md: factor out a helper to choose sync action from md_check_recovery()Yu Kuai1-25/+45
2023-09-22md: use separate work_struct for md_start_sync()Yu Kuai1-4/+6
2023-09-14md: Put the right device in md_seq_nextMariusz Tkaczyk1-1/+1
2023-09-08md: fix warning for holder mismatch from export_rdev()Yu Kuai1-3/+12
2023-09-08md: don't dereference mddev after export_rdev()Yu Kuai1-3/+3
2023-08-30Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-92/+136
2023-08-15md: Hold mddev->reconfig_mutex when trying to get mddev->sync_threadLi Lingfeng1-4/+5
2023-07-27md: restore 'noio_flag' for the last mddev_resume()Yu Kuai1-2/+4
2023-07-27md: don't quiesce in mddev_suspend()Yu Kuai1-2/+0
2023-07-27md: also clone new io if io accounting is disabledYu Kuai1-32/+31
2023-07-27md: move initialization and destruction of 'io_acct_set' to md.cYu Kuai1-17/+10
2023-07-27md: deprecate bitmap file supportChristoph Hellwig1-0/+2
2023-07-27md: make bitmap file support optionalChristoph Hellwig1-0/+7
2023-07-27md: enhance checking in md_check_recovery()Yu Kuai1-7/+15
2023-07-27md: wake up 'resync_wait' at last in md_reap_sync_thread()Yu Kuai1-1/+1
2023-07-27md: refactor idle/frozen_sync_thread() to fix deadlockYu Kuai1-4/+19
2023-07-27md: add a mutex to synchronize idle and frozen in action_store()Yu Kuai1-0/+5
2023-07-27md: refactor action_store() for 'idle' and 'frozen'Yu Kuai1-16/+45
2023-07-27Revert "md: unlock mddev before reap sync_thread in action_store"Yu Kuai1-17/+2
2023-07-25dm raid: protect md_stop() with 'reconfig_mutex'Yu Kuai1-0/+2