summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-raid.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-131-4/+4
|\
| * dm raid: fix false positive for requeue needed during reshapeMing Lei2024-03-121-2/+2
| * dm: update relevant MODULE_AUTHOR entries to latest dm-devel mailing listMike Snitzer2024-02-201-2/+2
* | dm-raid: fix lockdep waring in "pers->hot_add_disk"Yu Kuai2024-03-051-0/+2
* | dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent wit...Yu Kuai2024-03-051-2/+20
* | dm-raid: add a new helper prepare_suspend() in md_personalityYu Kuai2024-03-051-0/+18
* | md/dm-raid: don't call md_reap_sync_thread() directlyYu Kuai2024-03-051-10/+18
* | dm-raid: really frozen sync_thread during suspendYu Kuai2024-03-051-10/+15
|/
* dm-raid: delay flushing event_work() after reconfig_mutex is releasedYu Kuai2023-12-181-0/+3
* Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds2023-11-011-8/+9
|\
| * md: rename __mddev_suspend/resume() back to mddev_suspend/resume()Yu Kuai2023-10-101-2/+2
| * md/dm-raid: use new apis to suspend arrayYu Kuai2023-10-101-8/+4
| * md: initialize 'active_io' while allocating mddevYu Kuai2023-09-221-1/+6
* | dm raid: Annotate struct raid_set with __counted_byKees Cook2023-10-021-1/+1
|/
* Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-291-1/+0
|\
| * Revert "md: unlock mddev before reap sync_thread in action_store"Yu Kuai2023-07-271-1/+0
* | dm raid: protect md_stop() with 'reconfig_mutex'Yu Kuai2023-07-251-1/+3
* | dm raid: clean up four equivalent goto tags in raid_ctr()Yu Kuai2023-07-251-18/+9
* | dm raid: fix missing reconfig_mutex unlock in raid_ctr() error pathsYu Kuai2023-07-251-2/+7
|/
* dm-raid: remove useless checking in raid_message()Yu Kuai2023-06-131-2/+2
* dm: add helper macro for simple DM target module init and exitYangtao Li2023-04-111-17/+1
* dm raid: remove unused d variableTom Rix2023-04-111-4/+0
* dm: fix suspect indent whitespaceHeinz Mauelshagen2023-02-141-1/+1
* dm: add missing blank line after declarations/fix thoseHeinz Mauelshagen2023-02-141-1/+1
* dm: correct block comments format.Heinz Mauelshagen2023-02-141-6/+6
* dm: address indent/space issuesHeinz Mauelshagen2023-02-141-4/+4
* dm: avoid initializing static variablesHeinz Mauelshagen2023-02-141-1/+1
* dm: change "unsigned" to "unsigned int"Heinz Mauelshagen2023-02-141-1/+1
* dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen2023-02-141-0/+1
* dm raid: fix some spelling mistakes in commentsYu Zhe2023-02-121-3/+3
* dm raid: fix typo in analyse_superblocks code commentJiangshan Yi2022-10-181-1/+1
* dm raid: delete the redundant word 'that' in commentJilin Yuan2022-10-181-1/+1
* md: unlock mddev before reap sync_thread in action_storeGuoqing Jiang2022-08-021-0/+1
* Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-021-3/+4
|\
| * dm: fix dm-raid crash if md_handle_request() splits bioMike Snitzer2022-07-281-0/+1
| * dm raid: fix address sanitizer warning in raid_resumeMikulas Patocka2022-07-281-1/+1
| * dm raid: fix address sanitizer warning in raid_statusMikulas Patocka2022-07-281-1/+1
| * dm raid: remove redundant "the" in parse_raid_params() commentJiang Jian2022-07-071-1/+1
* | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-021-1/+1
|\ \
| * | md/core: Combine two sync_page_io() argumentsBart Van Assche2022-07-141-1/+1
| |/
* / dm raid: fix accesses beyond end of raid member arrayHeinz Mauelshagen2022-06-271-16/+18
|/
* Revert "md: don't unregister sync_thread with reconfig_mutex held"Guoqing Jiang2022-06-151-1/+1
* md: don't unregister sync_thread with reconfig_mutex heldGuoqing Jiang2022-05-221-1/+1
* block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-7/+2
* dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig2021-10-181-3/+3
* dm: update target status functions to support IMA measurementTushar Sugandhi2021-08-101-0/+39
* dm raid: remove unnecessary discard limits for raid0 and raid10Mike Snitzer2021-04-301-9/+0
* dm raid: fix inconclusive reshape layout on fast raid4/5/6 table reload seque...Heinz Mauelshagen2021-04-211-6/+28
* dm raid: fix fall-through warning in rs_check_takeover() for ClangGustavo A. R. Silva2021-04-201-0/+1
* dm raid: fix discard limits for raid1Mike Snitzer2021-01-041-3/+3