summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
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-12bcache: Remove deprecated create_workqueueBhaktipriya Shridhar
2016-06-10dm mpath: add optional "queue_mode" featureMike Snitzer
2016-06-10dm mpath: remove bio-based bloat from struct dm_mpath_ioMike Snitzer
2016-06-10dm mpath: reinstate bio-based supportMike Snitzer
2016-06-10dm: move request-based code out to dm-rq.[hc]Mike Snitzer
2016-06-09block: add a separate operation type for secure eraseChristoph Hellwig
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie
2016-06-07block, drivers, fs: shrink bi_rw from long to intMike Christie
2016-06-07drivers: use req op accessorMike Christie
2016-06-07md: use bio op accessorsMike Christie
2016-06-07bcache: use bio op accessorsMike Christie
2016-06-07dm: use bio op accessorsMike Christie
2016-06-07dm: pass dm stats data dir instead of bi_rwMike Christie
2016-06-07block discard: use bio set op accessorMike Christie
2016-06-07bcache: use op_is_write instead of checking for REQ_WRITEMike Christie
2016-06-07dm: use op_is_write instead of checking for REQ_WRITEMike Christie
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2016-05-27Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-05-24bcache: bch_gc_thread() is not freezableJiri Kosina
2016-05-24bcache: bch_allocator_thread() is not freezableJiri Kosina
2016-05-24bcache: bch_writeback_thread() is not freezableJiri Kosina
2016-05-20Merge tag 'md/4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2016-05-17Merge tag 'dm-4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2016-05-17Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-05-13dm thin: unroll issue_discard() to create longer discard bio chainsJoe Thornber