aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-27dm: take care to copy the space map roots before locking the superblockJoe Thornber3-81/+127
2014-03-27dm transaction manager: fix corruption due to non-atomic transaction commitJoe Thornber5-27/+16
2014-03-27dm cache: remove remainder of distinct discard block sizeHeinz Mauelshagen4-77/+46
2014-03-27dm cache: prevent corruption caused by discard_block_size > cache_block_sizeMike Snitzer1-34/+3
2014-03-27dm bitset: only flush the current word if it has been dirtiedJoe Thornber2-1/+10
2014-03-27dm: add era targetJoe Thornber3-0/+1743
2014-03-18bcache: remove nested function usageJohn Sheu2-72/+76
2014-03-18bcache: Kill bucket->gc_genKent Overstreet4-11/+9
2014-03-18bcache: Kill unused freelistKent Overstreet5-125/+110
2014-03-18bcache: Rework btree cache reserve handlingKent Overstreet6-139/+145
2014-03-18bcache: Kill btree_io_wqKent Overstreet3-24/+2
2014-03-18bcache: btree locking reworkKent Overstreet4-52/+133
2014-03-18bcache: Fix a race when freeing btree nodesKent Overstreet1-33/+20
2014-03-18bcache: Add a real GC_MARK_RECLAIMABLEKent Overstreet4-14/+21
2014-03-18bcache: Add bch_keylist_init_single()Kent Overstreet2-4/+7
2014-03-18bcache: Improve priority_statsKent Overstreet1-6/+20
2014-03-18bcache: Better alloc tracepointsKent Overstreet2-5/+12
2014-03-18bcache: Kill dead cgroup codeKent Overstreet5-202/+0
2014-03-18bcache: stop moving_gc marking buckets that can't be moved.Nicholas Swenson1-1/+4
2014-03-18bcache: Fix moving_pred()Kent Overstreet1-5/+3
2014-03-18bcache: Fix moving_gc deadlocking with a foreground writeNicholas Swenson5-8/+16
2014-03-18bcache: Fix discard granularityKent Overstreet1-0/+1
2014-03-18bcache: Fix another bug recovering from unclean shutdownKent Overstreet3-65/+36
2014-03-18bcache: Fix a bug recovering from unclean shutdownKent Overstreet1-2/+2
2014-03-18bcache: Fix a journalling reclaim after recovery bugKent Overstreet1-2/+8
2014-03-17bcache: Fix a null ptr deref in journal replayKent Overstreet1-1/+5
2014-03-17bcache: Fix a lockdep splat in an error pathKent Overstreet1-3/+5
2014-03-12dm cache: fix access beyond end of origin deviceHeinz Mauelshagen1-5/+3
2014-03-12dm cache: fix truncation bug when copying a block to/from >2TB fast deviceHeinz Mauelshagen1-1/+2
2014-03-07dm space map metadata: fix refcount decrement below 0 which caused corruptionJoe Thornber1-21/+92
2014-03-05dm thin: fix noflush suspend IO queueingJoe Thornber1-2/+72
2014-03-05dm thin: fix deadlock in __requeue_bio_listJoe Thornber1-6/+7
2014-03-05dm thin: fix out of data space handlingJoe Thornber1-45/+102
2014-03-05dm thin: ensure user takes action to validate data and metadata consistencyMike Snitzer3-23/+101
2014-03-04dm thin: synchronize the pool mode during suspendMike Snitzer1-0/+6
2014-03-03dm snapshot: fix metadata corruptionMikulas Patocka1-0/+3
2014-03-03dm: fix Kconfig indentationMike Snitzer2-10/+10
2014-03-02Merge 3.14-rc5 into char-misc-nextGreg Kroah-Hartman9-40/+89
2014-02-28dm cache mq: fix memory allocation failure for large cache devicesHeinz Mauelshagen1-2/+2
2014-02-28dm cache: fix truncation bug when mapping I/O to >2TB fast deviceHeinz Mauelshagen1-2/+3
2014-02-27dm thin: allow metadata space larger than supported to go unusedMike Snitzer5-19/+37
2014-02-26dm mpath: fix stalls when handling invalid ioctlsHannes Reinecke1-2/+5
2014-02-25bcache: Fix a shutdown bugKent Overstreet3-2/+12
2014-02-25bcache: Fix flash_dev_cache_miss() for real this timeKent Overstreet1-14/+5
2014-02-24dm thin: fix the error path for the thin device constructorMike Snitzer1-1/+4
2014-02-18bcache: Fix another compiler warning on m68kKent Overstreet1-2/+2
2014-02-18Merge 3.14-rc3 into char-misc-nextGreg Kroah-Hartman8-59/+69
2014-02-18dm raid1: fix immutable biovec related BUG when retrying read bioMikulas Patocka1-0/+3
2014-02-17dm io: fix I/O to multiple destinationsMikulas Patocka1-12/+11
2014-02-17dm thin: avoid metadata commit if a pool's thin devices haven't changedMike Snitzer3-1/+21