summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)Author
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-03-06md: remove mddev->queueChristoph Hellwig
2024-03-06md: don't initialize queue limitsChristoph Hellwig
2024-03-06md: add queue limit helpersChristoph Hellwig
2024-03-06md: add a mddev_is_dm helperChristoph Hellwig
2024-03-06md: add a mddev_add_trace_msg helperChristoph Hellwig
2024-03-06md: add a mddev_trace_remap helperChristoph Hellwig
2024-03-05dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent wit...Yu Kuai
2024-03-05dm-raid: really frozen sync_thread during suspendYu Kuai
2024-03-05md: export helper md_is_rdwr()Yu Kuai
2024-03-05md: export helpers to stop sync_threadYu Kuai
2024-03-05md: don't clear MD_RECOVERY_FROZEN for new dm-raid until resumeYu Kuai
2024-02-26md: check mddev->pers before calling md_set_readonly()Li Nan
2024-02-26md: clean up openers check in do_md_stop() and md_set_readonly()Li Nan
2024-02-26md: sync blockdev before stopping raid or setting readonlyLi Nan
2024-02-26md: factor out a helper to sync mddevLi Nan
2024-02-26md: Don't clear MD_CLOSING when the raid is about to stopLi Nan
2024-02-26md: return directly before setting did_set_md_closingLi Nan
2024-02-26md: clean up invalid BUG_ON in md_ioctlLi Nan
2024-02-26md: changed the switch of RAID_VERSION to ifLi Nan
2024-02-26md: merge the check of capabilities into md_ioctl_valid()Li Nan
2024-02-25md: port block device access to fileChristian Brauner
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig
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-12md: fix kmemleak of rdev->serialLi Nan
2024-02-07md: Fix missing release of 'active_io' for flushYu Kuai
2024-02-05md: use RCU lock to protect traversal in md_spares_need_change()Li Lingfeng
2024-02-05md: get rdev->mddev with READ_ONCE()Li Lingfeng
2024-02-05md: remove redundant md_wakeup_thread()Yu Kuai
2024-02-05md: remove redundant check of 'mddev->sync_thread'Yu 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