Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-flexiantxendom0-3.2.10.git] / drivers / md / raid5.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-25 NeilBrownmd/raid5: fix bug that could result in reads from a...
2011-10-19 Jens AxboeMerge branch 'v3.1-rc10' into for-3.2/core
2011-10-11 NeilBrownmd: rename "mdk_personality" to "md_personality"
2011-10-11 NeilBrownmd/raid5: typedef removal: raid5_conf_t -> struct r5conf
2011-10-11 NeilBrownmd/raid0: typedef removal: raid0_conf_t -> struct r0conf
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 some old DEBUGging code.
2011-10-07 NeilBrownmd/raid5: convert to macros into inline functions.
2011-10-07 NeilBrownmd/raid5: remove pointless NULL test.
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-08-31 NeilBrownmd/raid5: fix a hang on device failure.
2011-07-28 NeilBrownmd/raid5: Clear bad blocks on successful write.
2011-07-28 NeilBrownmd/raid5. Don't write to known bad block on doubtful...
2011-07-28 NeilBrownmd/raid5: write errors should be recorded as bad blocks...
2011-07-28 NeilBrownmd/raid5: use bad-block log to improve handling of...
2011-07-28 NeilBrownmd/raid5: avoid reading from known bad blocks.
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 NeilBrownmd/raid5: Avoid BUG caused by multiple failures.
2011-07-27 Namhyung Kimmd/raid5: move rdev->corrected_errors counting
2011-07-27 Namhyung Kimmd: introduce link/unlink_rdev() helpers
2011-07-27 Christian Dietrichmd/raid: use printk_ratelimited instead of printk_ratelimit
2011-07-27 NeilBrownmd/raid5: finalise new merged handle_stripe.
2011-07-27 NeilBrownmd/raid5: move some more common code into handle_stripe
2011-07-27 NeilBrownmd/raid5: move more common code into handle_stripe
2011-07-27 NeilBrownmd/raid5: unite handle_stripe_dirtying5 and handle_stri...
2011-07-27 NeilBrownmd/raid5: unite fetch_block5 and fetch_block6
2011-07-27 NeilBrownmd/raid5: rearrange a test in fetch_block6.
2011-07-27 NeilBrownmd/raid5: move more code into common handle_stripe
2011-07-27 NeilBrownmd/raid5: Move code for finishing a reconstruction...
2011-07-27 NeilBrownmd/raid5: Remove stripe_head_state arg from handle_stri...
2011-07-26 NeilBrownmd/raid5: move stripe_head_state and more code into...
2011-07-26 NeilBrownmd/raid5: add some more fields to stripe_head_state
2011-07-26 NeilBrownmd/raid5: unify stripe_head_state and r6_state
2011-07-26 NeilBrownmd/raid5: move common code into handle_stripe
2011-07-26 NeilBrownmd/raid5: replace sh->lock with an 'active' flag.
2011-07-26 NeilBrownmd/raid5: Protect some more code with ->device_lock.
2011-07-26 NeilBrownmd/raid5: Remove use of sh->lock in sync_request
2011-07-18 Namhyung Kimmd/raid5: get rid of duplicated call to bio_data_dir()
2011-07-18 Namhyung Kimmd/raid5: use kmem_cache_zalloc()
2011-06-14 Namhyung Kimmd/raid5: remove unusual use of bio_iovec_idx()
2011-06-14 Namhyung Kimmd/raid5: fix FUA request handling in ops_run_io()
2011-06-14 Namhyung Kimmd/raid5: fix raid5_set_bi_hw_segments
2011-06-09 Jonathan BrassowMD: raid5 do not set fullsync
2011-05-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-05-11 NeilBrownmd: allow resync_start to be set while an array is...
2011-05-11 NeilBrownmd: make error_handler functions more uniform and correct.
2011-05-10 Jesper Juhlmd, raid5: Fix spelling error in comment ('Ofcourse...
2011-04-21 Randy Dunlapraid5: fix build error, sector_t usage
2011-04-20 NeilBrownmd: Fix dev_sectors on takeover from raid0 to raid4/5
2011-04-20 NeilBrownmd/raid5: remove setting of ->queue_lock
2011-04-18 NeilBrownmd: incorporate new plugging into raid5.
2011-04-18 NeilBrownmd - remove old plugging code.
2011-04-18 NeilBrownmd: use new plugging interface for RAID IO.
2011-03-10 Jens Axboeblock: remove per-queue plugging
2011-02-21 NeilBrownmd: avoid spinlock problem in blk_throtl_exit
2011-01-31 NeilBrownmd: don't abort checking spares as soon as one cannot...
2011-01-31 NeilBrownmd: fix the test for finding spares in raid5_start_reshape.
2011-01-31 NeilBrownmd: simplify some 'if' conditionals in raid5_start_reshape.
2011-01-13 NeilBrownmd/raid5: handle manually-added spares in start_reshape.
2011-01-13 NeilBrownmd: Don't let implementation detail of curr_resync...
2011-01-13 Jonathan Brassowmd/raid5: use sysfs_notify_dirent_safe to avoid NULL...
2011-01-13 Joe Perchesmd: Fix single printks with multiple KERN_<level>s
2010-10-28 NeilBrownmd: use separate bio pool for each md device.
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: 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-07-26 NeilBrownmd/raid5: export raid5 unplugging interface.
2010-07-26 NeilBrownmd/plug: optionally use plugger to unplug an array...
2010-07-26 NeilBrownmd/raid5: add simple plugging infrastructure.
2010-07-26 NeilBrownmd/raid5: export is_congested test
2010-07-26 NeilBrownraid5: Don't set read-ahead when there is no queue
2010-07-26 NeilBrownmd/raid5: ensure we create a unique name for kmem_cache...
2010-07-21 NeilBrownmd/raid5: factor out code for changing size of stripe...
2010-07-21 NeilBrownmd: reduce dependence on sysfs.
2010-06-24 NeilBrownmd/raid5: don't include 'spare' drives when reshaping...
2010-06-24 NeilBrownmd/raid5: add a missing 'continue' in a loop.
2010-06-24 NeilBrownmd/raid5: Allow recovered part of partially recovered...
2010-06-24 NeilBrownmd/raid5: More careful check for "has array failed".
2010-06-24 NeilBrownmd: Don't update ->recovery_offset when reshaping an...
2010-06-24 NeilBrownmd/raid5: avoid oops when number of devices is reduced...
2010-05-27 Akinobu Mitamd: convert cpu notifier to return encapsulate errno...
2010-05-21 NeilBrownMerge commit '3ff195b011d7decf501a4d55aeed312731094796...
2010-05-18 Gabriele A. Trombettimd/raid6: Fix raid-6 read-error correction in degraded...
2010-05-18 NeilBrownmd/raid5: improve consistency of error messages.
2010-05-18 Dan Williamsmd/raid4: permit raid0 takeover
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 NeilBrownmd/raid5: small tidyup in raid5_align_endio
next