aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-09Merge tag 'md/4.6-rc2-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus 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-21Merge tag 'md/4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds8-39/+57
2016-03-18Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-13/+33
2016-03-17md/raid5: Cleanup cpu hotplug notifierAnna-Maria Gleixner1-0/+2
2016-03-17raid10: include bio_end_io_list in nr_queued to prevent freeze_array hangShaohua Li1-2/+5
2016-03-17raid1: 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/crypto-2.6Linus Torvalds1-45/+48
2016-03-14dm: 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-11dm thin: consistently return -ENOSPC if pool has run out of data spaceMike Snitzer1-4/+17
2016-03-10dm cache: bump the target versionMike Snitzer1-1/+1
2016-03-10dm cache: make sure every metadata function checks fail_ioJoe Thornber3-43/+71
2016-03-10dm: add missing newline between DM_DEBUG_BLOCK_STACK_TRACING and DM_BUFIOMike Snitzer1-0/+1
2016-03-10dm cache policy smq: clarify that mq registration failure was for 'mq'Mike Snitzer1-1/+1
2016-03-10dm: return error if bio_integrity_clone() fails in clone_bio()Mike Snitzer1-7/+20
2016-03-10dm thin metadata: don't issue prefetches if a transaction abort has failedJoe Thornber1-1/+4
2016-03-10dm snapshot: disallow the COW and origin devices from being identicalDingXiang2-12/+33
2016-03-10dm cache: make the 'mq' policy an alias for 'smq'Joe Thornber4-1492/+85
2016-03-10dm: drop unnecessary assignment of md->queueBob Liu1-6/+1
2016-03-10dm: reorder 'struct mapped_device' members to fix alignment and holesMike Snitzer1-16/+18
2016-03-10dm: remove dummy definition of 'struct dm_table'Mike Snitzer1-11/+3
2016-03-10dm: add 'dm_numa_node' module parameterMike Snitzer1-8/+44
2016-03-10dm thin metadata: remove needless newline from subtree_dec() DMERR messageMike Snitzer1-1/+1
2016-03-10dm mpath: cleanup reinstate_path() et al based on code reviewMike Snitzer1-6/+2
2016-03-09md/raid5: output stripe state for debugShaohua Li1-4/+6
2016-03-09md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_listNeilBrown1-1/+1
2016-03-08bcache: fix cache_set_flush() NULL pointer dereference on OOMEric Wheeler1-0/+3
2016-03-08bcache: cleaned up error handling around register_cache()Eric Wheeler1-12/+22
2016-03-08bcache: fix race of writeback thread starting before complete initializationEric Wheeler1-1/+8
2016-03-07md/bitmap: remove redundant checkEric Engestrom1-2/+1
2016-02-26MD: warn for potential deadlockShaohua Li1-0/+1
2016-02-26md: Drop sending a change uevent when stoppingSebastian Parschauer1-1/+0
2016-02-26RAID5: revert e9e4c377e2f563 to fix a livelockShaohua Li2-20/+9
2016-02-26RAID5: check_reshape() shouldn't call mddev_suspendShaohua Li2-0/+20
2016-02-25md/raid5: Compare apples to apples (or sectors to sectors)Jes Sorensen1-2/+2
2016-02-22dm mpath: remove __pgpath_busy forward declaration, rename to pgpath_busyMike Snitzer1-4/+2
2016-02-22dm mpath: switch from 'unsigned' to 'bool' for flags where appropriateMike Snitzer1-50/+51
2016-02-22dm round robin: use percpu 'repeat_count' and 'current_path'Mike Snitzer1-12/+48
2016-02-22dm path selector: remove 'repeat_count' return from .select_path hookMike Snitzer5-18/+4
2016-02-22dm mpath: push path selector locking down to path selectorsMike Snitzer3-11/+59
2016-02-22dm mpath: remove repeat_count support from multipath coreMike Snitzer4-10/+24
2016-02-22dm mpath: remove unnecessary casts in front of ti->privateMike Snitzer1-5/+5