aboutsummaryrefslogtreecommitdiffstats
path: root/virt (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-18dm raid: the sync_page_io() metadata_op argument is boolHeinz Mauelshagen1-3/+3
2016-07-18dm raid: prohibit to pass in both sync and nosync ctr flagsHeinz Mauelshagen1-0/+6
2016-07-18dm raid: avoid superfluous memory barriers on static metadataHeinz Mauelshagen1-5/+0
2016-07-06dm rq: check kthread_run return for .request_fn request-based DMMike Snitzer1-0/+2
2016-07-01dm verity fec: fix block calculationSami Tolvanen1-3/+1
2016-07-01dm ioctl: Simplify parameter buffer management codeBart Van Assche1-12/+6
2016-07-01dm crypt: Fix sparse complaintsBart Van Assche1-2/+2
2016-06-16dm raid: don't use 'const' in function returnArnd Bergmann1-1/+1
2016-06-14dm raid: fix failed takeover/reshapes by keeping raid set frozenHeinz Mauelshagen1-29/+56
2016-06-14dm raid: support to change bitmap region sizeHeinz Mauelshagen1-0/+11
2016-06-14dm raid: update Documentation about reshaping/takeover/additonal RAID typesHeinz Mauelshagen1-3/+55
2016-06-14dm raid: add reshaping support to the targetHeinz Mauelshagen1-58/+447
2016-06-14dm raid: add prerequisite functions and definitions for reshapingHeinz Mauelshagen1-22/+202
2016-06-14dm raid: inverse check for flags from invalid to valid flagsHeinz Mauelshagen1-32/+56
2016-06-14dm raid: various code cleanupsMike Snitzer1-56/+43
2016-06-14dm raid: rename functions that alloc and free struct raid_setMike Snitzer1-7/+7
2016-06-14dm raid: remove all the bitops wrappersMike Snitzer1-125/+89
2016-06-14dm raid: rename _in_range to __within_rangeMike Snitzer1-14/+14
2016-06-14dm raid: add missing "dm-raid0" module aliasMike Snitzer1-1/+2
2016-06-14dm raid: rename _argname_by_flag to dm_raid_arg_name_by_flagMike Snitzer1-30/+30
2016-06-14dm raid: bump to v1.9.0 and make the extended SB feature flag reflect itMike Snitzer1-17/+20
2016-06-14dm raid: remove ti_error_* wrappersMike Snitzer1-152/+249
2016-06-14dm raid: tabify appropriate whitespaceMike Snitzer1-62/+62
2016-06-14dm raid: enhance status interface and fixup takeover/raid0Heinz Mauelshagen1-181/+253
2016-06-14dm raid: add raid level takeover supportHeinz Mauelshagen1-29/+426
2016-06-14dm raid: enhance super_sync() to support new superblock membersHeinz Mauelshagen1-10/+65
2016-06-14dm raid: add new reshaping/raid10 format table line options to parameter parserHeinz Mauelshagen1-9/+39
2016-06-14dm raid: introduce extended superblock and new raid types to support takeover/reshapingHeinz Mauelshagen1-133/+471
2016-06-13dm raid: use rt_is_raid*() in all appropriate checksHeinz Mauelshagen1-12/+18
2016-06-13dm raid: more use of flag testing wrappersHeinz Mauelshagen1-25/+23
2016-06-13dm raid: check constructor arguments for invalid raid level/argument combinationsHeinz Mauelshagen1-1/+130
2016-06-13dm raid: cleanup / provide infrastructureHeinz Mauelshagen1-196/+228
2016-06-13dm raid: use dm_arg_set API in constructorHeinz Mauelshagen1-61/+84
2016-06-13dm raid: rename variable 'ret' to 'r' to conform to other dm codeHeinz Mauelshagen1-32/+36
2016-06-10dm mpath: add optional "queue_mode" featureMike Snitzer7-119/+159
2016-06-10dm mpath: remove bio-based bloat from struct dm_mpath_ioMike Snitzer1-12/+31
2016-06-10dm mpath: reinstate bio-based supportMike Snitzer1-22/+274
2016-06-10dm: move request-based code out to dm-rq.[hc]Mike Snitzer15-1131/+1200
2016-06-09block: bio: kill BIO_MAX_SIZEMing Lei1-1/+0
2016-06-09cfq-iosched: temporarily boost queue priority for idle classesJens Axboe2-1/+26
2016-06-09block: drbd: avoid to use BIO_MAX_SIZEMing Lei1-2/+2
2016-06-09block: bio: remove BIO_MAX_SECTORSMing Lei1-1/+0
2016-06-09fs: xfs: replace BIO_MAX_SECTORS with BIO_MAX_PAGESMing Lei1-3/+1
2016-06-09iov_iter: use bvec iterator to implement iterate_bvec()Ming Lei1-30/+15
2016-06-09block: mark 1st parameter of bvec_iter_advance as constMing Lei1-1/+2
2016-06-09block: move two bvec structure into bvec.hMing Lei3-23/+23
2016-06-09block: move bvec iterator into include/linux/bvec.hMing Lei2-50/+75
2016-06-09blk-mq: actually hook up defer list when running requestsOmar Sandoval1-1/+1
2016-06-09block: better packing for struct requestChristoph Hellwig1-3/+2
2016-06-08ext4: use bio op helprs in ext4 crypto codeMike Christie1-1/+1