Age | Commit message (Expand) | Author |
2016-06-14 | dm raid: support to change bitmap region size | Heinz Mauelshagen |
2016-06-14 | dm raid: add reshaping support to the target | Heinz Mauelshagen |
2016-06-14 | dm raid: add prerequisite functions and definitions for reshaping | Heinz Mauelshagen |
2016-06-14 | dm raid: inverse check for flags from invalid to valid flags | Heinz Mauelshagen |
2016-06-14 | dm raid: various code cleanups | Mike Snitzer |
2016-06-14 | dm raid: rename functions that alloc and free struct raid_set | Mike Snitzer |
2016-06-14 | dm raid: remove all the bitops wrappers | Mike Snitzer |
2016-06-14 | dm raid: rename _in_range to __within_range | Mike Snitzer |
2016-06-14 | dm raid: add missing "dm-raid0" module alias | Mike Snitzer |
2016-06-14 | dm raid: rename _argname_by_flag to dm_raid_arg_name_by_flag | Mike Snitzer |
2016-06-14 | dm raid: bump to v1.9.0 and make the extended SB feature flag reflect it | Mike Snitzer |
2016-06-14 | dm raid: remove ti_error_* wrappers | Mike Snitzer |
2016-06-14 | dm raid: tabify appropriate whitespace | Mike Snitzer |
2016-06-14 | dm raid: enhance status interface and fixup takeover/raid0 | Heinz Mauelshagen |
2016-06-14 | dm raid: add raid level takeover support | Heinz Mauelshagen |
2016-06-14 | dm raid: enhance super_sync() to support new superblock members | Heinz Mauelshagen |
2016-06-14 | dm raid: add new reshaping/raid10 format table line options to parameter parser | Heinz Mauelshagen |
2016-06-14 | dm raid: introduce extended superblock and new raid types to support takeover... | Heinz Mauelshagen |
2016-06-13 | dm raid: use rt_is_raid*() in all appropriate checks | Heinz Mauelshagen |
2016-06-13 | dm raid: more use of flag testing wrappers | Heinz Mauelshagen |
2016-06-13 | dm raid: check constructor arguments for invalid raid level/argument combinat... | Heinz Mauelshagen |
2016-06-13 | dm raid: cleanup / provide infrastructure | Heinz Mauelshagen |
2016-06-13 | dm raid: use dm_arg_set API in constructor | Heinz Mauelshagen |
2016-06-13 | dm raid: rename variable 'ret' to 'r' to conform to other dm code | Heinz Mauelshagen |
2016-06-10 | dm mpath: add optional "queue_mode" feature | Mike Snitzer |
2016-06-10 | dm mpath: remove bio-based bloat from struct dm_mpath_io | Mike Snitzer |
2016-06-10 | dm mpath: reinstate bio-based support | Mike Snitzer |
2016-06-10 | dm: move request-based code out to dm-rq.[hc] | Mike Snitzer |
2016-06-09 | block: drbd: avoid to use BIO_MAX_SIZE | Ming Lei |
2016-06-07 | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH | Mike Christie |
2016-06-07 | block: do not use REQ_FLUSH for tracking flush support | Mike Christie |
2016-06-07 | block, drivers: add REQ_OP_FLUSH operation | Mike Christie |
2016-06-07 | block, fs, drivers: remove REQ_OP compat defs and related code | Mike Christie |
2016-06-07 | block, drivers, fs: shrink bi_rw from long to int | Mike Christie |
2016-06-07 | ide cd: do not set REQ_WRITE on requests. | Mike Christie |
2016-06-07 | drivers: use req op accessor | Mike Christie |
2016-06-07 | xen: use bio op accessors | Mike Christie |
2016-06-07 | target: use bio op accessors | Mike Christie |
2016-06-07 | md: use bio op accessors | Mike Christie |
2016-06-07 | drbd: use bio op accessors | Mike Christie |
2016-06-07 | bcache: use bio op accessors | Mike Christie |
2016-06-07 | dm: use bio op accessors | Mike Christie |
2016-06-07 | dm: pass dm stats data dir instead of bi_rw | Mike Christie |
2016-06-07 | block discard: use bio set op accessor | Mike Christie |
2016-06-07 | block, fs, mm, drivers: use bio set/get op accessors | Mike Christie |
2016-06-07 | bcache: use op_is_write instead of checking for REQ_WRITE | Mike Christie |
2016-06-07 | dm: use op_is_write instead of checking for REQ_WRITE | Mike Christie |
2016-06-07 | block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE | Mike Christie |
2016-06-07 | fs: have submit_bh users pass in op and flags separately | Mike Christie |
2016-06-07 | block/fs/drivers: remove rw argument from submit_bio | Mike Christie |