Merge tag 'regmap-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
[linux-flexiantxendom0-3.2.10.git] / drivers / md / raid5.h
2011-12-22 NeilBrownmd/raid5: detect and handle replacements during recovery.
2011-12-22 NeilBrownmd/raid5: writes should get directed to replacement...
2011-12-22 NeilBrownmd/raid5: raid5.h cleanup
2011-12-22 NeilBrownmd/raid5: allow each slot to have an extra replacement...
2011-10-11 NeilBrownmd/raid5: typedef removal: raid5_conf_t -> struct r5conf
2011-10-11 NeilBrownmd: remove typedefs: mdk_thread_t -> struct md_thread
2011-10-11 NeilBrownmd: remove typedefs: mddev_t -> struct mddev
2011-10-11 NeilBrownmd: removing typedefs: mdk_rdev_t -> struct md_rdev
2011-07-28 NeilBrownmd/raid5: Clear bad blocks on successful write.
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-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: replace sh->lock with an 'active' flag.
2011-07-26 NeilBrownmd/raid5: Remove use of sh->lock in sync_request
2011-04-18 NeilBrownmd - remove old plugging code.
2011-03-10 Jens Axboeblock: remove per-queue plugging
2010-09-10 Tejun Heomd: implment REQ_FLUSH/FUA support
2010-07-26 NeilBrownmd/raid5: export raid5 unplugging interface.
2010-07-26 NeilBrownmd/raid5: add simple plugging infrastructure.
2010-07-26 NeilBrownmd/raid5: export is_congested test
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-02-17 Tejun Heopercpu: add __percpu sparse annotations to what's left
2009-10-16 NeilBrownmd: fix problems with RAID6 calculations for DDF.
2009-10-16 Dan Williamsmd/raid456: downlevel multicore operations to raid_run_ops
2009-09-09 Dan WilliamsMerge branch 'dmaengine' into async-tx-next
2009-08-30 Dan Williamsmd/raid6: asynchronous raid6 operations
2009-08-30 Dan Williamsasync_tx: add sum check flags
2009-08-30 Dan Williamsmd/raid5,6: add percpu scribble region for buffer lists
2009-08-30 Dan Williamsmd/raid6: move the spare page to a percpu allocation
2009-06-17 Andre Nollmd: convert conf->chunk_size and conf->prev_chunk to...
2009-06-16 NeilBrownmd: remove mddev_to_conf "helper" macro
2009-03-31 NeilBrownmd/raid5 revise rules for when to update metadata durin...
2009-03-31 NeilBrownmd/raid5: prepare for allowing reshape to change layout
2009-03-31 NeilBrownmd/raid5: prepare for allowing reshape to change chunksize.
2009-03-31 NeilBrownmd/raid5: clearly differentiate 'before' and 'after...
2009-03-31 NeilBrownmd/raid5: change reshape-progress measurement to cope...
2009-03-31 NeilBrownmd/raid5: drop qd_idx from r6_state
2009-03-31 Dan Williamsmd/raid6: move raid6 data processing to raid6_pq.ko
2009-03-31 NeilBrownmd/raid5: refactor raid5 "run"
2009-03-31 NeilBrownmd/raid5: finish support for DDF/raid6
2009-03-31 NeilBrownmd/raid5: Add support for new layouts for raid5 and...
2009-03-31 NeilBrownmd/raid6: remove expectation that Q device is immediate...
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/