summaryrefslogtreecommitdiff
path: root/drivers/md/dm-raid.c
AgeCommit message (Expand)Author
2021-10-18dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig
2021-08-10dm: update target status functions to support IMA measurementTushar Sugandhi
2021-04-30dm raid: remove unnecessary discard limits for raid0 and raid10Mike Snitzer
2021-04-21dm raid: fix inconclusive reshape layout on fast raid4/5/6 table reload seque...Heinz Mauelshagen
2021-04-20dm raid: fix fall-through warning in rs_check_takeover() for ClangGustavo A. R. Silva
2021-01-04dm raid: fix discard limits for raid1Mike Snitzer
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-14Revert "dm raid: fix discard limits for raid1 and raid10"Mike Snitzer
2020-12-09Revert "dm raid: remove unnecessary discard limits for raid10"Song Liu
2020-11-16dm-raid: use set_capacity_and_notifyChristoph Hellwig
2020-09-29dm raid: remove unnecessary discard limits for raid10Mike Snitzer
2020-09-29dm raid: fix discard limits for raid1 and raid10Mike Snitzer
2020-09-02block: add a new revalidate_disk_size helperChristoph Hellwig
2020-08-07Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-08-04dm raid: Remove empty if statementDamien Le Moal
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig
2020-05-20dm: replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-01-07dm raid: table line rebuild status fixesHeinz Mauelshagen
2019-11-07dm raid: Remove unnecessary negation of a shift in raid10_format_to_md_layoutNathan Chancellor
2019-11-05dm raid: streamline rs_get_progress() and its raid_status() caller sideHeinz Mauelshagen
2019-11-05dm raid: simplify rs_setup_recovery call chainHeinz Mauelshagen
2019-11-05dm raid: to ensure resynchronization, perform raid set grow in preresumeHeinz Mauelshagen
2019-11-05dm raid: change rs_set_dev_and_array_sectors API and callersHeinz Mauelshagen
2019-09-11dm raid: fix updating of max_discard_sectors limitMing Lei
2019-08-21dm raid: add missing cleanup in raid_ctr()Wenwen Wang
2019-07-15docs: device-mapper: move it to the admin-guideMauro Carvalho Chehab
2019-06-14docs: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-02-20dm: eliminate 'split_discard_bios' flag from DM target interfaceMike Snitzer
2018-12-18dm raid: fix false -EBUSY when handling check/repair messageHeinz Mauelshagen
2018-10-18dm raid: avoid bitmap with raid4/5/6 journal deviceHeinz Mauelshagen
2018-09-17dm raid: remove bogus const from decipher_sync_action() return typeGeert Uytterhoeven
2018-09-06dm raid: bump target version, update comments and documentationHeinz Mauelshagen
2018-09-06dm raid: fix RAID leg rebuild errorsHeinz Mauelshagen
2018-09-06dm raid: fix rebuild of specific devices by updating superblockHeinz Mauelshagen
2018-09-06dm raid: fix stripe adding reshape deadlockHeinz Mauelshagen
2018-09-06dm raid: fix reshape race on small devicesHeinz Mauelshagen
2018-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2018-08-01md: Avoid namespace collision with bitmap APIAndy Shevchenko
2018-06-22dm raid: don't use 'const' in function returnArnd Bergmann
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-04-04dm raid: fix parse_raid_params() variable range issueHeinz Mauelshagen
2018-04-03dm raid: fix nosync statusHeinz Mauelshagen
2018-04-03dm: allow targets to return output from messages they are sentMike Snitzer
2018-03-06dm raid: fix incorrect sync_ratio when degradedJonathan Brassow
2018-01-31Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-01-17dm raid: make raid_sets symbol staticWei Yongjun
2017-12-13dm raid: use rs_is_raid*()Heinz Mauelshagen
2017-12-13dm raid: simplify rs_get_progress()Heinz Mauelshagen
2017-12-13dm raid: ensure 'a' chars during reshapeHeinz Mauelshagen
2017-12-13dm raid: stop keeping raid set frozen altogetherHeinz Mauelshagen