aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2014-05-01dm cache: fix writethrough mode quiescing in cache_mapMike Snitzer
2014-04-29dm thin: use INIT_WORK_ONSTACK in noflush_work to avoid ODEBUG warningMike Snitzer
2014-04-15dm verity: fix biovecs hash calculation regressionMilan Broz
2014-04-08dm thin: fix rcu_read_lock being held in code that can sleepJoe Thornber
2014-04-08dm thin: irqsave must always be used with the pool->lock spinlockJoe Thornber
2014-04-04dm cache: fix a lock-inversionJoe Thornber
2014-04-04dm thin: sort the per thin deferred bios using an rb_treeMike Snitzer
2014-03-31dm thin: use per thin device deferred bio listsMike Snitzer
2014-03-31dm thin: simplify pool_is_congestedMike Snitzer
2014-03-28dm thin: fix dangling bio in process_deferred_bios error pathMike Snitzer
2014-03-27dm mpath: print more useful warnings in multipath_message()Jose Castillo
2014-03-27dm-mpath: do not activate failed pathsHannes Reinecke
2014-03-27dm mpath: remove extra nesting in map functionMike Snitzer
2014-03-27dm mpath: remove map_io()Hannes Reinecke
2014-03-27dm mpath: reduce memory pressure when requeuingHannes Reinecke
2014-03-27dm mpath: remove process_queued_ios()Hannes Reinecke
2014-03-27dm mpath: push back requests instead of queueingHannes Reinecke
2014-03-27dm table: add dm_table_run_md_queue_asyncMike Snitzer
2014-03-27dm mpath: do not call pg_init when it is already runningHannes Reinecke
2014-03-27dm: use RCU_INIT_POINTER instead of rcu_assign_pointer in __unbindMonam Agarwal
2014-03-27dm: stop using bi_privateMikulas Patocka
2014-03-27dm: remove dm_get_mapinfoMikulas Patocka
2014-03-27dm: make dm_table_alloc_md_mempools staticMikulas Patocka
2014-03-27dm: take care to copy the space map roots before locking the superblockJoe Thornber
2014-03-27dm transaction manager: fix corruption due to non-atomic transaction commitJoe Thornber
2014-03-27dm cache: remove remainder of distinct discard block sizeHeinz Mauelshagen
2014-03-27dm cache: prevent corruption caused by discard_block_size > cache_block_sizeMike Snitzer
2014-03-27dm bitset: only flush the current word if it has been dirtiedJoe Thornber
2014-03-27dm: add era targetJoe Thornber
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-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-24dm thin: fix the error path for the thin device constructorMike Snitzer
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