summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-raid.c
Commit message (Expand)AuthorAgeFilesLines
...
* dm raid: don't use 'const' in function returnArnd Bergmann2016-06-161-1/+1
* dm raid: fix failed takeover/reshapes by keeping raid set frozenHeinz Mauelshagen2016-06-141-29/+56
* dm raid: support to change bitmap region sizeHeinz Mauelshagen2016-06-141-0/+11
* dm raid: add reshaping support to the targetHeinz Mauelshagen2016-06-141-58/+447
* dm raid: add prerequisite functions and definitions for reshapingHeinz Mauelshagen2016-06-141-22/+202
* dm raid: inverse check for flags from invalid to valid flagsHeinz Mauelshagen2016-06-141-32/+56
* dm raid: various code cleanupsMike Snitzer2016-06-141-56/+43
* dm raid: rename functions that alloc and free struct raid_setMike Snitzer2016-06-141-7/+7
* dm raid: remove all the bitops wrappersMike Snitzer2016-06-141-125/+89
* dm raid: rename _in_range to __within_rangeMike Snitzer2016-06-141-14/+14
* dm raid: add missing "dm-raid0" module aliasMike Snitzer2016-06-141-1/+2
* dm raid: rename _argname_by_flag to dm_raid_arg_name_by_flagMike Snitzer2016-06-141-30/+30
* dm raid: bump to v1.9.0 and make the extended SB feature flag reflect itMike Snitzer2016-06-141-17/+20
* dm raid: remove ti_error_* wrappersMike Snitzer2016-06-141-152/+249
* dm raid: tabify appropriate whitespaceMike Snitzer2016-06-141-62/+62
* dm raid: enhance status interface and fixup takeover/raid0Heinz Mauelshagen2016-06-141-181/+253
* dm raid: add raid level takeover supportHeinz Mauelshagen2016-06-141-29/+426
* dm raid: enhance super_sync() to support new superblock membersHeinz Mauelshagen2016-06-141-10/+65
* dm raid: add new reshaping/raid10 format table line options to parameter parserHeinz Mauelshagen2016-06-141-9/+39
* dm raid: introduce extended superblock and new raid types to support takeover...Heinz Mauelshagen2016-06-141-133/+471
* dm raid: use rt_is_raid*() in all appropriate checksHeinz Mauelshagen2016-06-131-12/+18
* dm raid: more use of flag testing wrappersHeinz Mauelshagen2016-06-131-25/+23
* dm raid: check constructor arguments for invalid raid level/argument combinat...Heinz Mauelshagen2016-06-131-1/+130
* dm raid: cleanup / provide infrastructureHeinz Mauelshagen2016-06-131-196/+228
* dm raid: use dm_arg_set API in constructorHeinz Mauelshagen2016-06-131-61/+84
* dm raid: rename variable 'ret' to 'r' to conform to other dm codeHeinz Mauelshagen2016-06-131-32/+36
* md: use bio op accessorsMike Christie2016-06-071-2/+3
* dm raid: make sure no feature flags are set in metadataHeinz Mauelshagen2016-05-131-1/+6
* dm raid: fix round up of default region sizeMikulas Patocka2015-10-021-2/+1
* block: kill merge_bvec_fn() completelyKent Overstreet2015-08-131-19/+0
* dm raid: add support for the MD RAID0 personalityHeinz Mauelshagen2015-05-291-48/+84
* dm raid: a few cleanupsHeinz Mauelshagen2015-05-291-45/+46
* dm raid: fixup documentation for discard supportHeinz Mauelshagen2015-05-291-2/+0
* Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-02-121-9/+7
|\
| * dm raid: fix a couple integer overflowsDan Carpenter2015-02-091-9/+7
* | md: make ->congested robust against personality changes.NeilBrown2015-02-041-7/+1
|/
* dm raid: fix inaccessible superblocks causing oops in configure_discard_supportHeinz Mauelshagen2014-10-291-1/+5
* dm raid: ensure superblock's size matches device's logical block sizeHeinz Mauelshagen2014-10-211-4/+7
* dm raid: add discard support for RAID levels 4, 5 and 6Heinz Mauelshagen2014-10-051-4/+34
* dm raid: add discard support for RAID levels 1 and 10Heinz Mauelshagen2014-10-051-2/+28
* MD: Remember the last sync operation that was performedJonathan Brassow2013-06-261-1/+2
* md: replace strict_strto*() with kstrto*()Jingoo Han2013-06-141-4/+4
* dm-raid: silence compiler warning on rebuilds_per_group.NeilBrown2013-06-141-1/+1
* DM RAID: Fix raid_resume not reviving failed devices in all casesJonathan Brassow2013-06-141-0/+15
* DM RAID: Break-up untidy functionJonathan Brassow2013-06-141-33/+39
* DM RAID: Add ability to restore transiently failed devices on resumeJonathan Brassow2013-06-141-1/+43
* DM RAID: Add message/status support for changing sync actionJonathan Brassow2013-04-241-2/+109
* Merge tag 'md-3.9' of git://neil.brown.name/mdLinus Torvalds2013-03-051-20/+103
|\
| * DM RAID: Add support for MD's RAID10 "far" and "offset" algorithmsJonathan Brassow2013-02-261-20/+103
* | dm: rename request variables to biosAlasdair G Kergon2013-03-011-1/+1
OpenPOWER on IntegriCloud