aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-raid.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-18dm raid: fix typo in analyse_superblocks code commentJiangshan Yi1-1/+1
2022-10-18dm raid: delete the redundant word 'that' in commentJilin Yuan1-1/+1
2022-08-02md: unlock mddev before reap sync_thread in action_storeGuoqing Jiang1-0/+1
2022-08-02Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus 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-28dm: fix dm-raid crash if md_handle_request() splits bioMike Snitzer1-0/+1
2022-07-28dm raid: fix address sanitizer warning in raid_resumeMikulas Patocka1-1/+1
2022-07-28dm 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-27dm 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-22md: don't unregister sync_thread with reconfig_mutex heldGuoqing Jiang1-1/+1
2022-04-17block: 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-21dm raid: fix inconclusive reshape layout on fast raid4/5/6 table reload sequencesHeinz Mauelshagen1-6/+28
2021-04-20dm 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
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+1
2020-12-14Revert "dm raid: fix discard limits for raid1 and raid10"Mike Snitzer1-7/+5
2020-12-09Revert "dm raid: remove unnecessary discard limits for raid10"Song Liu1-0/+11
2020-11-16dm-raid: use set_capacity_and_notifyChristoph Hellwig1-2/+1
2020-09-29dm raid: remove unnecessary discard limits for raid10Mike Snitzer1-11/+0
2020-09-29dm raid: fix discard limits for raid1 and raid10Mike Snitzer1-5/+7
2020-09-02block: add a new revalidate_disk_size helperChristoph Hellwig1-1/+1
2020-08-07Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-2/+0
2020-08-04dm raid: Remove empty if statementDamien Le Moal1-2/+0
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig1-12/+0
2020-05-20dm: replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-01-07dm raid: table line rebuild status fixesHeinz Mauelshagen1-21/+22
2019-11-07dm raid: Remove unnecessary negation of a shift in raid10_format_to_md_layoutNathan Chancellor1-1/+0
2019-11-05dm raid: streamline rs_get_progress() and its raid_status() caller sideHeinz Mauelshagen1-27/+20
2019-11-05dm raid: simplify rs_setup_recovery call chainHeinz Mauelshagen1-21/+6
2019-11-05dm raid: to ensure resynchronization, perform raid set grow in preresumeHeinz Mauelshagen1-21/+60
2019-11-05dm raid: change rs_set_dev_and_array_sectors API and callersHeinz Mauelshagen1-9/+5
2019-09-11dm raid: fix updating of max_discard_sectors limitMing Lei1-5/+5
2019-08-21dm raid: add missing cleanup in raid_ctr()Wenwen Wang1-1/+1
2019-07-15docs: device-mapper: move it to the admin-guideMauro Carvalho Chehab1-1/+1
2019-06-14docs: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-02-20dm: eliminate 'split_discard_bios' flag from DM target interfaceMike Snitzer1-5/+9
2018-12-18dm raid: fix false -EBUSY when handling check/repair messageHeinz Mauelshagen1-2/+1
2018-10-18dm raid: avoid bitmap with raid4/5/6 journal deviceHeinz Mauelshagen1-1/+1
2018-09-17dm raid: remove bogus const from decipher_sync_action() return typeGeert Uytterhoeven1-1/+1
2018-09-06dm raid: bump target version, update comments and documentationHeinz Mauelshagen1-4/+6
2018-09-06dm raid: fix RAID leg rebuild errorsHeinz Mauelshagen1-34/+46
2018-09-06dm raid: fix rebuild of specific devices by updating superblockHeinz Mauelshagen1-0/+5
2018-09-06dm raid: fix stripe adding reshape deadlockHeinz Mauelshagen1-8/+3
2018-09-06dm raid: fix reshape race on small devicesHeinz Mauelshagen1-47/+1