aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid1.c
Commit message (Expand)AuthorAgeFilesLines
* md: build failure due to missing delay.hStephen Rothwell2008-10-151-0/+1
* block: move stats from disk to part0Tejun Heo2008-10-091-4/+5
* block: fix diskstats accessTejun Heo2008-10-091-3/+5
* block: raid fixups for removal of bi_hw_segmentsJens Axboe2008-10-091-1/+0
* drop vmerge accountingMikulas Patocka2008-10-091-3/+0
* md: Make mddev->array_size sector-based.Andre Noll2008-07-211-5/+6
* md: resolve external metadata handling deadlock in md_allow_writeDan Williams2008-06-301-2/+4
* rationalise return value for ->hot_add_disk method.Neil Brown2008-06-281-3/+3
* Support adding a spare to a live md array with external metadata.Neil Brown2008-06-281-1/+6
* md: restart recovery cleanly after device failure.NeilBrown2008-05-241-1/+9
* md: raid1: Fix restoration of bio between failed read and write.NeilBrown2008-05-241-2/+13
* md: fix possible oops when removing a bitmap from an active arrayNeilBrown2008-05-241-1/+3
* Remove blkdev warning triggered by using mdNeil Brown2008-05-141-1/+3
* md: support blocking writes to an array on device failureDan Williams2008-04-301-3/+24
* raid: remove leading TAB on printk messagesNick Andrew2008-04-281-2/+2
* md: fix possible raid1/raid10 deadlock on read error during resyncNeilBrown2008-03-041-2/+9
* md: fix deadlock in md/raid1 and md/raid10 when handling a read errorNeilBrown2008-03-041-21/+41
* md: change ITERATE_RDEV to rdev_for_eachNeilBrown2008-02-061-1/+1
* md: allow a maximum extent to be set for resyncingNeilBrown2008-02-061-0/+2
* md: Update md bitmap during resync.NeilBrown2008-02-061-0/+1
* Add UNPLUG traces to all appropriate placesAlan D. Brunelle2007-11-091-2/+1
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-191-1/+1
* md: make sure read errors are auto-corrected during a 'check' resync in raid1NeilBrown2007-10-171-1/+2
* block: convert blkdev_issue_flush() to use empty barriersJens Axboe2007-10-161-31/+0
* Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-101-23/+7
* md: correctly update sysfs when a raid1 is reshapedNeilBrown2007-08-221-4/+18
* md: make sure a re-add after a restart honours bitmap when resyncingNeilBrown2007-08-221-1/+2
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-6/+6
* md: change bitmap_unplug and others to void functionsNeilBrown2007-07-171-2/+1
* md: fix bug in error handling during raid1 repairMike Accetta2007-06-161-7/+14
* md: avoid a possibility that a read error can wrongly propagate through md/ra...NeilBrown2007-05-101-14/+19
* Revert "md: improve partition detection in md array"Linus Torvalds2007-05-091-0/+1
* md: improve partition detection in md arrayNeilBrown2007-05-091-1/+0
* [PATCH] md: fix potential memalloc deadlock in mdNeilBrown2007-01-261-0/+2
* [PATCH] md: make 'repair' actually work for raid1NeilBrown2007-01-261-0/+5
* [PATCH] md: pass down BIO_RW_SYNC in raid{1,10}Lars Ellenberg2007-01-111-4/+9
* [PATCH] md: Don't assume that READ==0 and WRITE==1 - use the names explicitlyNeilBrown2006-12-131-1/+1
* [PATCH] md: assorted md and raid1 one-linersNeilBrown2006-12-101-0/+1
* [PATCH] md: fix printk format warnings, seen on powerpc64:Randy Dunlap2006-10-281-2/+2
* [PATCH] md: define ->congested_fn for raid1, raid10, and multipathNeilBrown2006-10-031-0/+28
* [PATCH] md: Improve locking around error handlingNeilBrown2006-10-031-5/+11
* [PATCH] md: Remove working_disks from raid1 state dataNeilBrown2006-10-031-16/+12
* [PATCH] md: Factor out part of raid1d into a separate functionNeilBrown2006-10-031-78/+95
* [PATCH] md: replace magic numbers in sb_dirty with well defined bit flagsNeilBrown2006-10-031-1/+1
* [PATCH] md: Fix issues with referencing rdev in md/raid1NeilBrown2006-09-011-22/+35
* [PATCH] md: fix recent breakage of md/raid1 array checkingNeilBrown2006-08-271-3/+4
* [PATCH] md: include sector number in messages about corrected read errorsNeilBrown2006-07-101-0/+3
* [PATCH] md: fix usage of wrong variable in raid1NeilBrown2006-07-101-1/+1
* [PATCH] md: Allow re-add to work on array without bitmapsNeilBrown2006-06-261-0/+6
* [PATCH] md: allow checkpoint of recovery with version-1 superblockNeilBrown2006-06-261-1/+2