summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | dm: remove unused mapped_device argument from free_tio()Mike Snitzer2016-05-051-6/+4
* | | Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-05-174-13/+14
|\ \ \ | |_|/ |/| |
| * | block: kill off q->flush_flagsJens Axboe2016-04-132-7/+8
| * | md: update to using blk_queue_write_cache()Jens Axboe2016-04-121-1/+1
| * | dm: switch to using blk_queue_write_cache()Jens Axboe2016-04-121-4/+4
| * | bcache: switch to using blk_queue_write_cache()Jens Axboe2016-04-121-1/+1
* | | Merge tag 'md/4.6-rc6-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2016-05-023-3/+3
|\ \ \ | |_|/ |/| |
| * | raid5: delete unnecessary warnningShaohua Li2016-04-291-2/+0
| * | MD: make bio mergeableShaohua Li2016-04-251-0/+2
| * | md/raid0: remove empty line printk from dump_zonesMichaƂ Pecio2016-04-251-1/+0
| * | md/raid0: fix uninitialized variable bugDan Carpenter2016-04-141-0/+1
| |/
* | dm cache metadata: fix cmd_read_lock() acquiring write lockAhmed Samy2016-04-171-2/+2
* | dm cache metadata: fix READ_LOCK macros and cleanup WRITE_LOCK macrosMike Snitzer2016-04-141-24/+40
* | dm: fix dm_target_io leak if clone_bio() returns an errorMikulas Patocka2016-04-111-1/+3
|/
* Merge tag 'md/4.6-rc2-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2016-04-093-10/+16
|\
| * md/bitmap: clear bitmap if bitmap_create failedGuoqing Jiang2016-04-011-8/+11
| * MD: add rdev reference for super writeShaohua Li2016-03-311-0/+3
| * md: fix a trivial typo in commentsWei Fang2016-03-311-1/+1
| * md:raid1: fix a dead loop when read from a WriteMostly diskWei Fang2016-03-311-1/+1