summaryrefslogtreecommitdiff
path: root/drivers/md
Commit message (Expand)AuthorAge
* Merge tag 'md/4.6-rc2-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2016-04-09
|\
| * md/bitmap: clear bitmap if bitmap_create failedGuoqing Jiang2016-04-01
| * MD: add rdev reference for super writeShaohua Li2016-03-31
| * md: fix a trivial typo in commentsWei Fang2016-03-31
| * md:raid1: fix a dead loop when read from a WriteMostly diskWei Fang2016-03-31
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
|/
* Merge tag 'md/4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2016-03-21
|\
| * md/raid5: Cleanup cpu hotplug notifierAnna-Maria Gleixner2016-03-17
| * raid10: include bio_end_io_list in nr_queued to prevent freeze_array hangShaohua Li2016-03-17
| * raid1: include bio_end_io_list in nr_queued to prevent freeze_array hangNate Dailey2016-03-17
| * md: fix typos for stipeGuoqing Jiang2016-03-14
| * md/bitmap: remove redundant return in bitmap_checkpageGuoqing Jiang2016-03-14
| * md/raid1: remove unnecessary BUG_ONGuoqing Jiang2016-03-14
| * md: multipath: don't hardcopy bio in .make_request pathMing Lei2016-03-14
| * md/raid5: output stripe state for debugShaohua Li2016-03-09
| * md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_listNeilBrown2016-03-09
| * md/bitmap: remove redundant checkEric Engestrom2016-03-07
| * MD: warn for potential deadlockShaohua Li2016-02-26
| * md: Drop sending a change uevent when stoppingSebastian Parschauer2016-02-26
| * RAID5: revert e9e4c377e2f563 to fix a livelockShaohua Li2016-02-26
| * RAID5: check_reshape() shouldn't call mddev_suspendShaohua Li2016-02-26
| * md/raid5: Compare apples to apples (or sectors to sectors)Jes Sorensen2016-02-25
* | Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-03-18
|\ \
| * | bcache: fix cache_set_flush() NULL pointer dereference on OOMEric Wheeler2016-03-08
| * | bcache: cleaned up error handling around register_cache()Eric Wheeler2016-03-08
| * | bcache: fix race of writeback thread starting before complete initializationEric Wheeler2016-03-08
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-17
|\ \ \
| * | | dm crypt: Use skcipher and ahashHerbert Xu2016-01-27
| |/ /
* | | dm: fix rq_end_stats() NULL pointer in dm_requeue_original_request()Bryn M. Reeves2016-03-14
* | | dm thin: consistently return -ENOSPC if pool has run out of data spaceMike Snitzer2016-03-11
* | | dm cache: bump the target versionMike Snitzer2016-03-10
* | | dm cache: make sure every metadata function checks fail_ioJoe Thornber2016-03-10
* | | dm: add missing newline between DM_DEBUG_BLOCK_STACK_TRACING and DM_BUFIOMike Snitzer2016-03-10
* | | dm cache policy smq: clarify that mq registration failure was for 'mq'Mike Snitzer2016-03-10
* | | dm: return error if bio_integrity_clone() fails in clone_bio()Mike Snitzer2016-03-10
* | | dm thin metadata: don't issue prefetches if a transaction abort has failedJoe Thornber2016-03-10
* | | dm snapshot: disallow the COW and origin devices from being identicalDingXiang2016-03-10
* | | dm cache: make the 'mq' policy an alias for 'smq'Joe Thornber2016-03-10
* | | dm: drop unnecessary assignment of md->queueBob Liu2016-03-10
* | | dm: reorder 'struct mapped_device' members to fix alignment and holesMike Snitzer2016-03-10
* | | dm: remove dummy definition of 'struct dm_table'Mike Snitzer2016-03-10
* | | dm: add 'dm_numa_node' module parameterMike Snitzer2016-03-10
* | | dm thin metadata: remove needless newline from subtree_dec() DMERR messageMike Snitzer2016-03-10
* | | dm mpath: cleanup reinstate_path() et al based on code reviewMike Snitzer2016-03-10
* | | dm mpath: remove __pgpath_busy forward declaration, rename to pgpath_busyMike Snitzer2016-02-22
* | | dm mpath: switch from 'unsigned' to 'bool' for flags where appropriateMike Snitzer2016-02-22
* | | dm round robin: use percpu 'repeat_count' and 'current_path'Mike Snitzer2016-02-22
* | | dm path selector: remove 'repeat_count' return from .select_path hookMike Snitzer2016-02-22
* | | dm mpath: push path selector locking down to path selectorsMike Snitzer2016-02-22
* | | dm mpath: remove repeat_count support from multipath coreMike Snitzer2016-02-22