summaryrefslogtreecommitdiff
path: root/drivers/md/dm-raid1.c
AgeCommit message (Expand)Author
2011-05-29dm kcopyd: return client directly and not through a pointerMikulas Patocka
2011-05-29dm kcopyd: reserve fewer pagesMikulas Patocka
2011-05-29dm io: use fixed initial mempool sizeMikulas Patocka
2011-03-10block: remove per-queue pluggingJens Axboe
2011-01-13dm: use non reentrant workqueues if equivalentTejun Heo
2011-01-13dm: convert workqueues to alloc_orderedTejun Heo
2011-01-13dm: dont use flush_scheduled_workTejun Heo
2011-01-13dm raid1: support discardMike Snitzer
2010-09-10dm: implement REQ_FLUSH/FUA support for bio-based dmTejun Heo
2010-08-12dm: use dm_target_offset macroAlasdair G Kergon
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig
2010-03-06dm raid1: fix deadlock when suspending failed deviceTakahiro Yasui
2010-03-06dm table: remove unused dm_get_device range parametersNikanth Karthikesan
2010-03-06dm raid1: always return error if all legs failMikulas Patocka
2010-02-16dm raid1: fail writes if errors are not handled and log failsMikulas Patocka
2009-12-10dm raid1: explicitly initialise bio_listsMikulas Patocka
2009-12-10dm raid1: hold all write bios when leg failsMikulas Patocka
2009-12-10dm raid1: hold write bios when errors are handledMikulas Patocka
2009-12-10dm raid1: remove bio_endio from dm_rh_mark_nosyncMikulas Patocka
2009-12-10dm raid1: abstract get_valid_mirror functionMikulas Patocka
2009-12-10dm raid1: use hold framework in do_failuresMikulas Patocka
2009-12-10dm raid1: add framework to hold bios during suspendMikulas Patocka
2009-12-10dm raid1: report flush errors separately in statusMikulas Patocka
2009-12-10dm raid1: implement mirror_flushMikulas Patocka
2009-12-10dm log: add flush callback fnMikulas Patocka
2009-12-10dm raid1: support flushMikulas Patocka
2009-09-11bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe
2009-09-04dm raid1: do not allow log_failure variable to unset after being setJonathan Brassow
2009-07-23dm table: pass correct dev area size to device_area_is_validMike Snitzer
2009-07-23dm raid1: wake kmirrord when requeueing delayed bios after remote recoveryMikulas Patocka
2009-06-22dm target:s introduce iterate devices fnMike Snitzer
2009-04-15block: move bio list helpers into bio.hChristoph Hellwig
2009-04-02dm raid1: add is_remote_recovering hook for clustersJonathan Brassow
2009-04-02dm raid1: switch read_record from kmalloc to slab to save memoryMikulas Patocka
2009-01-06dm log: move region_size validationMilan Broz
2009-01-06dm: consolidate target deregistration error handlingMikulas Patocka
2009-01-06dm raid1: fix error countJonathan Brassow
2008-11-13dm raid1: flush workqueue before destructionMikulas Patocka
2008-10-30dm raid1: fix do_failuresIlpo Jarvinen
2008-10-21dm raid1: separate region_hash interface part1Heinz Mauelshagen
2008-10-21dm: remove dm header from targetsMikulas Patocka
2008-10-21dm: publish array_too_bigMikulas Patocka
2008-10-10dm raid1: kcopyd should stop on error if errors handledJonathan Brassow
2008-04-25dm: unplug queues in threadsMikulas Patocka
2008-04-25dm raid1: use timerMikulas Patocka
2008-04-25dm: move include filesAlasdair G Kergon
2008-04-25dm log: clean interfaceHeinz Mauelshagen
2008-04-25dm kcopyd: clean interfaceHeinz Mauelshagen
2008-04-25dm io: clean interfaceHeinz Mauelshagen
2008-04-25dm log: move dirty region log code into separate moduleHeinz Mauelshagen