summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
|/
* Merge tag 'md/4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2016-03-218-39/+57
|\
| * md/raid5: Cleanup cpu hotplug notifierAnna-Maria Gleixner2016-03-171-0/+2
| * raid10: include bio_end_io_list in nr_queued to prevent freeze_array hangShaohua Li2016-03-171-2/+5
| * raid1: include bio_end_io_list in nr_queued to prevent freeze_array hangNate Dailey2016-03-171-2/+5
| * md: fix typos for stipeGuoqing Jiang2016-03-141-2/+2
| * md/bitmap: remove redundant return in bitmap_checkpageGuoqing Jiang2016-03-141-1/+0
| * md/raid1: remove unnecessary BUG_ONGuoqing Jiang2016-03-141-1/+0
| * md: multipath: don't hardcopy bio in .make_request pathMing Lei2016-03-141-1/+3
| * md/raid5: output stripe state for debugShaohua Li2016-03-091-4/+6
| * md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_listNeilBrown2016-03-091-1/+1
| * md/bitmap: remove redundant checkEric Engestrom2016-03-071-2/+1
| * MD: warn for potential deadlockShaohua Li2016-02-261-0/+1
| * md: Drop sending a change uevent when stoppingSebastian Parschauer2016-02-261-1/+0
| * RAID5: revert e9e4c377e2f563 to fix a livelockShaohua Li2016-02-262-20/+9
| * RAID5: check_reshape() shouldn't call mddev_suspendShaohua Li2016-02-262-0/+20
| * md/raid5: Compare apples to apples (or sectors to sectors)Jes Sorensen2016-02-251-2/+2
* | Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-03-181-13/+33
|\ \
| * | bcache: fix cache_set_flush() NULL pointer dereference on OOMEric Wheeler2016-03-081-0/+3
| * | bcache: cleaned up error handling around register_cache()Eric Wheeler2016-03-081-12/+22