summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-26md: changed the switch of RAID_VERSION to ifLi Nan1-6/+2
2024-02-26md: merge the check of capabilities into md_ioctl_valid()Li Nan1-18/+12
2024-02-25md: port block device access to fileChristian Brauner1-6/+6
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig1-3/+4
2024-02-15md: Don't suspend the array for interrupted reshapeYu Kuai1-4/+9
2024-02-15md: Don't register sync_thread for reshape directlyYu Kuai1-1/+4
2024-02-15md: Make sure md_do_sync() will set MD_RECOVERY_DONEYu Kuai1-4/+8
2024-02-15md: Don't ignore read-only array in md_check_recovery()Yu Kuai1-13/+18
2024-02-15md: Don't ignore suspended array in md_check_recovery()Yu Kuai1-3/+0
2024-02-12md: fix kmemleak of rdev->serialLi Nan1-0/+1
2024-02-07md: Fix missing release of 'active_io' for flushYu Kuai1-1/+5
2024-02-05md: use RCU lock to protect traversal in md_spares_need_change()Li Lingfeng1-2/+7
2024-02-05md: get rdev->mddev with READ_ONCE()Li Lingfeng1-2/+2
2024-02-05md: remove redundant md_wakeup_thread()Yu Kuai1-18/+2
2024-02-05md: remove redundant check of 'mddev->sync_thread'Yu Kuai1-10/+4
2024-01-18Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds1-13/+27
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds1-155/+150
2024-01-09md: Fix md_seq_ops() regressionsYu Kuai1-13/+27
2023-12-19md: Remove deprecated CONFIG_MD_MULTIPATHSong Liu1-133/+108
2023-12-19md: Remove deprecated CONFIG_MD_LINEARSong Liu1-1/+1
2023-12-18dm-raid: delay flushing event_work() after reconfig_mutex is releasedYu Kuai1-3/+8
2023-12-15md: Whenassemble the array, consult the superblock of the freshest deviceAlex Lyakas1-10/+44
2023-12-07md: split MD_RECOVERY_NEEDED out of mddev_resumeYu Kuai1-4/+26
2023-12-06md: fix stopping sync threadYu Kuai1-53/+37
2023-12-06md: don't leave 'MD_RECOVERY_FROZEN' in error path of md_set_readonly()Yu Kuai1-11/+13
2023-12-06md: fix missing flush of sync_workYu Kuai1-2/+2
2023-12-01md: synchronize flush io with array reconfigurationYu Kuai1-6/+16
2023-11-27md: remove flag RemoveSynchronizedYu Kuai1-31/+6
2023-11-27md: bypass block throttle for superblock updateJunxiao Bi1-3/+4
2023-11-19md: fix bi_status reporting in md_end_clone_ioSong Liu1-1/+2
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+0
2023-11-01Merge 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-10md: rename __mddev_suspend/resume() back to mddev_suspend/resume()Yu Kuai1-9/+9
2023-10-10md: remove old apis to suspend the arrayYu Kuai1-79/+3
2023-10-10md: suspend array in md_start_sync() if array need reconfigurationYu Kuai1-3/+8
2023-10-10md: cleanup mddev_create/destroy_serial_pool()Yu Kuai1-23/+10
2023-10-10md: use new apis to suspend array before mddev_create/destroy_serial_poolYu Kuai1-10/+12
2023-10-10md: use new apis to suspend array for ioctls involed array reconfigurationYu Kuai1-10/+20
2023-10-10md: use new apis to suspend array for adding/removing rdev from state_store()Yu Kuai1-8/+11
2023-10-10md: use new apis to suspend array for sysfs apisYu Kuai1-16/+8
2023-10-10md: add new helpers to suspend/resume arrayYu Kuai1-2/+100
2023-10-10md: replace is_md_suspended() with 'mddev->suspended' in md_check_recovery()Yu Kuai1-1/+1
2023-10-10md: 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-25md: replace deprecated strncpy with memcpyJustin Stitt1-3/+3