Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-flexiantxendom0-3.2.10.git] / drivers / md / raid1.c
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-26 NeilBrownmd: Fix some bugs in recovery_disabled handling.
2011-10-24 Tao Mablock: Remove the control of complete cpu from bio.
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/raid1: typedef removal: conf_t -> struct r1conf
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-10-07 NeilBrownmd: remove PRINTK and dprintk debugging and use pr_debug
2011-10-07 NeilBrownmd/raid1/ avoid bio search in end_sync_read()
2011-10-07 Namhyung Kimmd/raid1: factor out common bio handling code
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-07-28 NeilBrownmd/raid1: factor several functions out or raid1d()
2011-07-28 NeilBrownmd/raid1: improve handling of read failure during recovery.
2011-07-28 NeilBrownmd/raid1: record badblocks found during resync etc.
2011-07-28 NeilBrownmd/raid1: Handle write errors by updating badblock...
2011-07-28 NeilBrownmd/raid1: store behind-write pages in bi_vecs.
2011-07-28 NeilBrownmd/raid1: clear bad-block record when write succeeds.
2011-07-28 NeilBrownmd/raid1: avoid writing to known-bad blocks on known...
2011-07-28 NeilBrownmd: make it easier to wait for bad blocks to be acknowl...
2011-07-28 NeilBrownmd/raid1: avoid reading known bad blocks during resync
2011-07-28 NeilBrownmd/raid1: avoid reading from known bad blocks.
2011-07-28 NeilBrownmd: don't allow arrays to contain devices with bad...
2011-07-27 Jonathan BrassowMD: raid1 s/sysfs_notify_dirent/sysfs_notify_dirent_safe
2011-07-27 Namhyung Kimmd/raid1: move rdev->corrected_errors counting
2011-07-27 NeilBrownmd: change managed of recovery_disabled.
2011-07-27 Namhyung Kimmd: introduce link/unlink_rdev() helpers
2011-07-27 Christian Dietrichmd/raid: use printk_ratelimited instead of printk_ratelimit
2011-06-08 Jonathan BrassowMD: raid1 changes to allow use by device mapper
2011-05-11 NeilBrownmd: allow resync_start to be set while an array is...
2011-05-11 NeilBrownmd/raid1: improve handling of pages allocated for write...
2011-05-11 NeilBrownmd/raid1: try fix_sync_read_error before process_checks.
2011-05-11 NeilBrownmd/raid1: tidy up new functions: process_checks and...
2011-05-11 NeilBrownmd/raid1: split out two sub-functions from sync_request...
2011-05-11 NeilBrownmd/raid1: clean up read_balance.
2011-04-18 NeilBrownmd: fix up raid1/raid10 unplugging.
2011-04-18 NeilBrownmd: use new plugging interface for RAID IO.
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-01-13 Jonathan Brassowmd-new-param-to_sync_page_io
2011-01-13 Joe Perchesmd: Fix single printks with multiple KERN_<level>s
2010-11-24 NeilBrownmd/raid1: really fix recovery looping when single good...
2010-10-29 NeilBrownmd: tidy up device searches in read_balance.
2010-10-29 NeilBrownmd/raid1: fix some typos in comments.
2010-10-29 NeilBrownmd/raid1: discard unused variable.
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/raid1: perform mem allocation before disabling write...
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-10-19 Jens AxboeMerge branch 'v2.6.36-rc8' into for-2.6.37/barrier
2010-10-07 NeilBrownmd/raid1: minor bio initialisation improvements.
2010-10-07 NeilBrownmd/raid1: avoid overflow in raid1 resync when bitmap...
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-07 Christoph Hellwigblock: unify flags for struct bio and struct request
2010-05-21 NeilBrownMerge commit '3ff195b011d7decf501a4d55aeed312731094796...
2010-05-18 NeilBrownmd: Fix read balancing in RAID1 and RAID10 on drives...
2010-05-18 NeilBrownmd/raid1: improve printk messages
2010-05-18 NeilBrownmd/raid1: delay reads that could overtake behind-writes.
2010-05-18 NeilBrownmd/raid1: fix confusing 'redirect sector' message.
2010-05-18 NeilBrownmd: pass mddev to make_request functions rather than...
2010-05-18 NeilBrownmd: remove ->changed and related code.
2010-05-18 NeilBrownmd: move io accounting out of personalities into md_mak...
2010-05-18 H Hartley Sweetendrivers/md: Remove unnecessary casts of void *
2010-05-18 NeilBrownmd/raid1: fix counting of write targets.
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...
2009-12-14 NeilBrownmd: add MODULE_DESCRIPTION for all md related modules.
2009-12-14 NeilBrownmd: move offset, daemon_sleep and chunksize out of...
2009-12-14 NeilBrownmd/raid1: add takeover support for raid5->raid1
2009-12-14 NeilBrownmd: add honouring of suspend_{lo,hi} to raid1.
2009-12-01 NeilBrownmd: revert incorrect fix for read error handling in...
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-11 Jens Axboebio: first step in sanitizing the bio->bi_rw flag testing
2009-08-03 NeilBrownmd: Use revalidate_disk to effect changes in size of...
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: Convert mddev->new_chunk to sectors.
2009-06-17 Andre Nollmd: Make mddev->chunk_size sector-based.
2009-06-16 NeilBrownmd: remove mddev_to_conf "helper" macro
2009-05-22 Martin K. Petersenblock: Use accessor functions for queue limits
next