summaryrefslogtreecommitdiff
path: root/drivers/md/dm-raid.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-2/+1
|\
| * dm-raid: use set_capacity_and_notifyChristoph Hellwig2020-11-161-2/+1
* | Revert "dm raid: fix discard limits for raid1 and raid10"Mike Snitzer2020-12-141-7/+5
* | Revert "dm raid: remove unnecessary discard limits for raid10"Song Liu2020-12-091-0/+11
|/
* dm raid: remove unnecessary discard limits for raid10Mike Snitzer2020-09-291-11/+0
* dm raid: fix discard limits for raid1 and raid10Mike Snitzer2020-09-291-5/+7
* block: add a new revalidate_disk_size helperChristoph Hellwig2020-09-021-1/+1
* Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-071-2/+0
|\
| * dm raid: Remove empty if statementDamien Le Moal2020-08-041-2/+0
* | writeback: remove bdi->congested_fnChristoph Hellwig2020-07-081-12/+0
|/
* dm: replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-201-1/+1
* dm raid: table line rebuild status fixesHeinz Mauelshagen2020-01-071-21/+22
* dm raid: Remove unnecessary negation of a shift in raid10_format_to_md_layoutNathan Chancellor2019-11-071-1/+0
* dm raid: streamline rs_get_progress() and its raid_status() caller sideHeinz Mauelshagen2019-11-051-27/+20
* dm raid: simplify rs_setup_recovery call chainHeinz Mauelshagen2019-11-051-21/+6
* dm raid: to ensure resynchronization, perform raid set grow in preresumeHeinz Mauelshagen2019-11-051-21/+60
* dm raid: change rs_set_dev_and_array_sectors API and callersHeinz Mauelshagen2019-11-051-9/+5
* dm raid: fix updating of max_discard_sectors limitMing Lei2019-09-111-5/+5
* dm raid: add missing cleanup in raid_ctr()Wenwen Wang2019-08-211-1/+1
* docs: device-mapper: move it to the admin-guideMauro Carvalho Chehab2019-07-151-1/+1