aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-raid1.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-06dm raid1: fix deadlock when suspending failed deviceTakahiro Yasui1-18/+23
2010-03-06dm table: remove unused dm_get_device range parametersNikanth Karthikesan1-2/+1
2010-03-06dm raid1: always return error if all legs failMikulas Patocka1-3/+6
2010-02-16dm raid1: fail writes if errors are not handled and log failsMikulas Patocka1-1/+1
2009-12-10dm raid1: explicitly initialise bio_listsMikulas Patocka1-0/+4
2009-12-10dm raid1: hold all write bios when leg failsMikulas Patocka1-2/+10
2009-12-10dm raid1: hold write bios when errors are handledMikulas Patocka1-31/+32
2009-12-10dm raid1: remove bio_endio from dm_rh_mark_nosyncMikulas Patocka1-1/+2
2009-12-10dm raid1: abstract get_valid_mirror functionMikulas Patocka1-7/+15
2009-12-10dm raid1: use hold framework in do_failuresMikulas Patocka1-25/+9
2009-12-10dm raid1: add framework to hold bios during suspendMikulas Patocka1-0/+41
2009-12-10dm raid1: report flush errors separately in statusMikulas Patocka1-2/+4
2009-12-10dm raid1: implement mirror_flushMikulas Patocka1-1/+36
2009-12-10dm log: add flush callback fnMikulas Patocka1-1/+1
2009-12-10dm raid1: support flushMikulas Patocka1-2/+11
2009-09-11bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe1-1/+1
2009-09-04dm raid1: do not allow log_failure variable to unset after being setJonathan Brassow1-1/+7
2009-07-23dm table: pass correct dev area size to device_area_is_validMike Snitzer1-1/+1
2009-07-23dm raid1: wake kmirrord when requeueing delayed bios after remote recoveryMikulas Patocka1-0/+1
2009-06-22dm target:s introduce iterate devices fnMike Snitzer1-1/+16
2009-04-15block: move bio list helpers into bio.hChristoph Hellwig1-1/+0
2009-04-02dm raid1: add is_remote_recovering hook for clustersJonathan Brassow1-2/+23
2009-04-02dm raid1: switch read_record from kmalloc to slab to save memoryMikulas Patocka1-4/+21
2009-01-06dm log: move region_size validationMilan Broz1-12/+0
2009-01-06dm: consolidate target deregistration error handlingMikulas Patocka1-5/+1
2009-01-06dm raid1: fix error countJonathan Brassow1-3/+3
2008-11-13dm raid1: flush workqueue before destructionMikulas Patocka1-0/+1
2008-10-30dm raid1: fix do_failuresIlpo Jarvinen1-1/+2
2008-10-21dm raid1: separate region_hash interface part1Heinz Mauelshagen1-686/+103
2008-10-21dm: remove dm header from targetsMikulas Patocka1-1/+2
2008-10-21dm: publish array_too_bigMikulas Patocka1-3/+0
2008-10-10dm raid1: kcopyd should stop on error if errors handledJonathan Brassow1-1/+3
2008-04-25dm: unplug queues in threadsMikulas Patocka1-0/+2
2008-04-25dm raid1: use timerMikulas Patocka1-20/+28
2008-04-25dm: move include filesAlasdair G Kergon1-3/+3
2008-04-25dm log: clean interfaceHeinz Mauelshagen1-18/+18
2008-04-25dm kcopyd: clean interfaceHeinz Mauelshagen1-8/+8
2008-04-25dm io: clean interfaceHeinz Mauelshagen1-4/+4
2008-04-25dm log: move dirty region log code into separate moduleHeinz Mauelshagen1-9/+1
2008-04-25dm raid1: use list_split_initRobert P. J. Day1-6/+4
2008-03-28dm io: write error bits form long not intAlasdair G Kergon1-2/+2
2008-02-19dm-raid1.c: fix NULL dereferencesAdrian Bunk1-3/+4
2008-02-13dm-raid1 breakage on 64bitAl Viro1-1/+1
2008-02-08dm raid1: report fault statusJonathan Brassow1-8/+36
2008-02-08dm raid1: handle read failuresJonathan Brassow1-45/+211
2008-02-08dm raid1: fix EIO after log failureJonathan Brassow1-11/+90
2008-02-08dm raid1: handle recovery failuresJonathan Brassow1-3/+20
2008-02-08dm raid1: handle write failuresJonathan Brassow1-26/+224
2007-10-20dm raid1: add mirror_set to struct mirrorJonathan Brassow1-0/+2
2007-10-20dm log: split suspendJonathan Brassow1-1/+1