summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-raid.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* docs: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
* dm: eliminate 'split_discard_bios' flag from DM target interfaceMike Snitzer2019-02-201-5/+9
* dm raid: fix false -EBUSY when handling check/repair messageHeinz Mauelshagen2018-12-181-2/+1
* dm raid: avoid bitmap with raid4/5/6 journal deviceHeinz Mauelshagen2018-10-181-1/+1
* dm raid: remove bogus const from decipher_sync_action() return typeGeert Uytterhoeven2018-09-171-1/+1
* dm raid: bump target version, update comments and documentationHeinz Mauelshagen2018-09-061-4/+6
* dm raid: fix RAID leg rebuild errorsHeinz Mauelshagen2018-09-061-34/+46
* dm raid: fix rebuild of specific devices by updating superblockHeinz Mauelshagen2018-09-061-0/+5
* dm raid: fix stripe adding reshape deadlockHeinz Mauelshagen2018-09-061-8/+3
* dm raid: fix reshape race on small devicesHeinz Mauelshagen2018-09-061-47/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-08-181-3/+3
|\
| * md: Avoid namespace collision with bitmap APIAndy Shevchenko2018-08-011-3/+3
* | dm raid: don't use 'const' in function returnArnd Bergmann2018-06-221-1/+1
* | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-1/+1
|/
* dm raid: fix parse_raid_params() variable range issueHeinz Mauelshagen2018-04-041-8/+19
* dm raid: fix nosync statusHeinz Mauelshagen2018-04-031-1/+2
* dm: allow targets to return output from messages they are sentMike Snitzer2018-04-031-1/+2
* dm raid: fix incorrect sync_ratio when degradedJonathan Brassow2018-03-061-3/+4
* Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-01-311-126/+254
|\
| * dm raid: make raid_sets symbol staticWei Yongjun2018-01-171-1/+1
| * dm raid: use rs_is_raid*()Heinz Mauelshagen2017-12-131-8/+8
| * dm raid: simplify rs_get_progress()Heinz Mauelshagen2017-12-131-20/+3
| * dm raid: ensure 'a' chars during reshapeHeinz Mauelshagen2017-12-131-0/+9
| * dm raid: stop keeping raid set frozen altogetherHeinz Mauelshagen2017-12-131-38/+70
| * dm raid: validate current raid sets redundancyHeinz Mauelshagen2017-12-131-1/+6
| * dm raid: bump target version to reflect numerous fixesMike Snitzer2017-12-081-1/+1