summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dm raid: fix new superblock/bitmap creation on disk additionHeinz Mauelshagen2016-07-181-1/+2
* dm raid: add comments and fix typosHeinz Mauelshagen2016-07-181-7/+13
* dm raid: fix raid10 device size error on out-of-place reshapeHeinz Mauelshagen2016-07-181-0/+8
* dm raid: prohibit 'nosync' on new raid6 and reject resize during reshapeHeinz Mauelshagen2016-07-181-3/+15
* dm raid: clarify and fix recoveryHeinz Mauelshagen2016-07-181-9/+55
* dm raid: fix rs_set_capacity on growing reshapeHeinz Mauelshagen2016-07-181-6/+3
* dm raid: make rs_set_capacity to work on shrinking reshapeHeinz Mauelshagen2016-07-181-4/+4
* dm raid: enhance comments in takeover checksHeinz Mauelshagen2016-07-181-2/+2
* dm raid: remove bogus comment and fix comment typosHeinz Mauelshagen2016-07-181-4/+2
* dm raid: more restricting data_offset value checksHeinz Mauelshagen2016-07-181-1/+2
* dm raid: reject too many write_mostly devicesHeinz Mauelshagen2016-07-181-1/+7
* dm raid: the sync_page_io() metadata_op argument is boolHeinz Mauelshagen2016-07-181-3/+3
* dm raid: prohibit to pass in both sync and nosync ctr flagsHeinz Mauelshagen2016-07-181-0/+6
* dm raid: avoid superfluous memory barriers on static metadataHeinz Mauelshagen2016-07-181-5/+0
* dm rq: check kthread_run return for .request_fn request-based DMMike Snitzer2016-07-061-0/+2
* dm verity fec: fix block calculationSami Tolvanen2016-07-021-3/+1
* dm ioctl: Simplify parameter buffer management codeBart Van Assche2016-07-011-12/+6
* dm crypt: Fix sparse complaintsBart Van Assche2016-07-011-2/+2
* 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-151-29/+56
* dm raid: support to change bitmap region sizeHeinz Mauelshagen2016-06-151-0/+11
* dm raid: update Documentation about reshaping/takeover/additonal RAID typesHeinz Mauelshagen2016-06-151-3/+55
* dm raid: add reshaping support to the targetHeinz Mauelshagen2016-06-151-58/+447
* dm raid: add prerequisite functions and definitions for reshapingHeinz Mauelshagen2016-06-151-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
* dm mpath: add optional "queue_mode" featureMike Snitzer2016-06-107-119/+159
* dm mpath: remove bio-based bloat from struct dm_mpath_ioMike Snitzer2016-06-101-12/+31
* dm mpath: reinstate bio-based supportMike Snitzer2016-06-101-22/+274
* dm: move request-based code out to dm-rq.[hc]Mike Snitzer2016-06-1015-1131/+1200
* block: bio: kill BIO_MAX_SIZEMing Lei2016-06-101-1/+0