summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid10.c
Commit message (Expand)AuthorAgeFilesLines
* md: fix bug in raid10 recovery.NeilBrown2008-11-061-1/+1
* md: build failure due to missing delay.hStephen Rothwell2008-10-151-0/+1
* md: Relax minimum size restrictions on chunk_size.NeilBrown2008-10-131-2/+3
* block: mark bio_split_pool staticDenis ChengRq2008-10-091-1/+1
* block: move stats from disk to part0Tejun Heo2008-10-091-4/+5
* block: fix diskstats accessTejun Heo2008-10-091-2/+5
* block: raid fixups for removal of bi_hw_segmentsJens Axboe2008-10-091-1/+0
* drop vmerge accountingMikulas Patocka2008-10-091-3/+0
* Allow raid10 resync to happening in larger chunks.NeilBrown2008-08-051-4/+5
* Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2008-08-011-0/+3
|\
| * md: raid10: wake up frozen arrayArthur Jones2008-08-011-0/+3
* | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2008-07-211-8/+14
|\ \ | |/
| * md: Make mddev->array_size sector-based.Andre Noll2008-07-211-1/+1
| * rationalise return value for ->hot_add_disk method.Neil Brown2008-06-281-5/+5
| * Support adding a spare to a live md array with external metadata.Neil Brown2008-06-281-2/+8
* | Add bvec_merge_data to handle stacked devices and ->merge_bvec()Alasdair G Kergon2008-07-031-7/+8
|/
* Ensure interrupted recovery completed properly (v1 metadata plus bitmap)Neil Brown2008-06-281-0/+2
* md: restart recovery cleanly after device failure.NeilBrown2008-05-241-2/+12
* Remove blkdev warning triggered by using mdNeil Brown2008-05-141-1/+3
* misc: fix integer as NULL pointer warningsHarvey Harrison2008-05-081-1/+1
* md: support blocking writes to an array on device failureDan Williams2008-04-301-3/+26
* raid: remove leading TAB on printk messagesNick Andrew2008-04-281-2/+2
* md: the md RAID10 resync thread could cause a md RAID10 array deadlockK.Tanaka2008-03-041-0/+2
* md: fix possible raid1/raid10 deadlock on read error during resyncNeilBrown2008-03-041-2/+9
* md: don't attempt read-balancing for raid10 'far' layoutsKeld Simonsen2008-03-041-3/+9
* md: fix deadlock in md/raid1 and md/raid10 when handling a read errorNeilBrown2008-03-041-22/+40
* 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/+3
* md: Update md bitmap during resync.NeilBrown2008-02-061-0/+2
* Add UNPLUG traces to all appropriate placesAlan D. Brunelle2007-11-091-2/+1
* 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/+8
* md: handle writes to broken raid10 arrays gracefullyArne Redlich2007-07-311-0/+7
* md: raid10: fix use-after-free of bioMaik Hampel2007-07-311-1/+2
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-7/+7
* md: change bitmap_unplug and others to void functionsNeilBrown2007-07-171-2/+1
* md: fix two raid10 bugsNeilBrown2007-06-161-0/+6
* [PATCH] md: fix raid10 recovery problem.NeilBrown2007-03-011-18/+20
* [PATCH] md: pass down BIO_RW_SYNC in raid{1,10}Lars Ellenberg2007-01-111-3/+8
* [PATCH] md: Don't assume that READ==0 and WRITE==1 - use the names explicitlyNeilBrown2006-12-131-3/+3
* [PATCH] md: fix printk format warnings, seen on powerpc64:Randy Dunlap2006-10-281-2/+2
* [PATCH] md: fix calculation of ->degraded for multipath and raid10NeilBrown2006-10-211-1/+1
* [PATCH] md: define ->congested_fn for raid1, raid10, and multipathNeilBrown2006-10-031-0/+22
* [PATCH] md: Improve locking around error handlingNeilBrown2006-10-031-4/+8
* [PATCH] md: remove 'working_disks' from raid10 stateNeilBrown2006-10-031-8/+4
* [PATCH] md: replace magic numbers in sb_dirty with well defined bit flagsNeilBrown2006-10-031-1/+1
* [PATCH] md: factor out part of raid10d into a separate function.NeilBrown2006-10-031-98/+115
* [PATCH] md: include sector number in messages about corrected read errorsNeilBrown2006-07-101-0/+4
* [PATCH] md: Calculate correct array size for raid10 in new offset modeNeilBrown2006-06-261-1/+7
* [PATCH] md: support stripe/offset mode in raid10NeilBrown2006-06-261-21/+43
OpenPOWER on IntegriCloud