Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / drivers / md / raid10.c
2010-05-18 NeilBrownmd: Fix read balancing in RAID1 and RAID10 on drives...
2010-05-18 NeilBrownmd/raid10: tidy up printk messages.
2010-05-18 NeilBrownmd: pass mddev to make_request functions rather than...
2010-05-18 NeilBrownmd: move io accounting out of personalities into md_mak...
2010-05-18 Trela, Maciejmd: Add support for Raid0->Raid10 takeover
2010-05-18 NeilBrownmd: don't use mddev->raid_disks in raid0 or raid10...
2010-05-18 H Hartley Sweetendrivers/md: Remove unnecessary casts of void *
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-16 NeilBrownmd: deal with merge_bvec_fn in component devices better.
2010-02-26 Martin K. Petersenblock: Rename blk_queue_max_sectors to blk_queue_max_hw...
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2009-12-14 NeilBrownmd: add MODULE_DESCRIPTION for all md related modules.
2009-12-14 Robert Beckerraid: improve MD/raid10 handling of correctable read...
2009-12-14 Robert Beckermd/raid10: print more useful messages on device failure.
2009-12-14 NeilBrownmd: remove needless setting of thread->timeout in raid1...
2009-12-14 NeilBrownmd: change daemon_sleep to be in 'jiffies' rather than...
2009-12-14 NeilBrownmd: move offset, daemon_sleep and chunksize out of...
2009-12-14 NeilBrownmd: support barrier requests on all personalities.
2009-10-16 NeilBrownmd: raid1/raid10: handle allocation errors during array...
2009-10-16 NeilBrownmd/raid1/raid10: add a cond_resched
2009-09-23 Dmitry Monakhovmd: raid-1/10: fix RW bits manipulation
2009-09-23 NeilBrownmd: report device as congested when suspended
2009-09-23 NeilBrownmd: Improve name of threads created by md_register_thread
2009-09-23 NeilBrownmd: remove sparse waring "symbol xxx shadows an earlier...
2009-09-11 Jens Axboebio: first step in sanitizing the bio->bi_rw flag testing
2009-08-03 Andre Nollmd: Push down data integrity code to personalities.
2009-07-01 Martin K. Petersenmd: Use new topology calls to indicate alignment and...
2009-06-17 Andre Nollmd: Push down reconstruction log message to personality...
2009-06-17 Andre Nollmd: Make mddev->chunk_size sector-based.
2009-06-16 raz ben yehudamd: raid10: chunk size check in run
2009-06-16 NeilBrownmd: remove mddev_to_conf "helper" macro
2009-05-22 Martin K. Petersenblock: Use accessor functions for queue limits
2009-05-07 NeilBrownmd/raid10: don't clear bitmap during recovery if array...
2009-04-15 Christoph Hellwigblock: move bio list helpers into bio.h
2009-03-31 Dan Williamsmd: 'array_size' sysfs attribute
2009-03-31 Dan Williamsmd: centralize ->array_sectors modifications
2009-03-31 Dan Williamsmd: add 'size' as a personality method
2009-03-31 NeilBrownmd: enable suspend/resume of md devices.
2009-03-31 Andre Nollmd: Make mddev->size sector-based.
2009-03-31 NeilBrownmd: move md_k.h from include/linux/raid/ to drivers/md/
2009-03-31 NeilBrownmd: move lots of #include lines out of .h files and...
2009-03-31 Christoph Hellwigmd: move headers out of include/linux/raid/
2009-02-25 NeilBrownmd: avoid races when stopping resync.
2009-02-25 NeilBrownmd/raid10: Don't call bitmap_cond_end_sync when we...
2009-02-25 NeilBrownmd/raid10: Don't skip more than 1 bitmap-chunk at...
2009-01-08 Cheng Renquanmd: use list_for_each_entry macro directly
2008-11-13 Neil Brownmd: fix bug in raid10 recovery.
2008-11-07 Neil Brown- patches./md-raid10-recovoery-fix.path: md: fix bug
2008-11-06 NeilBrownmd: fix bug in raid10 recovery.
2008-10-24 Hannes Reinecke- Include patches from upstream:
2008-10-15 Stephen Rothwellmd: build failure due to missing delay.h
2008-10-13 NeilBrownmd: Relax minimum size restrictions on chunk_size.
2008-10-09 Denis ChengRqblock: mark bio_split_pool static
2008-10-09 Tejun Heoblock: move stats from disk to part0
2008-10-09 Tejun Heoblock: fix diskstats access
2008-10-09 Jens Axboeblock: raid fixups for removal of bi_hw_segments
2008-10-09 Mikulas Patockadrop vmerge accounting
2008-08-26 Thomas Renninger Vendor specific drivers vs generic video driver.
2008-08-05 NeilBrownAllow raid10 resync to happening in larger chunks.
2008-08-01 Linus TorvaldsMerge branch 'for-linus' of git://neil.brown.name/md
2008-08-01 Arthur Jonesmd: raid10: wake up frozen array
2008-07-21 Linus TorvaldsMerge branch 'for-linus' of git://neil.brown.name/md
2008-07-21 Andre Nollmd: Make mddev->array_size sector-based.
2008-07-03 Alasdair G KergonAdd bvec_merge_data to handle stacked devices and ...
2008-06-27 Neil Brownrationalise return value for ->hot_add_disk method.
2008-06-27 Neil BrownSupport adding a spare to a live md array with external...
2008-06-27 Neil BrownEnsure interrupted recovery completed properly (v1...
2008-05-24 NeilBrownmd: restart recovery cleanly after device failure.
2008-05-15 Neil BrownRemove blkdev warning triggered by using md
2008-05-08 Harvey Harrisonmisc: fix integer as NULL pointer warnings
2008-04-30 Dan Williamsmd: support blocking writes to an array on device failure
2008-04-28 Nick Andrewraid: remove leading TAB on printk messages
2008-03-05 K.Tanakamd: the md RAID10 resync thread could cause a md RAID10...
2008-03-05 NeilBrownmd: fix possible raid1/raid10 deadlock on read error...
2008-03-05 Keld Simonsenmd: don't attempt read-balancing for raid10 'far' layouts
2008-03-05 NeilBrownmd: fix deadlock in md/raid1 and md/raid10 when handlin...
2008-02-25 Jeff Mahoney- Update to 2.6.25-rc3.
2008-02-06 NeilBrownmd: change ITERATE_RDEV to rdev_for_each
2008-02-06 NeilBrownmd: allow a maximum extent to be set for resyncing
2008-02-06 NeilBrownmd: Update md bitmap during resync.
2007-11-09 Alan D. BrunelleAdd UNPLUG traces to all appropriate places
2007-11-07 Jeff Mahoney-rc2 for real this time. ;)
2007-10-16 Jens Axboeblock: convert blkdev_issue_flush() to use empty barriers
2007-10-10 NeilBrownDrop 'size' argument from bio_endio and bi_end_io
2007-08-09 Maik Hampelmd: raid10: fix use-after-free of bio
2007-08-09 Arne Redlichmd: handle writes to broken raid10 arrays gracefully
2007-07-31 Arne Redlichmd: handle writes to broken raid10 arrays gracefully
2007-07-31 Maik Hampelmd: raid10: fix use-after-free of bio
2007-07-24 Jens Axboe[BLOCK] Get rid of request_queue_t typedef
2007-07-17 NeilBrownmd: change bitmap_unplug and others to void functions
2007-06-16 NeilBrownmd: fix two raid10 bugs
2007-03-09 NeilBrownmd: Fix raid10 recovery problem.
2007-03-01 NeilBrown[PATCH] md: fix raid10 recovery problem.
2007-01-12 Lars Ellenberg[PATCH] md: pass down BIO_RW_SYNC in raid{1,10}
2006-12-13 NeilBrown[PATCH] md: Don't assume that READ==0 and WRITE==1...
2006-11-04 NeilBrown[PATCH] md: Fix calculation of ->degraded for multipath...
2006-10-28 Randy Dunlap[PATCH] md: fix printk format warnings, seen on powerpc64:
2006-10-21 NeilBrown[PATCH] md: fix calculation of ->degraded for multipath...
2006-10-03 NeilBrown[PATCH] md: define ->congested_fn for raid1, raid10...
2006-10-03 NeilBrown[PATCH] md: Improve locking around error handling
next