summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2014-04-01Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-04-01Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-03-18bcache: remove nested function usageJohn Sheu
2014-03-18bcache: Kill bucket->gc_genKent Overstreet
2014-03-18bcache: Kill unused freelistKent Overstreet
2014-03-18bcache: Rework btree cache reserve handlingKent Overstreet
2014-03-18bcache: Kill btree_io_wqKent Overstreet
2014-03-18bcache: btree locking reworkKent Overstreet
2014-03-18bcache: Fix a race when freeing btree nodesKent Overstreet
2014-03-18bcache: Add a real GC_MARK_RECLAIMABLEKent Overstreet
2014-03-18bcache: Add bch_keylist_init_single()Kent Overstreet
2014-03-18bcache: Improve priority_statsKent Overstreet
2014-03-18bcache: Better alloc tracepointsKent Overstreet
2014-03-18bcache: Kill dead cgroup codeKent Overstreet
2014-03-18bcache: stop moving_gc marking buckets that can't be moved.Nicholas Swenson
2014-03-18bcache: Fix moving_pred()Kent Overstreet
2014-03-18bcache: Fix moving_gc deadlocking with a foreground writeNicholas Swenson
2014-03-18bcache: Fix discard granularityKent Overstreet
2014-03-18bcache: Fix another bug recovering from unclean shutdownKent Overstreet
2014-03-18bcache: Fix a bug recovering from unclean shutdownKent Overstreet
2014-03-18bcache: Fix a journalling reclaim after recovery bugKent Overstreet
2014-03-17bcache: Fix a null ptr deref in journal replayKent Overstreet
2014-03-17bcache: Fix a lockdep splat in an error pathKent Overstreet
2014-03-12dm cache: fix access beyond end of origin deviceHeinz Mauelshagen
2014-03-12dm cache: fix truncation bug when copying a block to/from >2TB fast deviceHeinz Mauelshagen
2014-03-07dm space map metadata: fix refcount decrement below 0 which caused corruptionJoe Thornber
2014-03-05dm thin: fix noflush suspend IO queueingJoe Thornber
2014-03-05dm thin: fix deadlock in __requeue_bio_listJoe Thornber
2014-03-05dm thin: fix out of data space handlingJoe Thornber
2014-03-05dm thin: ensure user takes action to validate data and metadata consistencyMike Snitzer
2014-03-04dm thin: synchronize the pool mode during suspendMike Snitzer
2014-03-03dm snapshot: fix metadata corruptionMikulas Patocka
2014-03-03dm: fix Kconfig indentationMike Snitzer
2014-03-02Merge 3.14-rc5 into char-misc-nextGreg Kroah-Hartman
2014-02-28dm cache mq: fix memory allocation failure for large cache devicesHeinz Mauelshagen
2014-02-28dm cache: fix truncation bug when mapping I/O to >2TB fast deviceHeinz Mauelshagen
2014-02-27dm thin: allow metadata space larger than supported to go unusedMike Snitzer
2014-02-26dm mpath: fix stalls when handling invalid ioctlsHannes Reinecke
2014-02-25bcache: Fix a shutdown bugKent Overstreet
2014-02-25bcache: Fix flash_dev_cache_miss() for real this timeKent Overstreet
2014-02-24dm thin: fix the error path for the thin device constructorMike Snitzer
2014-02-18bcache: Fix another compiler warning on m68kKent Overstreet
2014-02-18Merge 3.14-rc3 into char-misc-nextGreg Kroah-Hartman
2014-02-18dm raid1: fix immutable biovec related BUG when retrying read bioMikulas Patocka
2014-02-17dm io: fix I/O to multiple destinationsMikulas Patocka
2014-02-17dm thin: avoid metadata commit if a pool's thin devices haven't changedMike Snitzer
2014-02-17dm cache: do not add migration to completed list before unhooking bioMike Snitzer
2014-02-17dm cache: move hook_info into common portion of per_bio_data structureMike Snitzer
2014-02-14Merge tag 'md/3.14-fixes' of git://neil.brown.name/mdLinus Torvalds
2014-02-13md/raid5: Fix CPU hotplug callback registrationOleg Nesterov