aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-07-141-4/+6
|\
| * Add bvec_merge_data to handle stacked devices and ->merge_bvec()Alasdair G Kergon2008-07-031-4/+6
* | md: ensure all blocks are uptodate or locked when syncingDan Williams2008-07-101-6/+1
|/
* Don't acknowlege that stripe-expand is complete until it really is.Neil Brown2008-06-281-0/+3
* Ensure interrupted recovery completed properly (v1 metadata plus bitmap)Neil Brown2008-06-281-1/+3
* md: do not compute parity unless it is on a failed driveDan Williams2008-06-061-1/+4
* md: fix prexor vs sync_request raceDan Williams2008-06-061-0/+5
* md: restart recovery cleanly after device failure.NeilBrown2008-05-241-1/+9
* md: md: raid5 rate limit error printkBernd Schubert2008-05-241-12/+22
* Remove blkdev warning triggered by using mdNeil Brown2008-05-141-0/+1
* md: fix raid5 'repair' operationsDan Williams2008-05-131-12/+13
* md: support blocking writes to an array on device failureDan Williams2008-04-301-0/+33
* raid: remove leading TAB on printk messagesNick Andrew2008-04-281-2/+2
* md: raid5.c convert simple_strtoul to strict_strtoulDan Williams2008-04-281-9/+5
* md: introduce get_priority_stripe() to improve raid456 write performanceDan Williams2008-04-281-10/+112
* md: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-281-14/+14
* md: close a livelock window in handle_parity_checks5Dan Williams2008-04-111-22/+29
* drivers/md/raid5.c: fix printk warningsAndrew Morton2008-03-191-3/+3
* md: fix an occasional deadlock in raid5NeilBrown2008-02-061-9/+5
* md: change ITERATE_RDEV to rdev_for_eachNeilBrown2008-02-061-3/+3
* md: allow a maximum extent to be set for resyncingNeilBrown2008-02-061-0/+25
* md: Update md bitmap during resync.NeilBrown2008-02-061-0/+3
* md: fix data corruption when a degraded raid5 array is reshapedDan Williams2008-01-081-2/+4
* raid5: fix unending write sequenceDan Williams2007-11-141-7/+9
* Add UNPLUG traces to all appropriate placesAlan D. Brunelle2007-11-091-2/+1
* md: fix misapplied patch in raid5.cNeil Brown2007-11-051-7/+7
* md: raid5: fix clearing of biofill operationsDan Williams2007-10-231-3/+14
* block: convert blkdev_issue_flush() to use empty barriersJens Axboe2007-10-161-31/+0
* Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-101-32/+16
* raid5: fix 2 bugs in ops_complete_biofillDan Williams2007-09-241-10/+7
* md: fix some bugs with growing raid5/raid6 arrays.NeilBrown2007-09-111-8/+9
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-9/+9
* async_tx: fix kmap_atomic usage in async_memcpyDan Williams2007-07-201-2/+2
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-2/+2
* md: remove raid5 compute_block and compute_parity5Dan Williams2007-07-131-124/+0
* md: handle_stripe5 - request io processing in raid5_run_opsDan Williams2007-07-131-58/+13
* md: handle_stripe5 - add request/completion logic for async expand opsDan Williams2007-07-131-12/+38
* md: handle_stripe5 - add request/completion logic for async read opsDan Williams2007-07-131-28/+25
* md: handle_stripe5 - add request/completion logic for async check opsDan Williams2007-07-131-19/+65
* md: handle_stripe5 - add request/completion logic for async compute opsDan Williams2007-07-131-35/+114
* md: handle_stripe5 - add request/completion logic for async write opsDan Williams2007-07-131-23/+138
* md: common infrastructure for running operations with raid5_run_opsDan Williams2007-07-131-9/+58
* md: raid5_run_ops - run stripe operations outside sh->lockDan Williams2007-07-131-0/+536
* raid5: replace custom debug PRINTKs with standard pr_debugDan Williams2007-07-131-58/+58
* raid5: refactor handle_stripe5 and handle_stripe6 (v3)Dan Williams2007-07-131-786/+740
* async_tx: add the async_tx apiDan Williams2007-07-131-27/+27
* xor: make 'xor_blocks' a library routine for use with async_txDan Williams2007-07-131-5/+5
* Revert "md: improve partition detection in md array"Linus Torvalds2007-05-091-0/+2
* md: improve partition detection in md arrayNeilBrown2007-05-091-2/+0
* md: remove the slash from the name of a kmem_cache used by raid5NeilBrown2007-05-091-2/+2