aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid10.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-23md: raid-1/10: fix RW bits manipulationDmitry Monakhov1-3/+3
2009-09-23md: report device as congested when suspendedNeilBrown1-0/+2
2009-09-23md: Improve name of threads created by md_register_threadNeilBrown1-1/+1
2009-09-23md: remove sparse waring "symbol xxx shadows an earlier one"NeilBrown1-1/+1
2009-09-11bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe1-3/+3
2009-08-03md: Push down data integrity code to personalities.Andre Noll1-0/+4
2009-07-01md: Use new topology calls to indicate alignment and I/O sizesMartin K. Petersen1-6/+13
2009-06-18md: Push down reconstruction log message to personality code.Andre Noll1-0/+4
2009-06-18md: Make mddev->chunk_size sector-based.Andre Noll1-7/+8
2009-06-16md: raid10: chunk size check in runraz ben yehuda1-2/+3
2009-06-16md: remove mddev_to_conf "helper" macroNeilBrown1-21/+21
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen1-4/+4
2009-05-07md/raid10: don't clear bitmap during recovery if array will still be degraded.NeilBrown1-6/+6
2009-04-15block: move bio list helpers into bio.hChristoph Hellwig1-1/+0
2009-03-31md: 'array_size' sysfs attributeDan Williams1-1/+1
2009-03-31md: centralize ->array_sectors modificationsDan Williams1-1/+1
2009-03-31md: add 'size' as a personality methodDan Williams1-2/+22
2009-03-31md: enable suspend/resume of md devices.NeilBrown1-0/+3
2009-03-31md: Make mddev->size sector-based.Andre Noll1-3/+3
2009-03-31md: move md_k.h from include/linux/raid/ to drivers/md/NeilBrown1-1/+1
2009-03-31md: move lots of #include lines out of .h files and into .cNeilBrown1-1/+4
2009-03-31md: move headers out of include/linux/raid/Christoph Hellwig1-2/+2
2009-02-25md: avoid races when stopping resync.NeilBrown1-3/+4
2009-02-25md/raid10: Don't call bitmap_cond_end_sync when we are doing recovery.NeilBrown1-2/+2
2009-02-25md/raid10: Don't skip more than 1 bitmap-chunk at a time during recovery.NeilBrown1-4/+4
2009-01-09md: use list_for_each_entry macro directlyCheng Renquan1-2/+1
2008-11-06md: fix bug in raid10 recovery.NeilBrown1-1/+1
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