aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-raid.c
AgeCommit message (Expand)Author
2023-12-18dm-raid: delay flushing event_work() after reconfig_mutex is releasedYu Kuai
2023-11-01Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds
2023-10-10md: rename __mddev_suspend/resume() back to mddev_suspend/resume()Yu Kuai
2023-10-10md/dm-raid: use new apis to suspend arrayYu Kuai
2023-10-02dm raid: Annotate struct raid_set with __counted_byKees Cook
2023-09-22md: initialize 'active_io' while allocating mddevYu Kuai
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-07-27Revert "md: unlock mddev before reap sync_thread in action_store"Yu Kuai
2023-07-25dm raid: protect md_stop() with 'reconfig_mutex'Yu Kuai
2023-07-25dm raid: clean up four equivalent goto tags in raid_ctr()Yu Kuai
2023-07-25dm raid: fix missing reconfig_mutex unlock in raid_ctr() error pathsYu Kuai
2023-06-13dm-raid: remove useless checking in raid_message()Yu Kuai
2023-04-11dm: add helper macro for simple DM target module init and exitYangtao Li
2023-04-11dm raid: remove unused d variableTom Rix
2023-02-14dm: fix suspect indent whitespaceHeinz Mauelshagen
2023-02-14dm: add missing blank line after declarations/fix thoseHeinz Mauelshagen
2023-02-14dm: correct block comments format.Heinz Mauelshagen
2023-02-14dm: address indent/space issuesHeinz Mauelshagen
2023-02-14dm: avoid initializing static variablesHeinz Mauelshagen
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen
2023-02-12dm raid: fix some spelling mistakes in commentsYu Zhe
2022-10-18dm raid: fix typo in analyse_superblocks code commentJiangshan Yi
2022-10-18dm raid: delete the redundant word 'that' in commentJilin Yuan
2022-08-02md: unlock mddev before reap sync_thread in action_storeGuoqing Jiang
2022-08-02Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-07-28dm: fix dm-raid crash if md_handle_request() splits bioMike Snitzer
2022-07-28dm raid: fix address sanitizer warning in raid_resumeMikulas Patocka
2022-07-28dm raid: fix address sanitizer warning in raid_statusMikulas Patocka
2022-07-14md/core: Combine two sync_page_io() argumentsBart Van Assche
2022-07-07dm raid: remove redundant "the" in parse_raid_params() commentJiang Jian
2022-06-27dm raid: fix accesses beyond end of raid member arrayHeinz Mauelshagen
2022-06-15Revert "md: don't unregister sync_thread with reconfig_mutex held"Guoqing Jiang
2022-05-22md: don't unregister sync_thread with reconfig_mutex heldGuoqing Jiang
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2021-10-18dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig
2021-08-10dm: update target status functions to support IMA measurementTushar Sugandhi
2021-04-30dm raid: remove unnecessary discard limits for raid0 and raid10Mike Snitzer
2021-04-21dm raid: fix inconclusive reshape layout on fast raid4/5/6 table reload seque...Heinz Mauelshagen
2021-04-20dm raid: fix fall-through warning in rs_check_takeover() for ClangGustavo A. R. Silva
2021-01-04dm raid: fix discard limits for raid1Mike Snitzer
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-14Revert "dm raid: fix discard limits for raid1 and raid10"Mike Snitzer
2020-12-09Revert "dm raid: remove unnecessary discard limits for raid10"Song Liu
2020-11-16dm-raid: use set_capacity_and_notifyChristoph Hellwig
2020-09-29dm raid: remove unnecessary discard limits for raid10Mike Snitzer
2020-09-29dm raid: fix discard limits for raid1 and raid10Mike Snitzer
2020-09-02block: add a new revalidate_disk_size helperChristoph Hellwig
2020-08-07Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds