aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid10.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-15md: build failure due to missing delay.hStephen Rothwell1-0/+1
2008-10-13md: Relax minimum size restrictions on chunk_size.NeilBrown1-2/+3
2008-10-09block: mark bio_split_pool staticDenis ChengRq1-1/+1
2008-10-09block: move stats from disk to part0Tejun Heo1-4/+5
2008-10-09block: fix diskstats accessTejun Heo1-2/+5
2008-10-09block: raid fixups for removal of bi_hw_segmentsJens Axboe1-1/+0
2008-10-09drop vmerge accountingMikulas Patocka1-3/+0
2008-08-05Allow raid10 resync to happening in larger chunks.NeilBrown1-4/+5
2008-08-01Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-0/+3
2008-08-01md: raid10: wake up frozen arrayArthur Jones1-0/+3
2008-07-21Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-8/+14
2008-07-21md: Make mddev->array_size sector-based.Andre Noll1-1/+1
2008-07-03Add bvec_merge_data to handle stacked devices and ->merge_bvec()Alasdair G Kergon1-7/+8
2008-06-28rationalise return value for ->hot_add_disk method.Neil Brown1-5/+5
2008-06-28Support adding a spare to a live md array with external metadata.Neil Brown1-2/+8
2008-06-28Ensure interrupted recovery completed properly (v1 metadata plus bitmap)Neil Brown1-0/+2
2008-05-24md: restart recovery cleanly after device failure.NeilBrown1-2/+12
2008-05-14Remove blkdev warning triggered by using mdNeil Brown1-1/+3
2008-05-08misc: fix integer as NULL pointer warningsHarvey Harrison1-1/+1
2008-04-30md: support blocking writes to an array on device failureDan Williams1-3/+26
2008-04-28raid: remove leading TAB on printk messagesNick Andrew1-2/+2
2008-03-04md: the md RAID10 resync thread could cause a md RAID10 array deadlockK.Tanaka1-0/+2
2008-03-04md: fix possible raid1/raid10 deadlock on read error during resyncNeilBrown1-2/+9
2008-03-04md: don't attempt read-balancing for raid10 'far' layoutsKeld Simonsen1-3/+9
2008-03-04md: fix deadlock in md/raid1 and md/raid10 when handling a read errorNeilBrown1-22/+40
2008-02-06md: change ITERATE_RDEV to rdev_for_eachNeilBrown1-1/+1
2008-02-06md: allow a maximum extent to be set for resyncingNeilBrown1-0/+3
2008-02-06md: Update md bitmap during resync.NeilBrown1-0/+2
2007-11-09Add UNPLUG traces to all appropriate placesAlan D. Brunelle1-2/+1
2007-10-16block: convert blkdev_issue_flush() to use empty barriersJens Axboe1-31/+0
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown1-23/+8
2007-07-31md: handle writes to broken raid10 arrays gracefullyArne Redlich1-0/+7
2007-07-31md: raid10: fix use-after-free of bioMaik Hampel1-1/+2
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-7/+7
2007-07-17md: change bitmap_unplug and others to void functionsNeilBrown1-2/+1
2007-06-16md: fix two raid10 bugsNeilBrown1-0/+6
2007-03-01[PATCH] md: fix raid10 recovery problem.NeilBrown1-18/+20
2007-01-11[PATCH] md: pass down BIO_RW_SYNC in raid{1,10}Lars Ellenberg1-3/+8
2006-12-13[PATCH] md: Don't assume that READ==0 and WRITE==1 - use the names explicitlyNeilBrown1-3/+3
2006-10-28[PATCH] md: fix printk format warnings, seen on powerpc64:Randy Dunlap1-2/+2
2006-10-21[PATCH] md: fix calculation of ->degraded for multipath and raid10NeilBrown1-1/+1
2006-10-03[PATCH] md: define ->congested_fn for raid1, raid10, and multipathNeilBrown1-0/+22
2006-10-03[PATCH] md: Improve locking around error handlingNeilBrown1-4/+8
2006-10-03[PATCH] md: remove 'working_disks' from raid10 stateNeilBrown1-8/+4
2006-10-03[PATCH] md: replace magic numbers in sb_dirty with well defined bit flagsNeilBrown1-1/+1
2006-10-03[PATCH] md: factor out part of raid10d into a separate function.NeilBrown1-98/+115
2006-07-10[PATCH] md: include sector number in messages about corrected read errorsNeilBrown1-0/+4
2006-06-26[PATCH] md: Calculate correct array size for raid10 in new offset modeNeilBrown1-1/+7
2006-06-26[PATCH] md: support stripe/offset mode in raid10NeilBrown1-21/+43
2006-06-26[PATCH] md: allow checkpoint of recovery with version-1 superblockNeilBrown1-1/+2