md: move lots of #include lines out of .h files and into .c
[safe/jmp/linux-2.6] / drivers / md / raid5.c
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-01-08 Cheng Renquanmd: use list_for_each_entry macro directly
2008-10-13 NeilBrownmd: Relax minimum size restrictions on chunk_size.
2008-10-13 NeilBrownmd: remove space after function name in declaration...
2008-10-13 NeilBrownmd: Remove unnecessary #includes, #defines, and functio...
2008-10-09 Tejun Heoblock: move stats from disk to part0
2008-10-09 Tejun Heoblock: fix diskstats access
2008-10-09 Jens Axboeblock: make bi_phys_segments an unsigned int instead...
2008-10-09 Jens Axboeblock: raid fixups for removal of bi_hw_segments
2008-08-05 NeilBrownDon't let a blocked_rdev interfere with read request...
2008-08-05 NeilBrownFail safely when trying to grow an array with a write...
2008-08-01 Linus TorvaldsMerge branch 'for-linus' of git://neil.brown.name/md
2008-07-29 Dan Williamsmd: do not progress the resync process if the stripe...
2008-07-23 Dan Williamsmd: fix merge error
2008-07-23 Dan Williamsmd: move async_tx_issue_pending_all outside spin_lock_irq
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-14 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2008-07-10 Dan Williamsmd: ensure all blocks are uptodate or locked when syncing
2008-07-03 Alasdair G KergonAdd bvec_merge_data to handle stacked devices and ...
2008-07-01 Dan Williamsmd: resolve external metadata handling deadlock in...
2008-06-27 Dan Williamsmd: rationalize raid5 function names
2008-06-27 Dan Williamsmd: handle operation chaining in raid5_run_ops
2008-06-27 Dan Williamsmd: replace R5_WantPrexor with R5_WantDrain, add 'prexo...
2008-06-27 Dan Williamsmd: replace STRIPE_OP_{BIODRAIN,PREXOR,POSTXOR} with...
2008-06-27 Dan Williamsmd: replace STRIPE_OP_COMPUTE_BLK with STRIPE_COMPUTE_RUN
2008-06-27 Dan Williamsmd: replace STRIPE_OP_BIOFILL with STRIPE_BIOFILL_RUN
2008-06-27 Dan Williamsmd: replace STRIPE_OP_CHECK with 'check_states'
2008-06-27 Dan Williamsmd: unify raid5/6 i/o submission
2008-06-27 Dan Williamsmd: use stripe_head_state in ops_run_io()
2008-06-27 Dan Williamsmd: kill STRIPE_OP_IO flag
2008-06-27 Dan Williamsmd: kill STRIPE_OP_MOD_DMA in raid5 offload
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 Brownuse bio_endio instead of a call to bi_end_io
2008-06-27 Neil BrownDon't acknowlege that stripe-expand is complete until...
2008-06-27 Neil BrownEnsure interrupted recovery completed properly (v1...
2008-06-06 Dan Williamsmd: do not compute parity unless it is on a failed...
2008-06-06 Dan Williamsmd: fix prexor vs sync_request race
2008-05-24 NeilBrownmd: restart recovery cleanly after device failure.
2008-05-24 Bernd Schubertmd: md: raid5 rate limit error printk
2008-05-15 Neil BrownRemove blkdev warning triggered by using md
2008-05-13 Dan Williamsmd: fix raid5 'repair' operations
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-04-28 Dan Williamsmd: raid5.c convert simple_strtoul to strict_strtoul
2008-04-28 Dan Williamsmd: introduce get_priority_stripe() to improve raid456...
2008-04-28 Harvey Harrisonmd: replace remaining __FUNCTION__ occurrences
2008-04-11 Dan Williamsmd: close a livelock window in handle_parity_checks5
2008-03-20 Andrew Mortondrivers/md/raid5.c: fix printk warnings
2008-02-06 NeilBrownmd: fix an occasional deadlock in raid5
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.
2008-01-09 Dan Williamsmd: fix data corruption when a degraded raid5 array...
2007-11-15 Dan Williamsraid5: fix unending write sequence
2007-11-09 Alan D. BrunelleAdd UNPLUG traces to all appropriate places
2007-11-05 Neil Brownmd: fix misapplied patch in raid5.c
2007-10-23 Dan Williamsmd: raid5: fix clearing of biofill operations
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-09-24 Dan Williamsraid5: fix 2 bugs in ops_complete_biofill
2007-09-12 NeilBrownmd: fix some bugs with growing raid5/raid6 arrays.
2007-07-24 Jens Axboe[BLOCK] Get rid of request_queue_t typedef
2007-07-20 Dan Williamsasync_tx: fix kmap_atomic usage in async_memcpy
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-13 Dan Williamsmd: remove raid5 compute_block and compute_parity5
2007-07-13 Dan Williamsmd: handle_stripe5 - request io processing in raid5_run_ops
2007-07-13 Dan Williamsmd: handle_stripe5 - add request/completion logic for...
2007-07-13 Dan Williamsmd: handle_stripe5 - add request/completion logic for...
2007-07-13 Dan Williamsmd: handle_stripe5 - add request/completion logic for...
2007-07-13 Dan Williamsmd: handle_stripe5 - add request/completion logic for...
2007-07-13 Dan Williamsmd: handle_stripe5 - add request/completion logic for...
2007-07-13 Dan Williamsmd: common infrastructure for running operations with...
2007-07-13 Dan Williamsmd: raid5_run_ops - run stripe operations outside sh...
2007-07-13 Dan Williamsraid5: replace custom debug PRINTKs with standard pr_debug
2007-07-13 Dan Williamsraid5: refactor handle_stripe5 and handle_stripe6 (v3)
2007-07-13 Dan Williamsasync_tx: add the async_tx api
2007-07-13 Dan Williamsxor: make 'xor_blocks' a library routine for use with...
2007-05-10 Linus TorvaldsRevert "md: improve partition detection in md array"
2007-05-09 NeilBrownmd: improve partition detection in md array
2007-05-09 NeilBrownmd: remove the slash from the name of a kmem_cache...
2007-03-27 NeilBrown[PATCH] md: convert compile time warnings into runtime...
2007-03-27 NeilBrown[PATCH] md: clear the congested_fn when stopping a...
2007-03-27 NeilBrown[PATCH] md: allow raid4 arrays to be reshaped
2007-03-05 NeilBrown[PATCH] md: fix for raid6 reshape
2007-03-01 NeilBrown[PATCH] md: add support for reshape of a raid6
2007-03-01 NeilBrown[PATCH] md: restart a (raid5) reshape that has been...
2007-02-09 Neil Brown[PATCH] md: fix various bugs with aligned reads in...
2007-01-26 NeilBrown[PATCH] md: remove unnecessary printk when raid5 gets...
2007-01-26 NeilBrown[PATCH] md: fix potential memalloc deadlock in md
2006-12-13 NeilBrown[PATCH] md: Don't assume that READ==0 and WRITE==1...
2006-12-10 NeilBrown[PATCH] md: return a non-zero error to bi_end_io as...
2006-12-10 NeilBrown[PATCH] md: remove some old ifdefed-out code from raid5.c
2006-12-10 NeilBrown[PATCH] md: fix innocuous bug in raid6 stripe_to_pdidx
2006-12-10 Raz Ben-Jehuda(caro)[PATCH] md: enable bypassing cache for reads
2006-12-10 Raz Ben-Jehuda(caro)[PATCH] md: allow reads that have bypassed the cache...
2006-12-10 Raz Ben-Jehuda(caro)[PATCH] md: handle bypassing the read cache (assuming...
2006-12-10 Raz Ben-Jehuda(caro)[PATCH] md: define raid5_mergeable_bvec
next