summaryrefslogtreecommitdiff
path: root/drivers/md/dm-raid.c
AgeCommit message (Expand)Author
2016-07-18dm raid: enhance comments in takeover checksHeinz Mauelshagen
2016-07-18dm raid: remove bogus comment and fix comment typosHeinz Mauelshagen
2016-07-18dm raid: more restricting data_offset value checksHeinz Mauelshagen
2016-07-18dm raid: reject too many write_mostly devicesHeinz Mauelshagen
2016-07-18dm raid: the sync_page_io() metadata_op argument is boolHeinz Mauelshagen
2016-07-18dm raid: prohibit to pass in both sync and nosync ctr flagsHeinz Mauelshagen
2016-07-18dm raid: avoid superfluous memory barriers on static metadataHeinz Mauelshagen
2016-06-16dm raid: don't use 'const' in function returnArnd Bergmann
2016-06-14dm raid: fix failed takeover/reshapes by keeping raid set frozenHeinz Mauelshagen
2016-06-14dm raid: support to change bitmap region sizeHeinz Mauelshagen
2016-06-14dm raid: add reshaping support to the targetHeinz Mauelshagen
2016-06-14dm raid: add prerequisite functions and definitions for reshapingHeinz Mauelshagen
2016-06-14dm raid: inverse check for flags from invalid to valid flagsHeinz Mauelshagen
2016-06-14dm raid: various code cleanupsMike Snitzer
2016-06-14dm raid: rename functions that alloc and free struct raid_setMike Snitzer
2016-06-14dm raid: remove all the bitops wrappersMike Snitzer
2016-06-14dm raid: rename _in_range to __within_rangeMike Snitzer
2016-06-14dm raid: add missing "dm-raid0" module aliasMike Snitzer
2016-06-14dm raid: rename _argname_by_flag to dm_raid_arg_name_by_flagMike Snitzer
2016-06-14dm raid: bump to v1.9.0 and make the extended SB feature flag reflect itMike Snitzer
2016-06-14dm raid: remove ti_error_* wrappersMike Snitzer
2016-06-14dm raid: tabify appropriate whitespaceMike Snitzer
2016-06-14dm raid: enhance status interface and fixup takeover/raid0Heinz Mauelshagen
2016-06-14dm raid: add raid level takeover supportHeinz Mauelshagen
2016-06-14dm raid: enhance super_sync() to support new superblock membersHeinz Mauelshagen
2016-06-14dm raid: add new reshaping/raid10 format table line options to parameter parserHeinz Mauelshagen
2016-06-14dm raid: introduce extended superblock and new raid types to support takeover...Heinz Mauelshagen
2016-06-13dm raid: use rt_is_raid*() in all appropriate checksHeinz Mauelshagen
2016-06-13dm raid: more use of flag testing wrappersHeinz Mauelshagen
2016-06-13dm raid: check constructor arguments for invalid raid level/argument combinat...Heinz Mauelshagen
2016-06-13dm raid: cleanup / provide infrastructureHeinz Mauelshagen
2016-06-13dm raid: use dm_arg_set API in constructorHeinz Mauelshagen
2016-06-13dm raid: rename variable 'ret' to 'r' to conform to other dm codeHeinz Mauelshagen
2016-06-07md: use bio op accessorsMike Christie
2016-05-13dm raid: make sure no feature flags are set in metadataHeinz Mauelshagen
2015-10-02dm raid: fix round up of default region sizeMikulas Patocka
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet
2015-05-29dm raid: add support for the MD RAID0 personalityHeinz Mauelshagen
2015-05-29dm raid: a few cleanupsHeinz Mauelshagen
2015-05-29dm raid: fixup documentation for discard supportHeinz Mauelshagen
2015-02-12Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-02-09dm raid: fix a couple integer overflowsDan Carpenter
2015-02-04md: make ->congested robust against personality changes.NeilBrown
2014-10-29dm raid: fix inaccessible superblocks causing oops in configure_discard_supportHeinz Mauelshagen
2014-10-21dm raid: ensure superblock's size matches device's logical block sizeHeinz Mauelshagen
2014-10-05dm raid: add discard support for RAID levels 4, 5 and 6Heinz Mauelshagen
2014-10-05dm raid: add discard support for RAID levels 1 and 10Heinz Mauelshagen
2013-06-26MD: Remember the last sync operation that was performedJonathan Brassow
2013-06-14md: replace strict_strto*() with kstrto*()Jingoo Han
2013-06-14dm-raid: silence compiler warning on rebuilds_per_group.NeilBrown