summaryrefslogtreecommitdiff
path: root/drivers/md/raid1.c
Commit message (Expand)AuthorAge
* md: avoid races when stopping resync.NeilBrown2009-02-25
* md: Allow read error in a single drive raid1 to be passed up.NeilBrown2009-02-06
* md: don't retry recovery of raid1 that fails due to error on source drive.NeilBrown2009-01-09
* md: use list_for_each_entry macro directlyCheng Renquan2009-01-09
* md: build failure due to missing delay.hStephen Rothwell2008-10-15
* block: move stats from disk to part0Tejun Heo2008-10-09
* block: fix diskstats accessTejun Heo2008-10-09
* block: raid fixups for removal of bi_hw_segmentsJens Axboe2008-10-09
* drop vmerge accountingMikulas Patocka2008-10-09
* md: Make mddev->array_size sector-based.Andre Noll2008-07-21
* md: resolve external metadata handling deadlock in md_allow_writeDan Williams2008-06-30
* rationalise return value for ->hot_add_disk method.Neil Brown2008-06-28
* Support adding a spare to a live md array with external metadata.Neil Brown2008-06-28
* 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