summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid1.c
Commit message (Expand)AuthorAgeFilesLines
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-12/+10
* Merge commit '3ff195b011d7decf501a4d55aeed312731094796' into for-linusNeilBrown2010-05-221-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | md: Fix read balancing in RAID1 and RAID10 on drives > 2TBNeilBrown2010-05-181-2/+2
* | md/raid1: improve printk messagesNeilBrown2010-05-181-28/+29
* | md/raid1: delay reads that could overtake behind-writes.NeilBrown2010-05-181-7/+18
* | md/raid1: fix confusing 'redirect sector' message.NeilBrown2010-05-181-4/+4
* | md: pass mddev to make_request functions rather than request_queueNeilBrown2010-05-181-2/+1
* | md: remove ->changed and related code.NeilBrown2010-05-181-1/+0
* | md: move io accounting out of personalities into md_make_requestNeilBrown2010-05-181-7/+0
* | drivers/md: Remove unnecessary casts of void *H Hartley Sweeten2010-05-181-4/+4
* | md/raid1: fix counting of write targets.NeilBrown2010-05-181-2/+3
|/
* md: deal with merge_bvec_fn in component devices better.NeilBrown2010-03-161-11/+17
* block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-261-2/+2
* md: add MODULE_DESCRIPTION for all md related modules.NeilBrown2009-12-141-0/+1
* md: move offset, daemon_sleep and chunksize out of bitmap structureNeilBrown2009-12-141-1/+2
* md/raid1: add takeover support for raid5->raid1NeilBrown2009-12-141-76/+115
* md: add honouring of suspend_{lo,hi} to raid1.NeilBrown2009-12-141-0/+22
* md: revert incorrect fix for read error handling in raid1.NeilBrown2009-12-011-3/+4
* md: raid1/raid10: handle allocation errors during array setup.NeilBrown2009-10-161-2/+3
* md/raid1/raid10: add a cond_reschedNeilBrown2009-10-161-0/+1
* 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
OpenPOWER on IntegriCloud