summaryrefslogtreecommitdiff
path: root/drivers/md/dm-raid.c
AgeCommit message (Expand)Author
2024-09-27Merge tag 'for-6.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-09-26dm: fix spelling errorsShen Lichuan
2024-08-27md/md-bitmap: merge md_bitmap_resize() into bitmap_operationsYu Kuai
2024-08-27md/md-bitmap: pass in mddev directly for md_bitmap_resize()Yu Kuai
2024-08-27md/md-bitmap: merge md_bitmap_load() into bitmap_operationsYu Kuai
2024-07-10dm raid: fix stripes adding reshape size issuesHeinz Mauelshagen
2024-07-10dm raid: move _get_reshape_sectors() as prerequisite to fixing reshape size i...Heinz Mauelshagen
2024-07-10dm: stop using blk_limits_io_{min,opt}Christoph Hellwig
2024-07-03dm-raid: Fix WARN_ON_ONCE check for sync_thread in raid_resumeBenjamin Marzinski
2024-06-12md: replace last_sync_action with new enum typeYu Kuai
2024-03-13Merge tag 'for-6.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-12dm raid: fix false positive for requeue needed during reshapeMing Lei
2024-03-05dm-raid: fix lockdep waring in "pers->hot_add_disk"Yu Kuai
2024-03-05dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent wit...Yu Kuai
2024-03-05dm-raid: add a new helper prepare_suspend() in md_personalityYu Kuai
2024-03-05md/dm-raid: don't call md_reap_sync_thread() directlyYu Kuai
2024-03-05dm-raid: really frozen sync_thread during suspendYu Kuai
2024-02-20dm: update relevant MODULE_AUTHOR entries to latest dm-devel mailing listMike Snitzer
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