summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid1.c
Commit message (Expand)AuthorAgeFilesLines
* md: raid-1/10: fix RW bits manipulationDmitry Monakhov2009-09-231-4/+6
* md: report device as congested when suspendedNeilBrown2009-09-231-0/+3
* md: Improve name of threads created by md_register_threadNeilBrown2009-09-231-1/+1
* bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe2009-09-111-6/+8
* md: Use revalidate_disk to effect changes in size of device.NeilBrown2009-08-031-0/+1
* md: Push down data integrity code to personalities.Andre Noll2009-08-031-2/+4
* md: Use new topology calls to indicate alignment and I/O sizesMartin K. Petersen2009-07-011-5/+4
* md: Push down reconstruction log message to personality code.Andre Noll2009-06-181-0/+4
* md: Convert mddev->new_chunk to sectors.Andre Noll2009-06-181-2/+2
* md: Make mddev->chunk_size sector-based.Andre Noll2009-06-181-2/+2
* md: remove mddev_to_conf "helper" macroNeilBrown2009-06-161-19/+19
* block: Use accessor functions for queue limitsMartin K. Petersen2009-05-221-2/+2
* block: move bio list helpers into bio.hChristoph Hellwig2009-04-151-1/+0
* md/raid1: fix build breakageAlexander Beregalov2009-04-061-1/+1
* md/raid1 - don't assume newly allocated bvecs are initialised.NeilBrown2009-04-061-3/+4
* md: 'array_size' sysfs attributeDan Williams2009-03-311-2/+4
* md: centralize ->array_sectors modificationsDan Williams2009-03-311-2/+2
* md: add 'size' as a personality methodDan Williams2009-03-311-2/+11
* md: enable suspend/resume of md devices.NeilBrown2009-03-311-0/+3
* md: Make mddev->size sector-based.Andre Noll2009-03-311-5/+5
* md: move md_k.h from include/linux/raid/ to drivers/md/NeilBrown2009-03-311-1/+1
* md: move lots of #include lines out of .h files and into .cNeilBrown2009-03-311-1/+4
* md: move headers out of include/linux/raid/Christoph Hellwig2009-03-311-2/+2
* md: avoid races when stopping resync.NeilBrown2009-02-251-1/+2
* md: Allow read error in a single drive raid1 to be passed up.NeilBrown2009-02-061-1/+2
* md: don't retry recovery of raid1 that fails due to error on source drive.NeilBrown2009-01-091-2/+6
* md: use list_for_each_entry macro directlyCheng Renquan2009-01-091-2/+1
* 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
OpenPOWER on IntegriCloud