aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-raid1.c
Commit message (Expand)AuthorAge
* dm: remove map_infoMikulas Patocka2012-12-21
* dm raid1: dont use map_contextMikulas Patocka2012-12-21
* dm raid1: rename read_record to bio_recordMikulas Patocka2012-12-21
* dm raid1: use per_bio_dataMikulas Patocka2012-12-21
* dm raid: use DM_ENDIO_INCOMPLETEMikulas Patocka2012-12-21
* dm raid1: remove impossible mempool_alloc error testMikulas Patocka2012-12-21
* workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-20
* dm thin: commit before gathering statusAlasdair G Kergon2012-07-27
* dm: use bool bitfields in struct dm_targetAlasdair G Kergon2012-07-27
* dm: support non power of two target max_io_lenMike Snitzer2012-07-27
* dm raid1: set discard_zeroes_data_unsupportedMikulas Patocka2012-07-20
* dm raid1: fix crash with mirror recovery and discardMikulas Patocka2012-07-20
* dm: reject trailing characters in sccanf inputMikulas Patocka2012-03-28
* dm kcopyd: return client directly and not through a pointerMikulas Patocka2011-05-29
* dm kcopyd: reserve fewer pagesMikulas Patocka2011-05-29
* dm io: use fixed initial mempool sizeMikulas Patocka2011-05-29
* block: remove per-queue pluggingJens Axboe2011-03-10
* dm: use non reentrant workqueues if equivalentTejun Heo2011-01-13
* dm: convert workqueues to alloc_orderedTejun Heo2011-01-13
* dm: dont use flush_scheduled_workTejun Heo2011-01-13
* dm raid1: support discardMike Snitzer2011-01-13
* dm: implement REQ_FLUSH/FUA support for bio-based dmTejun Heo2010-09-10
* dm: use dm_target_offset macroAlasdair G Kergon2010-08-11
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-07
* dm raid1: fix deadlock when suspending failed deviceTakahiro Yasui2010-03-05
* dm table: remove unused dm_get_device range parametersNikanth Karthikesan2010-03-05
* dm raid1: always return error if all legs failMikulas Patocka2010-03-05
* dm raid1: fail writes if errors are not handled and log failsMikulas Patocka2010-02-16
* dm raid1: explicitly initialise bio_listsMikulas Patocka2009-12-10
* dm raid1: hold all write bios when leg failsMikulas Patocka2009-12-10
* dm raid1: hold write bios when errors are handledMikulas Patocka2009-12-10
* dm raid1: remove bio_endio from dm_rh_mark_nosyncMikulas Patocka2009-12-10
* dm raid1: abstract get_valid_mirror functionMikulas Patocka2009-12-10
* dm raid1: use hold framework in do_failuresMikulas Patocka2009-12-10
* dm raid1: add framework to hold bios during suspendMikulas Patocka2009-12-10
* dm raid1: report flush errors separately in statusMikulas Patocka2009-12-10
* dm raid1: implement mirror_flushMikulas Patocka2009-12-10
* dm log: add flush callback fnMikulas Patocka2009-12-10
* dm raid1: support flushMikulas Patocka2009-12-10
* bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe2009-09-11
* dm raid1: do not allow log_failure variable to unset after being setJonathan Brassow2009-09-04
* dm table: pass correct dev area size to device_area_is_validMike Snitzer2009-07-23
* dm raid1: wake kmirrord when requeueing delayed bios after remote recoveryMikulas Patocka2009-07-23
* dm target:s introduce iterate devices fnMike Snitzer2009-06-22
* block: move bio list helpers into bio.hChristoph Hellwig2009-04-15
* dm raid1: add is_remote_recovering hook for clustersJonathan Brassow2009-04-02
* dm raid1: switch read_record from kmalloc to slab to save memoryMikulas Patocka2009-04-02
* dm log: move region_size validationMilan Broz2009-01-05
* dm: consolidate target deregistration error handlingMikulas Patocka2009-01-05
* dm raid1: fix error countJonathan Brassow2009-01-05