aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
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: 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 Snitzer6-119/+143
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: drbd: avoid to use BIO_MAX_SIZEMing Lei1-2/+2
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie27-51/+54
2016-06-07block: do not use REQ_FLUSH for tracking flush supportMike Christie1-23/+24
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie14-24/+24
2016-06-07block, fs, drivers: remove REQ_OP compat defs and related codeMike Christie1-1/+1
2016-06-07block, drivers, fs: shrink bi_rw from long to intMike Christie2-4/+4
2016-06-07ide cd: do not set REQ_WRITE on requests.Mike Christie1-3/+0
2016-06-07drivers: use req op accessorMike Christie14-34/+43
2016-06-07xen: use bio op accessorsMike Christie1-12/+15
2016-06-07target: use bio op accessorsMike Christie2-16/+15
2016-06-07md: use bio op accessorsMike Christie10-84/+88
2016-06-07drbd: use bio op accessorsMike Christie6-42/+59
2016-06-07bcache: use bio op accessorsMike Christie7-28/+31
2016-06-07dm: use bio op accessorsMike Christie13-79/+97
2016-06-07dm: pass dm stats data dir instead of bi_rwMike Christie2-14/+16
2016-06-07block discard: use bio set op accessorMike Christie1-1/+1