aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-raid.c
Commit message (Expand)AuthorAgeFilesLines
* dm-raid: don't set io_min and io_opt for raid1Mikulas Patocka2025-09-171-2/+4
* Merge tag 'block-6.17-20250808' of git://git.kernel.dk/linuxLinus Torvalds2025-08-091-21/+21
|\
| * md: rename recovery_cp to resync_offsetLi Nan2025-07-301-21/+21
* | Merge tag 'for-6.17/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2025-08-041-2/+5
|\ \ | |/ |/|
| * dm-raid: do not include dm-core.hPavel Tikhomirov2025-07-311-2/+1
| * dm raid: add support for resync w/o metadata devicesHeinz Mauelshagen2025-06-231-0/+4
* | dm-raid: fix variable in journal device checkHeinz Mauelshagen2025-06-231-1/+1
|/
* md/dm-raid: remove max_write_behind setting limitYu Kuai2025-05-301-5/+1
* md: record dm-raid gendisk in mddevYu Kuai2025-05-101-0/+3
* dm raid: fix spelling errors in raid_ctr()liujing2025-01-171-1/+1
* Merge tag 'for-6.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-271-1/+1
|\
| * dm: fix spelling errorsShen Lichuan2024-09-261-1/+1
* | md/md-bitmap: merge md_bitmap_resize() into bitmap_operationsYu Kuai2024-08-271-1/+2
* | md/md-bitmap: pass in mddev directly for md_bitmap_resize()Yu Kuai2024-08-271-1/+1
* | md/md-bitmap: merge md_bitmap_load() into bitmap_operationsYu Kuai2024-08-271-1/+3
|/
* dm raid: fix stripes adding reshape size issuesHeinz Mauelshagen2024-07-101-3/+17
* dm raid: move _get_reshape_sectors() as prerequisite to fixing reshape size i...Heinz Mauelshagen2024-07-101-17/+17
* dm: stop using blk_limits_io_{min,opt}Christoph Hellwig2024-07-101-2/+2
* dm-raid: Fix WARN_ON_ONCE check for sync_thread in raid_resumeBenjamin Marzinski2024-07-031-2/+3
* md: replace last_sync_action with new enum typeYu Kuai2024-06-121-1/+1
* 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-111-2/+2
| * md/dm-raid: use new apis to suspend arrayYu Kuai2023-10-111-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-301-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