summaryrefslogtreecommitdiff
path: root/drivers/md/dm-raid.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-13Merge tag 'for-6.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+4
2024-03-12dm raid: fix false positive for requeue needed during reshapeMing Lei1-2/+2
2024-03-05dm-raid: fix lockdep waring in "pers->hot_add_disk"Yu Kuai1-0/+2
2024-03-05dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent wit...Yu Kuai1-2/+20
2024-03-05dm-raid: add a new helper prepare_suspend() in md_personalityYu Kuai1-0/+18
2024-03-05md/dm-raid: don't call md_reap_sync_thread() directlyYu Kuai1-10/+18
2024-03-05dm-raid: really frozen sync_thread during suspendYu Kuai1-10/+15
2024-02-20dm: update relevant MODULE_AUTHOR entries to latest dm-devel mailing listMike Snitzer1-2/+2
2023-12-18dm-raid: delay flushing event_work() after reconfig_mutex is releasedYu Kuai1-0/+3
2023-11-02Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds1-8/+9
2023-10-11md: rename __mddev_suspend/resume() back to mddev_suspend/resume()Yu Kuai1-2/+2
2023-10-11md/dm-raid: use new apis to suspend arrayYu Kuai1-8/+4
2023-10-02dm raid: Annotate struct raid_set with __counted_byKees Cook1-1/+1
2023-09-22md: initialize 'active_io' while allocating mddevYu Kuai1-1/+6
2023-08-30Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-1/+0
2023-07-27Revert "md: unlock mddev before reap sync_thread in action_store"Yu Kuai1-1/+0
2023-07-25dm raid: protect md_stop() with 'reconfig_mutex'Yu Kuai1-1/+3
2023-07-25dm raid: clean up four equivalent goto tags in raid_ctr()Yu Kuai1-18/+9
2023-07-25dm raid: fix missing reconfig_mutex unlock in raid_ctr() error pathsYu Kuai1-2/+7
2023-06-14dm-raid: remove useless checking in raid_message()Yu Kuai1-2/+2
2023-04-11dm: add helper macro for simple DM target module init and exitYangtao Li1-17/+1
2023-04-11dm raid: remove unused d variableTom Rix1-4/+0
2023-02-14dm: fix suspect indent whitespaceHeinz Mauelshagen1-1/+1
2023-02-14dm: add missing blank line after declarations/fix thoseHeinz Mauelshagen1-1/+1
2023-02-14dm: correct block comments format.Heinz Mauelshagen1-6/+6
2023-02-14dm: address indent/space issuesHeinz Mauelshagen1-4/+4
2023-02-14dm: avoid initializing static variablesHeinz Mauelshagen1-1/+1
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen1-1/+1
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen1-0/+1
2023-02-12dm raid: fix some spelling mistakes in commentsYu Zhe1-3/+3
2022-10-19dm raid: fix typo in analyse_superblocks code commentJiangshan Yi1-1/+1
2022-10-19dm raid: delete the redundant word 'that' in commentJilin Yuan1-1/+1
2022-08-03md: unlock mddev before reap sync_thread in action_storeGuoqing Jiang1-0/+1
2022-08-03Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+4
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2022-07-29dm: fix dm-raid crash if md_handle_request() splits bioMike Snitzer1-0/+1
2022-07-29dm raid: fix address sanitizer warning in raid_resumeMikulas Patocka1-1/+1
2022-07-29dm raid: fix address sanitizer warning in raid_statusMikulas Patocka1-1/+1
2022-07-14md/core: Combine two sync_page_io() argumentsBart Van Assche1-1/+1
2022-07-07dm raid: remove redundant "the" in parse_raid_params() commentJiang Jian1-1/+1
2022-06-28dm raid: fix accesses beyond end of raid member arrayHeinz Mauelshagen1-16/+18
2022-06-15Revert "md: don't unregister sync_thread with reconfig_mutex held"Guoqing Jiang1-1/+1
2022-05-23md: don't unregister sync_thread with reconfig_mutex heldGuoqing Jiang1-1/+1
2022-04-18block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-7/+2
2021-10-18dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig1-3/+3
2021-08-10dm: update target status functions to support IMA measurementTushar Sugandhi1-0/+39
2021-04-30dm raid: remove unnecessary discard limits for raid0 and raid10Mike Snitzer1-9/+0
2021-04-22dm raid: fix inconclusive reshape layout on fast raid4/5/6 table reload seque...Heinz Mauelshagen1-6/+28
2021-04-21dm raid: fix fall-through warning in rs_check_takeover() for ClangGustavo A. R. Silva1-0/+1
2021-01-04dm raid: fix discard limits for raid1Mike Snitzer1-3/+3