aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid1.c
Commit message (Expand)AuthorAge
* md: restart recovery cleanly after device failure.NeilBrown2008-05-24
* md: raid1: Fix restoration of bio between failed read and write.NeilBrown2008-05-24
* md: fix possible oops when removing a bitmap from an active arrayNeilBrown2008-05-24
* Remove blkdev warning triggered by using mdNeil Brown2008-05-14
* md: support blocking writes to an array on device failureDan Williams2008-04-30
* raid: remove leading TAB on printk messagesNick Andrew2008-04-28
* md: fix possible raid1/raid10 deadlock on read error during resyncNeilBrown2008-03-04
* md: fix deadlock in md/raid1 and md/raid10 when handling a read errorNeilBrown2008-03-04
* md: change ITERATE_RDEV to rdev_for_eachNeilBrown2008-02-06
* md: allow a maximum extent to be set for resyncingNeilBrown2008-02-06
* md: Update md bitmap during resync.NeilBrown2008-02-06
* Add UNPLUG traces to all appropriate placesAlan D. Brunelle2007-11-09
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-19
* md: make sure read errors are auto-corrected during a 'check' resync in raid1NeilBrown2007-10-17
* block: convert blkdev_issue_flush() to use empty barriersJens Axboe2007-10-16
* Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-10
* md: correctly update sysfs when a raid1 is reshapedNeilBrown2007-08-22
* md: make sure a re-add after a restart honours bitmap when resyncingNeilBrown2007-08-22
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-24
* md: change bitmap_unplug and others to void functionsNeilBrown2007-07-17
* md: fix bug in error handling during raid1 repairMike Accetta2007-06-16
* md: avoid a possibility that a read error can wrongly propagate through md/ra...NeilBrown2007-05-10
* Revert "md: improve partition detection in md array"Linus Torvalds2007-05-09
* md: improve partition detection in md arrayNeilBrown2007-05-09
* [PATCH] md: fix potential memalloc deadlock in mdNeilBrown2007-01-26
* [PATCH] md: make 'repair' actually work for raid1NeilBrown2007-01-26
* [PATCH] md: pass down BIO_RW_SYNC in raid{1,10}Lars Ellenberg2007-01-11
* [PATCH] md: Don't assume that READ==0 and WRITE==1 - use the names explicitlyNeilBrown2006-12-13
* [PATCH] md: assorted md and raid1 one-linersNeilBrown2006-12-10
* [PATCH] md: fix printk format warnings, seen on powerpc64:Randy Dunlap2006-10-28
* [PATCH] md: define ->congested_fn for raid1, raid10, and multipathNeilBrown2006-10-03
* [PATCH] md: Improve locking around error handlingNeilBrown2006-10-03
* [PATCH] md: Remove working_disks from raid1 state dataNeilBrown2006-10-03
* [PATCH] md: Factor out part of raid1d into a separate functionNeilBrown2006-10-03
* [PATCH] md: replace magic numbers in sb_dirty with well defined bit flagsNeilBrown2006-10-03
* [PATCH] md: Fix issues with referencing rdev in md/raid1NeilBrown2006-09-01
* [PATCH] md: fix recent breakage of md/raid1 array checkingNeilBrown2006-08-27
* [PATCH] md: include sector number in messages about corrected read errorsNeilBrown2006-07-10
* [PATCH] md: fix usage of wrong variable in raid1NeilBrown2006-07-10
* [PATCH] md: Allow re-add to work on array without bitmapsNeilBrown2006-06-26
* [PATCH] md: allow checkpoint of recovery with version-1 superblockNeilBrown2006-06-26
* [PATCH] md: reformat code in raid1_end_write_request to avoid gotoNeilBrown2006-06-26
* [PATCH] md: Fix 'rdev->nr_pending' count when retrying barrier requestsNeilBrown2006-05-01
* [PATCH] md: Improve detection of lack of barrier support in raid1NeilBrown2006-05-01
* [PATCH] md: Change ENOTSUPP to EOPNOTSUPPNeilBrown2006-05-01
* BUG_ON() Conversion in md/raid1.cEric Sesterhenn2006-03-31
* [PATCH] md: Don't clear bits in bitmap when writing to one device fails durin...NeilBrown2006-03-31
* [PATCH] md: Restore 'remaining' count when retrying an write operationNeilBrown2006-03-27
* [PATCH] md: Split reshape handler in check_reshape and start_reshapeNeilBrown2006-03-27
* [PATCH] md: Checkpoint and allow restart of raid5 reshapeNeilBrown2006-03-27