summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-raid1.c
Commit message (Expand)AuthorAgeFilesLines
...
* dm raid1: explicitly initialise bio_listsMikulas Patocka2009-12-111-0/+4
* dm raid1: hold all write bios when leg failsMikulas Patocka2009-12-111-2/+10
* dm raid1: hold write bios when errors are handledMikulas Patocka2009-12-111-31/+32
* dm raid1: remove bio_endio from dm_rh_mark_nosyncMikulas Patocka2009-12-111-1/+2
* dm raid1: abstract get_valid_mirror functionMikulas Patocka2009-12-111-7/+15
* dm raid1: use hold framework in do_failuresMikulas Patocka2009-12-111-25/+9Star
* dm raid1: add framework to hold bios during suspendMikulas Patocka2009-12-111-0/+41
* dm raid1: report flush errors separately in statusMikulas Patocka2009-12-111-2/+4
* dm raid1: implement mirror_flushMikulas Patocka2009-12-111-1/+36
* dm log: add flush callback fnMikulas Patocka2009-12-111-1/+1
* dm raid1: support flushMikulas Patocka2009-12-111-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/+0Star
* 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/+0Star
* dm: consolidate target deregistration error handlingMikulas Patocka2009-01-061-5/+1Star
* dm raid1: fix error countJonathan Brassow2009-01-061-3/+3
* dm raid1: flush workqueue before destructionMikulas Patocka2008-11-141-0/+1
* dm raid1: fix do_failuresIlpo Jarvinen2008-10-301-1/+2
* dm raid1: separate region_hash interface part1Heinz Mauelshagen2008-10-211-686/+103Star
* dm: remove dm header from targetsMikulas Patocka2008-10-211-1/+2
* dm: publish array_too_bigMikulas Patocka2008-10-211-3/+0Star
* 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
* dm log: move dirty region log code into separate moduleHeinz Mauelshagen2008-04-251-9/+1Star
* dm raid1: use list_split_initRobert P. J. Day2008-04-251-6/+4Star
* dm io: write error bits form long not intAlasdair G Kergon2008-03-281-2/+2
* dm-raid1.c: fix NULL dereferencesAdrian Bunk2008-02-201-3/+4
* dm-raid1 breakage on 64bitAl Viro2008-02-131-1/+1
* dm raid1: report fault statusJonathan Brassow2008-02-081-8/+36
* dm raid1: handle read failuresJonathan Brassow2008-02-081-45/+211
* dm raid1: fix EIO after log failureJonathan Brassow2008-02-081-11/+90
* dm raid1: handle recovery failuresJonathan Brassow2008-02-081-3/+20
* dm raid1: handle write failuresJonathan Brassow2008-02-081-26/+224
* dm raid1: add mirror_set to struct mirrorJonathan Brassow2007-10-201-0/+2
* dm log: split suspendJonathan Brassow2007-10-201-1/+1
* dm: use is_power_of_2vignesh babu2007-10-201-1/+2
* dm raid1: fix leakageDmitry Monakhov2007-10-201-13/+15
* Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-101-2/+2
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1Star