summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2016-05-27Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-7/+0
2016-05-24bcache: bch_gc_thread() is not freezableJiri Kosina-2/+0
2016-05-24bcache: bch_allocator_thread() is not freezableJiri Kosina-2/+0
2016-05-24bcache: bch_writeback_thread() is not freezableJiri Kosina-3/+0
2016-05-19Merge tag 'md/4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds-77/+235
2016-05-17Merge tag 'dm-4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds-254/+281
2016-05-17Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds-13/+14
2016-05-13dm thin: unroll issue_discard() to create longer discard bio chainsJoe Thornber-37/+71
2016-05-13dm thin: use __blkdev_issue_discard for async discard supportMike Snitzer-54/+16
2016-05-13dm thin: remove __bio_inc_remaining() and switch to using bio_inc_remaining()Mike Snitzer-12/+1
2016-05-13dm raid: make sure no feature flags are set in metadataHeinz Mauelshagen-1/+6
2016-05-09md-cluster: check the return value of process_recvd_msgGuoqing Jiang-3/+10
2016-05-09md-cluster: gather resync infos and enable recv_thread after bitmap is readyGuoqing Jiang-6/+28
2016-05-09md: set MD_CHANGE_PENDING in a atomic regionGuoqing Jiang-23/+24
2016-05-09md: raid5: add prerequisite to run underneath dm-raidHeinz Mauelshagen-2/+4
2016-05-09md: raid10: add prerequisite to run underneath dm-raidHeinz Mauelshagen-4/+8
2016-05-09md: md.c: fix oops in mddev_suspend for raid0Heinz Mauelshagen-1/+1
2016-05-05dm ioctl: drop use of __GFP_REPEAT in copy_params()'s __vmalloc() callMichal Hocko-1/+1
2016-05-05dm mpath: eliminate use of spinlock in IO fast-pathsMike Snitzer-77/+93
2016-05-05dm mpath: move trigger_event member to the end of 'struct multipath'Mike Snitzer-2/+1
2016-05-05dm mpath: use atomic_t for counting members of 'struct multipath'Mike Snitzer-28/+33
2016-05-05dm mpath: switch to using bitops for state flagsMike Snitzer-56/+75
2016-05-05dm thin: Remove return statement from void functionAmitoj Kaur Chawla-1/+1
2016-05-05dm: remove unused mapped_device argument from free_tio()Mike Snitzer-6/+4
2016-05-04md-cluster: fix ifnullfree.cocci warningskbuild test robot-2/+1
2016-05-04md-cluster/bitmap: unplug bitmap to sync dirty pages to diskGuoqing Jiang-5/+5
2016-05-04md-cluster/bitmap: fix wrong page num in bitmap_file_clear_bit and bitmap_fil...Guoqing Jiang-3/+13
2016-05-04md-cluster/bitmap: fix wrong calcuation of offsetGuoqing Jiang-1/+1
2016-05-04md-cluster: sync bitmap when node received RESYNCING msgGuoqing Jiang-0/+51
2016-05-04md-cluster: always setup in-memory bitmapGuoqing Jiang-2/+35
2016-05-04md-cluster: wakeup thread if activated a spare diskGuoqing Jiang-0/+5
2016-05-04md-cluster: change array_sectors and update size are not supportedGuoqing Jiang-0/+8
2016-05-04md-cluster: fix locking when node joins cluster during message broadcastGuoqing Jiang-3/+10
2016-05-04md-cluster: unregister thread if err happenedGuoqing Jiang-0/+2
2016-05-04md-cluster: wake up thread to continue recoveryGuoqing Jiang-3/+6
2016-05-04md-cluser: make resync_finish only called after pers->sync_requestGuoqing Jiang-12/+13
2016-05-04md-cluster: change resync lock from asynchronous to synchronousGuoqing Jiang-11/+14
2016-05-02Merge tag 'md/4.6-rc6-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds-3/+3
2016-04-29raid5: delete unnecessary warnningShaohua Li-2/+0
2016-04-25MD: make bio mergeableShaohua Li-0/+2
2016-04-25md/raid0: remove empty line printk from dump_zonesMichaƂ Pecio-1/+0
2016-04-17dm cache metadata: fix cmd_read_lock() acquiring write lockAhmed Samy-2/+2
2016-04-14dm cache metadata: fix READ_LOCK macros and cleanup WRITE_LOCK macrosMike Snitzer-24/+40
2016-04-14md/raid0: fix uninitialized variable bugDan Carpenter-0/+1
2016-04-13block: kill off q->flush_flagsJens Axboe-7/+8
2016-04-12md: update to using blk_queue_write_cache()Jens Axboe-1/+1
2016-04-12dm: switch to using blk_queue_write_cache()Jens Axboe-4/+4
2016-04-12bcache: switch to using blk_queue_write_cache()Jens Axboe-1/+1
2016-04-11dm: fix dm_target_io leak if clone_bio() returns an errorMikulas Patocka-1/+3
2016-04-09Merge tag 'md/4.6-rc2-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds-10/+16