summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* bcache: Remove deprecated create_workqueueBhaktipriya Shridhar2016-06-111-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-199-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
| * | md: raid5: add prerequisite to run underneath dm-raidHeinz Mauelshagen2016-05-091-2/+4
| * | md: raid10: add prerequisite to run underneath dm-raidHeinz Mauelshagen2016-05-091-4/+8
| * | md: md.c: fix oops in mddev_suspend for raid0Heinz Mauelshagen2016-05-091-1/+1
| * | md-cluster: fix ifnullfree.cocci warningskbuild test robot2016-05-041-2/+1
| * | md-cluster/bitmap: unplug bitmap to sync dirty pages to diskGuoqing Jiang2016-05-041-5/+5
| * | md-cluster/bitmap: fix wrong page num in bitmap_file_clear_bit and bitmap_fil...Guoqing Jiang2016-05-041-3/+13
| * | md-cluster/bitmap: fix wrong calcuation of offsetGuoqing Jiang2016-05-041-1/+1
| * | md-cluster: sync bitmap when node received RESYNCING msgGuoqing Jiang2016-05-043-0/+51
| * | md-cluster: always setup in-memory bitmapGuoqing Jiang2016-05-041-2/+35
| * | md-cluster: wakeup thread if activated a spare diskGuoqing Jiang2016-05-041-0/+5
| * | md-cluster: change array_sectors and update size are not supportedGuoqing Jiang2016-05-041-0/+8
| * | md-cluster: fix locking when node joins cluster during message broadcastGuoqing Jiang2016-05-041-3/+10
| * | md-cluster: unregister thread if err happenedGuoqing Jiang2016-05-041-0/+2
| * | md-cluster: wake up thread to continue recoveryGuoqing Jiang2016-05-041-3/+6
| * | md-cluser: make resync_finish only called after pers->sync_requestGuoqing Jiang2016-05-041-12/+13
| * | md-cluster: change resync lock from asynchronous to synchronousGuoqing Jiang2016-05-042-11/+14
* | | Merge tag 'dm-4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2016-05-175-254/+281
|\ \ \ | |_|/ |/| |
| * | dm thin: unroll issue_discard() to create longer discard bio chainsJoe Thornber2016-05-131-37/+71
| * | dm thin: use __blkdev_issue_discard for async discard supportMike Snitzer2016-05-131-54/+16
| * | dm thin: remove __bio_inc_remaining() and switch to using bio_inc_remaining()Mike Snitzer2016-05-131-12/+1
| * | dm raid: make sure no feature flags are set in metadataHeinz Mauelshagen2016-05-131-1/+6
| * | dm ioctl: drop use of __GFP_REPEAT in copy_params()'s __vmalloc() callMichal Hocko2016-05-051-1/+1
| * | dm mpath: eliminate use of spinlock in IO fast-pathsMike Snitzer2016-05-051-77/+93
| * | dm mpath: move trigger_event member to the end of 'struct multipath'Mike Snitzer2016-05-051-2/+1
| * | dm mpath: use atomic_t for counting members of 'struct multipath'Mike Snitzer2016-05-051-28/+33
| * | dm mpath: switch to using bitops for state flagsMike Snitzer2016-05-051-56/+75
| * | dm thin: Remove return statement from void functionAmitoj Kaur Chawla2016-05-051-1/+1
OpenPOWER on IntegriCloud