aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-raid1.c
Commit message (Expand)AuthorAgeFilesLines
* dm raid1: fix crash with mirror recovery and discardMikulas Patocka2012-08-011-1/+1
* dm kcopyd: return client directly and not through a pointerMikulas Patocka2011-05-291-2/+4
* dm kcopyd: reserve fewer pagesMikulas Patocka2011-05-291-2/+1
* dm io: use fixed initial mempool sizeMikulas Patocka2011-05-291-2/+1
* block: remove per-queue pluggingJens Axboe2011-03-101-2/+0
* dm: use non reentrant workqueues if equivalentTejun Heo2011-01-131-2/+3
* dm: convert workqueues to alloc_orderedTejun Heo2011-01-131-1/+1
* dm: dont use flush_scheduled_workTejun Heo2011-01-131-1/+1
* dm raid1: support discardMike Snitzer2011-01-131-2/+10
* dm: implement REQ_FLUSH/FUA support for bio-based dmTejun Heo2010-09-101-4/+4
* dm: use dm_target_offset macroAlasdair G Kergon2010-08-121-1/+1
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-1/+1
* dm raid1: fix deadlock when suspending failed deviceTakahiro Yasui2010-03-061-18/+23
* dm table: remove unused dm_get_device range parametersNikanth Karthikesan2010-03-061-2/+1
* dm raid1: always return error if all legs failMikulas Patocka2010-03-061-3/+6
* dm raid1: fail writes if errors are not handled and log failsMikulas Patocka2010-02-161-1/+1
* dm raid1: explicitly initialise bio_listsMikulas Patocka2009-12-101-0/+4
* dm raid1: hold all write bios when leg failsMikulas Patocka2009-12-101-2/+10
* dm raid1: hold write bios when errors are handledMikulas Patocka2009-12-101-31/+32
* dm raid1: remove bio_endio from dm_rh_mark_nosyncMikulas Patocka2009-12-101-1/+2
* dm raid1: abstract get_valid_mirror functionMikulas Patocka2009-12-101-7/+15
* dm raid1: use hold framework in do_failuresMikulas Patocka2009-12-101-25/+9
* dm raid1: add framework to hold bios during suspendMikulas Patocka2009-12-101-0/+41
* dm raid1: report flush errors separately in statusMikulas Patocka2009-12-101-2/+4
* dm raid1: implement mirror_flushMikulas Patocka2009-12-101-1/+36
* dm log: add flush callback fnMikulas Patocka2009-12-101-1/+1
* dm raid1: support flushMikulas Patocka2009-12-101-2/+11
* bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe2009-09-111-1/+1
* dm raid1: do not allow log_failure variable to unset after being setJonathan Brassow2009-09-041-1/+7
* dm table: pass correct dev area size to device_area_is_validMike Snitzer2009-07-231-1/+1
* dm raid1: wake kmirrord when requeueing delayed bios after remote recoveryMikulas Patocka2009-07-231-0/+1
* dm target:s introduce iterate devices fnMike Snitzer2009-06-221-1/+16
* block: move bio list helpers into bio.hChristoph Hellwig2009-04-151-1/+0
* dm raid1: add is_remote_recovering hook for clustersJonathan Brassow2009-04-021-2/+23
* dm raid1: switch read_record from kmalloc to slab to save memoryMikulas Patocka2009-04-021-4/+21
* dm log: move region_size validationMilan Broz2009-01-061-12/+0
* dm: consolidate target deregistration error handlingMikulas Patocka2009-01-061-5/+1
* dm raid1: fix error countJonathan Brassow2009-01-061-3/+3
* dm raid1: flush workqueue before destructionMikulas Patocka2008-11-131-0/+1
* dm raid1: fix do_failuresIlpo Jarvinen2008-10-301-1/+2
* dm raid1: separate region_hash interface part1Heinz Mauelshagen2008-10-211-686/+103
* dm: remove dm header from targetsMikulas Patocka2008-10-211-1/+2
* dm: publish array_too_bigMikulas Patocka2008-10-211-3/+0
* dm raid1: kcopyd should stop on error if errors handledJonathan Brassow2008-10-101-1/+3
* dm: unplug queues in threadsMikulas Patocka2008-04-251-0/+2
* dm raid1: use timerMikulas Patocka2008-04-251-20/+28
* dm: move include filesAlasdair G Kergon2008-04-251-3/+3
* dm log: clean interfaceHeinz Mauelshagen2008-04-251-18/+18
* dm kcopyd: clean interfaceHeinz Mauelshagen2008-04-251-8/+8
* dm io: clean interfaceHeinz Mauelshagen2008-04-251-4/+4