md/raid10: fix transcription error in calc_sectors conversion.
[linux-flexiantxendom0-3.2.10.git] / drivers / md / raid10.c
2012-05-18 NeilBrownmd/raid10: fix transcription error in calc_sectors...
2012-05-17 NeilBrownmd/raid10: set dev_sectors properly when resizing devic...
2012-04-12 majianpengmd/raid1,raid10: Fix calculation of 'vcnt' when process...
2012-04-03 NeilBrownmd/raid1,raid10: don't compare excess byte during consi...
2012-03-19 NeilBrownmd/raid10 - support resizing some RAID10 arrays.
2012-03-19 NeilBrownmd/raid10: handle merge_bvec_fn in member devices.
2012-03-19 NeilBrownmd: tidy up rdev_for_each usage.
2012-03-19 NeilBrownmd/raid1,raid10: avoid deadlock during resync/recovery.
2012-03-19 NeilBrownmd: allow re-add to failed arrays.
2012-03-13 NeilBrownmd/raid10: remove unnecessary smp_mb() from end_sync_write
2012-03-05 NeilBrownmd/raid10: fix assembling of arrays with replacement...
2012-02-14 NeilBrownmd/raid10: fix handling of error on last working device...
2011-12-22 NeilBrownmd/raid10: If there is a spare and a want_replacement...
2011-12-22 NeilBrownmd/raid10: recognise replacements when assembling array.
2011-12-22 NeilBrownmd/raid10: Allow replacement device to be replace old...
2011-12-22 NeilBrownmd/raid10: handle recovery of replacement devices.
2011-12-22 NeilBrownmd/raid10: Handle replacement devices during resync.
2011-12-22 NeilBrownmd/raid10: writes should get directed to replacement...
2011-12-22 NeilBrownmd/raid10: allow removal of failed replacement devices.
2011-12-22 NeilBrownmd/raid10: preferentially read from replacement device...
2011-12-22 NeilBrownmd/raid10: change read_balance to return an rdev
2011-12-22 NeilBrownmd/raid10: prepare data structures for handling replace...
2011-12-22 NeilBrownmd: change hot_remove_disk to take an rdev rather than...
2011-11-07 Linus TorvaldsMerge branch 'modsplit-Oct31_2011' of git://git./linux...
2011-11-05 Linus TorvaldsMerge branch 'for-3.2/core' of git://git.kernel.dk...
2011-10-31 Paul Gortmakermd: Add module.h to all files using it implicitly
2011-10-31 NeilBrownmd/raid10: Fix bug when activating a hot-spare.
2011-10-26 NeilBrownmd: Fix some bugs in recovery_disabled handling.
2011-10-19 Jens AxboeMerge branch 'v3.1-rc10' into for-3.2/core
2011-10-11 NeilBrownmd: add proper write-congestion reporting to RAID1...
2011-10-11 NeilBrownmd: rename "mdk_personality" to "md_personality"
2011-10-11 NeilBrownmd/raid10: typedef removal: conf_t -> struct r10conf
2011-10-11 NeilBrownmd/raid0: typedef removal: raid0_conf_t -> struct r0conf
2011-10-11 NeilBrownmd: remove typedefs: mirror_info_t -> struct mirror_info
2011-10-11 NeilBrownmd: remove typedefs: r10bio_t -> struct r10bio and...
2011-10-11 NeilBrownmd: remove typedefs: mddev_t -> struct mddev
2011-10-11 NeilBrownmd: removing typedefs: mdk_rdev_t -> struct md_rdev
2011-09-21 NeilBrownmd: Avoid waking up a thread after it has been freed.
2011-09-12 Christoph Hellwigblock: remove support for bio remapping from ->make_request
2011-09-10 NeilBrownmd/raid1,10: Remove use-after-free bug in make_request.
2011-09-10 NeilBrownmd/raid10: unify handling of write completion.
2011-07-28 NeilBrownmd/raid10: handle further errors during fix_read_error...
2011-07-28 NeilBrownmd/raid10: Handle read errors during recovery better.
2011-07-28 NeilBrownmd/raid10: simplify read error handling during recovery.
2011-07-28 NeilBrownmd/raid10: record bad blocks due to write errors during...
2011-07-28 NeilBrownmd/raid10: attempt to fix read errors during resync...
2011-07-28 NeilBrownmd/raid10: Handle write errors by updating badblock...
2011-07-28 NeilBrownmd/raid10: clear bad-block record when write succeeds.
2011-07-28 NeilBrownmd/raid10: avoid writing to known bad blocks on known...
2011-07-28 NeilBrownmd/raid10 record bad blocks as needed during recovery.
2011-07-28 NeilBrownmd/raid10: avoid reading known bad blocks during resync...
2011-07-28 NeilBrownmd/raid10 - avoid reading from known bad blocks - part 3
2011-07-28 NeilBrownmd/raid10: avoid reading from known bad blocks - part 2
2011-07-28 NeilBrownmd/raid10: avoid reading from known bad blocks - part 1
2011-07-28 NeilBrownmd/raid10: Split handle_read_error out from raid10d.
2011-07-28 NeilBrownmd/raid10: simplify/reindent some loops.
2011-07-28 NeilBrownmd: make it easier to wait for bad blocks to be acknowl...
2011-07-28 NeilBrownmd: don't allow arrays to contain devices with bad...
2011-07-27 Namhyung Kimmd/raid10: move rdev->corrected_errors counting
2011-07-27 NeilBrownmd/raid10: Improve decision on whether to fail a device...
2011-07-27 NeilBrownmd/raid10: Make use of new recovery_disabled handling
2011-07-27 Christian Dietrichmd/raid: use printk_ratelimited instead of printk_ratelimit
2011-07-18 Namhyung Kimmd/raid10: share pages between read and write bio's...
2011-07-18 Namhyung Kimmd/raid10: factor out common bio handling code
2011-07-18 Namhyung Kimmd/raid10: get rid of duplicated conditional expression
2011-05-11 NeilBrownmd/raid10: reformat some loops with less indenting.
2011-05-11 NeilBrownmd/raid10: remove unused variable.
2011-05-11 NeilBrownmd/raid10: make more use of 'slot' in raid10d.
2011-05-11 NeilBrownmd/raid10: some tidying up in fix_read_error
2011-05-11 NeilBrownmd: simplify raid10 read_balance
2011-04-18 NeilBrownmd: fix up raid1/raid10 unplugging.
2011-04-18 NeilBrownmd: use new plugging interface for RAID IO.
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-17 Martin K. Petersenblock: Require subsystems to explicitly allocate bio_se...
2011-03-10 Jens AxboeMerge branch 'for-2.6.39/stack-plug' into for-2.6.39...
2011-03-10 Jens Axboeblock: remove per-queue plugging
2011-02-21 NeilBrownmd: avoid spinlock problem in blk_throtl_exit
2011-02-08 Krzysztof WojcikFIX: md: process hangs at wait_barrier after 0->10...
2011-01-13 Jonathan Brassowmd-new-param-to_sync_page_io
2011-01-13 Joe Perchesmd: Fix single printks with multiple KERN_<level>s
2010-12-09 NeilBrownmd: protect against NULL reference when waiting to...
2010-10-28 NeilBrownmd: use separate bio pool for each md device.
2010-10-28 NeilBrownmd: change type of first arg to sync_page_io.
2010-10-28 NeilBrownmd: use bio_kmalloc rather than bio_alloc when failure...
2010-10-28 NeilBrownmd: Fix possible deadlock with multiple mempool allocat...
2010-10-28 NeilBrownmd: use sector_t in bitmap_get_counter
2010-09-10 Tejun Heomd: implment REQ_FLUSH/FUA support
2010-08-18 NeilBrownmd raid-1/10 Fix bio_rw bit manipulations again
2010-08-18 NeilBrownmd: provide appropriate return value for spare_active...
2010-08-18 Adrian Drzewieckimd: Notify sysfs when RAID1/5/10 disk is In_sync.
2010-08-11 Linus TorvaldsMerge branch 'for-linus' of git://neil.brown.name/md
2010-08-10 Linus TorvaldsMerge branch 'for-linus' of git://neil.brown.name/md
2010-08-07 Christoph Hellwigblock: unify flags for struct bio and struct request
2010-08-07 NeilBrownmd/raid10: fix deadlock with unaligned read during...
2010-06-24 Maciej Trelamd: fix raid10 takeover: use new_layout for setup_conf
2010-06-24 NeilBrownmd: fix handling of array level takeover that re-arrang...
2010-06-24 Prasanna S. Pancha... md: raid10: Fix null pointer dereference in fix_read_er...
2010-05-21 NeilBrownMerge commit '3ff195b011d7decf501a4d55aeed312731094796...
2010-05-18 NeilBrownmd: Fix read balancing in RAID1 and RAID10 on drives...
2010-05-18 NeilBrownmd/raid10: tidy up printk messages.
next