dm raid1: use list_split_init
[safe/jmp/linux-2.6] / drivers / md / raid5.c
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
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-11-09 NeilBrown[PATCH] md: fix sizing problem with raid5-reshape and...
2006-10-03 Eric SesterhennBUG_ON cleanup for drivers/md/
2006-10-03 NeilBrown[PATCH] md: add a ->congested_fn function for raid5/6
2006-10-03 NeilBrown[PATCH] md: Improve locking around error handling
2006-10-03 Coywolf Qi Hunt[PATCH] md: remove unnecessary variable x in stripe_to_...
2006-10-03 NeilBrown[PATCH] md: remove the working_disks and failed_disks...
2006-10-03 NeilBrown[PATCH] md: replace magic numbers in sb_dirty with...
2006-07-10 NeilBrown[PATCH] md: include sector number in messages about...
2006-07-10 NeilBrown[PATCH] md: fix some small races in bitmap plugging...
2006-07-10 NeilBrown[PATCH] md: fix a plug/unplug race in raid5
2006-07-10 NeilBrown[PATCH] md: fix resync speed calculation for restarted...
2006-07-10 NeilBrown[PATCH] md: delay starting md threads until array is...
2006-07-10 NeilBrown[PATCH] md: possible fix for unplug problem
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-29 Adrian Bunk[PATCH] drivers/md/raid5.c: remove an unused variable
2006-06-26 NeilBrown[PATCH] md: Fix bug that stops raid5 resync from happening
2006-06-26 NeilBrown[PATCH] md: split reshape portion of raid5 sync_request...
2006-06-26 NeilBrown[PATCH] md: allow checkpoint of recovery with version...
2006-06-26 NeilBrown[PATCH] md: merge raid5 and raid6 code
2006-06-26 NeilBrown[PATCH] md: remove arbitrary limit on chunk size
2006-04-02 Eric SesterhennBUG_ON() Conversion in md/raid5.c
2006-03-27 NeilBrown[PATCH] md: Remove bi_end_io call out from under a...
2006-03-27 NeilBrown[PATCH] md: Remove some stray semi-colons after functio...
2006-03-27 NeilBrown[PATCH] md: Improve comments about locking situation...
2006-03-27 NeilBrown[PATCH] md: Support suspending of IO to regions of...
2006-03-27 NeilBrown[PATCH] md: Split reshape handler in check_reshape...
2006-03-27 NeilBrown[PATCH] md: Only checkpoint expansion progress occasionally
2006-03-27 NeilBrown[PATCH] md: Checkpoint and allow restart of raid5 reshape
2006-03-27 NeilBrown[PATCH] md: Final stages of raid5 expand code
2006-03-27 NeilBrown[PATCH] md: Core of raid5 resize process
2006-03-27 NeilBrown[PATCH] md: Infrastructure to allow normal IO to contin...
2006-03-27 NeilBrown[PATCH] md: Allow stripes to be expanded in preparation...
2006-03-27 NeilBrown[PATCH] md: Split disks array out of raid5 conf structu...
2006-02-03 NeilBrown[PATCH] md: Assorted little md fixes
2006-01-15 Arjan van de Ven[PATCH] Unlinline a bunch of other functions
2006-01-06 NeilBrown[PATCH] md: count corrected read errors per drive
2006-01-06 NeilBrown[PATCH] md: allow array level to be set textually via...
2006-01-06 NeilBrown[PATCH] md: remove personality numbering from md
2006-01-06 NeilBrown[PATCH] md: tidy up raid5/6 hash table code
2006-01-06 NeilBrown[PATCH] md: convert md to use kzalloc throughout
2006-01-06 NeilBrown[PATCH] md: clean up 'page' related names in md
2006-01-06 NeilBrown[PATCH] md: fix up some rdev rcu locking in raid5/6
2006-01-06 NeilBrown[PATCH] md: move bitmap_create to after md array has...
2006-01-06 NeilBrown[PATCH] md: allow dirty raid[456] arrays to be started...
2006-01-06 NeilBrown[PATCH] md: small cleanups for raid5
2005-12-12 NeilBrown[PATCH] md: use correct size of raid5 stripe cache...
2005-11-28 NeilBrown[PATCH] md: fix locking problem in r5/r6
2005-11-09 NeilBrown[PATCH] md: fix some locking and module refcounting...
next