aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-raid1.c
Commit message (Expand)AuthorAgeFilesLines
...
* dm log: move dirty region log code into separate moduleHeinz Mauelshagen2008-04-251-9/+1
* dm raid1: use list_split_initRobert P. J. Day2008-04-251-6/+4
* dm io: write error bits form long not intAlasdair G Kergon2008-03-281-2/+2
* dm-raid1.c: fix NULL dereferencesAdrian Bunk2008-02-191-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/+1
* dm raid1: handle log failureJonathan Brassow2007-07-121-4/+8
* dm raid1: handle resync failuresJonathan Brassow2007-07-121-3/+41
* dm raid1: clear region outside spinlockJonathan Brassow2007-07-121-6/+6
* dm raid1: fix statusMilan Broz2007-07-121-2/+2
* dm: remove duplicate module name from error msgsAlasdair G Kergon2007-07-121-3/+2
* dm raid1: switch rh_in_sync to blocking in do_readsJonathan Brassow2007-05-091-1/+1
* dm raid1: fix to commit pending clear region requestsJonathan Brassow2007-05-091-2/+1
* dm raid1: update dm io interfaceMilan Broz2007-05-091-4/+21
* dm raid1: add handle_errors feature flagJonathan E Brassow2007-05-091-2/+63
* dm log: report fault statusJonathan E Brassow2007-05-091-4/+7
* dm raid1: one kmirrord per mirrorHolger Smolinski2007-05-091-54/+27
* [PATCH] dm: log: rename complete_resync_workJonathan E Brassow2006-12-081-5/+12
* [PATCH] dm: map and endio symbolic return codesKiyoshi Ueda2006-12-081-4/+4
* WorkStruct: make allyesconfigDavid Howells2006-11-221-2/+2
* [PATCH] dm: raid1: fix waiting for io on suspendJonathan E Brassow2006-11-081-1/+21
* [PATCH] dm mirror: remove trailing space from tableJonathan Brassow2006-10-031-2/+2
* [PATCH] dm: Fix deadlock under high i/o load in raid1 setup.Daniel Kobras2006-08-271-1/+3
* [PATCH] dm: improve error message consistencyAlasdair G Kergon2006-06-261-11/+13
* [PATCH] dm kcopyd: error accumulation fixJonathan Brassow2006-06-261-1/+1
* [PATCH] dm mirror log: sector size fixKevin Corry2006-06-261-1/+1
* [PATCH] dm: mirror sector offset fixNeil Brown2006-06-261-31/+32
* [PATCH] drivers: use list_move()Akinobu Mita2006-06-261-4/+2
* [PATCH] dm: remove SECTOR_FORMATAndrew Morton2006-03-271-7/+8
* [PATCH] drivers/md/dm-raid1.c: Fix inconsistent mirroring after interrupted r...Jun'ichi Nomura2006-03-271-1/+13
* [PATCH] mempool: use common mempool kmalloc allocatorMatthew Dobson2006-03-261-12/+2
* [PATCH] device-mapper raid1: add default mirrorJonathan E Brassow2006-01-061-5/+8
* [PATCH] device-mapper raid1: drop mark_region spinlock fixJonathan E Brassow2005-11-221-11/+9
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-081-1/+1
* [PATCH] dm: fix rh_dec()/rh_inc() race in dm-raid1.cJun'ichi Nomura2005-09-091-3/+9
* [PATCH] dm-raid locking fixAlasdair G Kergon2005-08-041-1/+1
* [PATCH] device-mapper: dm-raid1: Limit bios to size of mirror regionAlasdair G Kergon2005-07-071-0/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1269