summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2014-07-28dm cache metadata: do not allow the data block size to changeMike Snitzer1-0/+9
2014-07-28dm thin metadata: do not allow the data block size to changeMike Snitzer1-0/+9
2014-07-17dm: allocate a special workqueue for deferred device removalMikulas Patocka1-2/+13
2014-07-17dm io: fix a race condition in the wake up code for sync_ioJoe Thornber1-14/+8
2014-07-09md: flush writes before starting a recovery.NeilBrown1-0/+13
2014-07-09dm thin: update discard_granularity to reflect the thin-pool blocksizeLukas Czerner1-1/+2
2014-06-11md: always set MD_RECOVERY_INTR when interrupting a reshape thread.NeilBrown1-0/+1
2014-06-11md: always set MD_RECOVERY_INTR when aborting a reshape or other "resync".NeilBrown1-1/+3
2014-06-11dm cache: always split discards on cache block boundariesHeinz Mauelshagen1-0/+2
2014-06-11dm thin: add 'no_space_timeout' dm-thin-pool module paramMike Snitzer1-3/+9
2014-06-07dm thin: add timeout to stop out-of-data-space mode holding IO foreverJoe Thornber1-0/+21
2014-06-07dm thin: allow metadata commit if pool is in PM_OUT_OF_DATA_SPACE modeJoe Thornber1-1/+1
2014-06-07dm crypt: fix cpu hotplug crash by removing per-cpu structureMikulas Patocka1-49/+12
2014-06-07md: avoid possible spinning md thread at shutdown.NeilBrown1-1/+2
2014-06-07md/raid10: call wait_barrier() for each request submitted.NeilBrown1-6/+7
2014-06-07dm cache: fix writethrough mode quiescing in cache_mapMike Snitzer1-0/+1
2014-06-07dm verity: fix biovecs hash calculation regressionMilan Broz1-6/+9
2014-05-31md/raid1: r1buf_pool_alloc: free allocate pages when subsequent allocation fa...NeilBrown1-4/+13
2014-05-13dm cache: fix a lock-inversionJoe Thornber3-52/+20
2014-05-13dm thin: fix dangling bio in process_deferred_bios error pathMike Snitzer1-1/+1
2014-05-13dm: take care to copy the space map roots before locking the superblockJoe Thornber2-55/+85
2014-05-13dm transaction manager: fix corruption due to non-atomic transaction commitJoe Thornber5-27/+16
2014-05-13dm cache: prevent corruption caused by discard_block_size > cache_block_sizeMike Snitzer1-34/+3
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-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-24dm thin: fix the error path for the thin device constructorMike Snitzer1-1/+4
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
2014-02-17dm cache: do not add migration to completed list before unhooking bioMike Snitzer1-2/+4
2014-02-17dm cache: move hook_info into common portion of per_bio_data structureMike Snitzer1-1/+1
2014-02-14Merge tag 'md/3.14-fixes' of git://neil.brown.name/mdLinus Torvalds2-49/+54
2014-02-13md/raid5: Fix CPU hotplug callback registrationOleg Nesterov1-46/+44
2014-02-05md/raid1: restore ability for check and repair to fix read errors.NeilBrown1-3/+10
2014-01-30Merge branch 'bcache-for-3.14' of git://evilpiepirate.org/~kent/linux-bcache ...Jens Axboe6-10/+15
2014-01-30Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds22-1755/+2213
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds36-936/+569
2014-01-29bcache: bugfix - gc thread now gets woken when cache is fullNicholas Swenson1-3/+3