summaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-106-119/+143
| * 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: simplify and cleanup bvec pool handlingChristoph Hellwig2016-07-211-1/+0
* | block: get rid of bio_rw and READAChristoph Hellwig2016-07-216-19/+23
* | bcache: Remove redundant block_size assignmentYijing Wang2016-07-051-1/+0
* | bcache: update document infoYijing Wang2016-07-052-2/+3
* | bcache: Remove redundant parameter for cache_alloc()Yijing Wang2016-07-051-2/+2
* | bcache: Remove deprecated create_workqueueBhaktipriya Shridhar2016-06-121-2/+3
* | block: add a separate operation type for secure eraseChristoph Hellwig2016-06-092-5/+3
|/
* block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-0722-45/+48
* block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-071-1/+1
* block, drivers, fs: shrink bi_rw from long to intMike Christie2016-06-072-4/+4
* drivers: use req op accessorMike Christie2016-06-071-1/+1
* md: use bio op accessorsMike Christie2016-06-0710-84/+88
* bcache: use bio op accessorsMike Christie2016-06-077-28/+31
* dm: use bio op accessorsMike Christie2016-06-0713-79/+97
* dm: pass dm stats data dir instead of bi_rwMike Christie2016-06-072-14/+16
* block discard: use bio set op accessorMike Christie2016-06-071-1/+1
* bcache: use op_is_write instead of checking for REQ_WRITEMike Christie2016-06-072-4/+4
* dm: use op_is_write instead of checking for REQ_WRITEMike Christie2016-06-072-5/+5
* fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-071-2/+2
* block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-0711-19/+35
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-05-273-7/+0
|\
| * bcache: bch_gc_thread() is not freezableJiri Kosina2016-05-241-2/+0
| * bcache: bch_allocator_thread() is not freezableJiri Kosina2016-05-241-2/+0
| * bcache: bch_writeback_thread() is not freezableJiri Kosina2016-05-241-3/+0
* | Merge tag 'md/4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2016-05-209-77/+235
|\ \
| * | md-cluster: check the return value of process_recvd_msgGuoqing Jiang2016-05-091-3/+10
| * | md-cluster: gather resync infos and enable recv_thread after bitmap is readyGuoqing Jiang2016-05-093-6/+28
| * | md: set MD_CHANGE_PENDING in a atomic regionGuoqing Jiang2016-05-095-23/+24