summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAgeFilesLines
* md: split MD_RECOVERY_NEEDED out of mddev_resumeYu Kuai2023-12-071-4/+26
* md: fix stopping sync threadYu Kuai2023-12-061-53/+37
* md: don't leave 'MD_RECOVERY_FROZEN' in error path of md_set_readonly()Yu Kuai2023-12-061-11/+13
* md: fix missing flush of sync_workYu Kuai2023-12-061-2/+2
* md: fix bi_status reporting in md_end_clone_ioSong Liu2023-11-191-1/+2
* Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-11-011-1/+0
|\
| * raid: Remove now superfluous sentinel element from ctl_table arrayJoel Granados2023-10-111-1/+0
* | Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds2023-11-011-357/+465
|\ \
| * | md: cleanup pers->prepare_suspend()Yu Kuai2023-10-181-1/+16
| * | md: rename __mddev_suspend/resume() back to mddev_suspend/resume()Yu Kuai2023-10-101-9/+9
| * | md: remove old apis to suspend the arrayYu Kuai2023-10-101-79/+3
| * | md: suspend array in md_start_sync() if array need reconfigurationYu Kuai2023-10-101-3/+8
| * | md: cleanup mddev_create/destroy_serial_pool()Yu Kuai2023-10-101-23/+10
| * | md: use new apis to suspend array before mddev_create/destroy_serial_poolYu Kuai2023-10-101-10/+12
| * | md: use new apis to suspend array for ioctls involed array reconfigurationYu Kuai2023-10-101-10/+20
| * | md: use new apis to suspend array for adding/removing rdev from state_store()Yu Kuai2023-10-101-8/+11
| * | md: use new apis to suspend array for sysfs apisYu Kuai2023-10-101-16/+8
| * | md: add new helpers to suspend/resume arrayYu Kuai2023-10-101-2/+100
| * | md: replace is_md_suspended() with 'mddev->suspended' in md_check_recovery()Yu Kuai2023-10-101-1/+1
| * | md: use READ_ONCE/WRITE_ONCE for 'suspend_lo' and 'suspend_hi'Yu Kuai2023-10-101-7/+9
| * | md: do not require mddev_lock() for all options in array_state_store()Mariusz Tkaczyk2023-09-281-17/+20
| * | md: simplify md_seq_opsYu Kuai2023-09-271-78/+22
| * | md: factor out a helper from mddev_put()Yu Kuai2023-09-271-12/+17
| * | md: replace deprecated strncpy with memcpyJustin Stitt2023-09-251-3/+3
| * | md: don't check 'mddev->pers' and 'pers->quiesce' from suspend_lo_store()Yu Kuai2023-09-221-7/+2
| * | md: don't check 'mddev->pers' from suspend_hi_store()Yu Kuai2023-09-221-6/+1
| * | md: don't rely on 'mddev->pers' to be set in mddev_suspend()Yu Kuai2023-09-221-1/+1
| * | md: initialize 'writes_pending' while allocating mddevYu Kuai2023-09-221-17/+12
| * | md: initialize 'active_io' while allocating mddevYu Kuai2023-09-221-20/+33
| * | md: delay remove_and_add_spares() for read only array to md_start_sync()Yu Kuai2023-09-221-10/+51
| * | md: factor out a helper rdev_addable() from remove_and_add_spares()Yu Kuai2023-09-221-12/+27
| * | md: factor out a helper rdev_is_spare() from remove_and_add_spares()Yu Kuai2023-09-221-5/+10
| * | md: factor out a helper rdev_removeable() from remove_and_add_spares()Yu Kuai2023-09-221-6/+38
| * | md: delay choosing sync action to md_start_sync()Yu Kuai2023-09-221-34/+39
| * | md: factor out a helper to choose sync action from md_check_recovery()Yu Kuai2023-09-221-25/+45
| * | md: use separate work_struct for md_start_sync()Yu Kuai2023-09-221-4/+6
| |/
* / md: Convert to bdev_open_by_dev()Jan Kara2023-10-281-15/+8
|/
* md: Put the right device in md_seq_nextMariusz Tkaczyk2023-09-141-1/+1
* md: fix warning for holder mismatch from export_rdev()Yu Kuai2023-09-081-3/+12
* md: don't dereference mddev after export_rdev()Yu Kuai2023-09-081-3/+3
* Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-291-92/+136
|\
| * md: Hold mddev->reconfig_mutex when trying to get mddev->sync_threadLi Lingfeng2023-08-151-4/+5
| * md: restore 'noio_flag' for the last mddev_resume()Yu Kuai2023-07-271-2/+4
| * md: don't quiesce in mddev_suspend()Yu Kuai2023-07-271-2/+0
| * md: also clone new io if io accounting is disabledYu Kuai2023-07-271-32/+31
| * md: move initialization and destruction of 'io_acct_set' to md.cYu Kuai2023-07-271-17/+10
| * md: deprecate bitmap file supportChristoph Hellwig2023-07-271-0/+2
| * md: make bitmap file support optionalChristoph Hellwig2023-07-271-0/+7
| * md: enhance checking in md_check_recovery()Yu Kuai2023-07-271-7/+15
| * md: wake up 'resync_wait' at last in md_reap_sync_thread()Yu Kuai2023-07-271-1/+1