summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2016-05-18Merge tag 'dm-4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds5-254/+281
2016-05-18Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds4-13/+14
2016-05-13dm thin: unroll issue_discard() to create longer discard bio chainsJoe Thornber1-37/+71
2016-05-13dm thin: use __blkdev_issue_discard for async discard supportMike Snitzer1-54/+16
2016-05-13dm thin: remove __bio_inc_remaining() and switch to using bio_inc_remaining()Mike Snitzer1-12/+1
2016-05-13dm raid: make sure no feature flags are set in metadataHeinz Mauelshagen1-1/+6
2016-05-05dm ioctl: drop use of __GFP_REPEAT in copy_params()'s __vmalloc() callMichal Hocko1-1/+1
2016-05-05dm mpath: eliminate use of spinlock in IO fast-pathsMike Snitzer1-77/+93
2016-05-05dm mpath: move trigger_event member to the end of 'struct multipath'Mike Snitzer1-2/+1
2016-05-05dm mpath: use atomic_t for counting members of 'struct multipath'Mike Snitzer1-28/+33
2016-05-05dm mpath: switch to using bitops for state flagsMike Snitzer1-56/+75
2016-05-05dm thin: Remove return statement from void functionAmitoj Kaur Chawla1-1/+1
2016-05-05dm: remove unused mapped_device argument from free_tio()Mike Snitzer1-6/+4
2016-05-02Merge tag 'md/4.6-rc6-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds3-3/+3
2016-04-30raid5: delete unnecessary warnningShaohua Li1-2/+0
2016-04-26MD: make bio mergeableShaohua Li1-0/+2
2016-04-25md/raid0: remove empty line printk from dump_zonesMichaƂ Pecio1-1/+0
2016-04-17dm cache metadata: fix cmd_read_lock() acquiring write lockAhmed Samy1-2/+2
2016-04-15dm cache metadata: fix READ_LOCK macros and cleanup WRITE_LOCK macrosMike Snitzer1-24/+40
2016-04-14md/raid0: fix uninitialized variable bugDan Carpenter1-0/+1
2016-04-13block: kill off q->flush_flagsJens Axboe2-7/+8
2016-04-13md: update to using blk_queue_write_cache()Jens Axboe1-1/+1
2016-04-13dm: switch to using blk_queue_write_cache()Jens Axboe1-4/+4
2016-04-13bcache: switch to using blk_queue_write_cache()Jens Axboe1-1/+1
2016-04-11dm: fix dm_target_io leak if clone_bio() returns an errorMikulas Patocka1-1/+3
2016-04-09Merge tag 'md/4.6-rc2-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds3-10/+16
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-04-01md/bitmap: clear bitmap if bitmap_create failedGuoqing Jiang1-8/+11
2016-03-31MD: add rdev reference for super writeShaohua Li1-0/+3
2016-03-31md: fix a trivial typo in commentsWei Fang1-1/+1
2016-03-31md:raid1: fix a dead loop when read from a WriteMostly diskWei Fang1-1/+1
2016-03-22Merge tag 'md/4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds8-39/+57
2016-03-19Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-13/+33
2016-03-18md/raid5: Cleanup cpu hotplug notifierAnna-Maria Gleixner1-0/+2
2016-03-18raid10: include bio_end_io_list in nr_queued to prevent freeze_array hangShaohua Li1-2/+5
2016-03-18raid1: include bio_end_io_list in nr_queued to prevent freeze_array hangNate Dailey1-2/+5
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-45/+48
2016-03-15dm: fix rq_end_stats() NULL pointer in dm_requeue_original_request()Bryn M. Reeves1-1/+1
2016-03-14md: fix typos for stipeGuoqing Jiang1-2/+2
2016-03-14md/bitmap: remove redundant return in bitmap_checkpageGuoqing Jiang1-1/+0
2016-03-14md/raid1: remove unnecessary BUG_ONGuoqing Jiang1-1/+0
2016-03-14md: multipath: don't hardcopy bio in .make_request pathMing Lei1-1/+3
2016-03-12dm thin: consistently return -ENOSPC if pool has run out of data spaceMike Snitzer1-4/+17
2016-03-11dm cache: bump the target versionMike Snitzer1-1/+1
2016-03-11dm cache: make sure every metadata function checks fail_ioJoe Thornber3-43/+71
2016-03-11dm: add missing newline between DM_DEBUG_BLOCK_STACK_TRACING and DM_BUFIOMike Snitzer1-0/+1
2016-03-11dm cache policy smq: clarify that mq registration failure was for 'mq'Mike Snitzer1-1/+1
2016-03-11dm: return error if bio_integrity_clone() fails in clone_bio()Mike Snitzer1-7/+20
2016-03-11dm thin metadata: don't issue prefetches if a transaction abort has failedJoe Thornber1-1/+4
2016-03-11dm snapshot: disallow the COW and origin devices from being identicalDingXiang2-12/+33