aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx into for-linusNeilBrown1-562/+913
2009-09-23md: report device as congested when suspendedNeilBrown1-0/+3
2009-09-23md: Improve name of threads created by md_register_threadNeilBrown1-3/+3
2009-09-23md: remove sparse waring "symbol xxx shadows an earlier one"NeilBrown1-4/+5
2009-09-16md/raid6: cleanup ops_run_compute6_2Dan Williams1-12/+15
2009-09-16md/raid6: eliminate BUG_ON with side effectDan Williams1-2/+4
2009-09-11bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe1-1/+1
2009-09-08Merge commit 'md/for-linus' into async-tx-nextDan Williams1-22/+65
2009-09-08Merge branch 'dmaengine' into async-tx-nextDan Williams1-108/+115
2009-09-08dmaengine: add fence supportDan Williams1-14/+23
2009-09-08Merge branch 'md-raid6-accel' into ioat3.2Dan Williams1-576/+910
2009-08-29md/raid456: distribute raid processing over multiple coresDan Williams1-2/+34
2009-08-29md/raid6: remove synchronous infrastructureYuri Tikhonov1-254/+0
2009-08-29md/raid6: asynchronous handle_stripe6Yuri Tikhonov1-38/+82
2009-08-29md/raid6: asynchronous handle_parity_check6Dan Williams1-67/+139
2009-08-29md/raid6: asynchronous handle_stripe_dirtying6Yuri Tikhonov1-85/+37
2009-08-29md/raid6: asynchronous handle_stripe_fill6Yuri Tikhonov1-50/+93
2009-08-29md/raid5,6: common schedule_reconstruction for raid5/6Yuri Tikhonov1-6/+18
2009-08-29md/raid6: asynchronous raid6 operationsDan Williams1-30/+292
2009-08-29md/raid5: factor out mark_uptodate from ops_complete_compute5Dan Williams1-5/+16
2009-08-29async_tx: add sum check flagsDan Williams1-1/+1
2009-08-29md/raid5,6: add percpu scribble region for buffer listsDan Williams1-30/+102
2009-08-29md/raid6: move the spare page to a percpu allocationDan Williams1-84/+168
2009-08-13md/raid5: Properly remove excess drives after shrinking a raid5/6NeilBrown1-2/+9
2009-08-13md/raid5: make sure a reshape restarts at the correct address.NeilBrown1-1/+1
2009-08-13md/raid5: allow new reshape modes to be restarted in the middle.NeilBrown1-1/+20
2009-08-03md: Use revalidate_disk to effect changes in size of device.NeilBrown1-10/+2
2009-08-03md: allow raid5_quiesce to work properly when reshape is happening.NeilBrown1-1/+10
2009-08-03md/raid5: set reshape_position correctly when reshape starts.NeilBrown1-1/+1
2009-07-31md/raid6: release spare page at ->stop()Dan Williams1-14/+12
2009-07-14md/raid6: release spare page at ->stop()Dan Williams1-14/+12
2009-07-01md: use interruptible wait when duration is controlled by userspace.NeilBrown1-4/+11
2009-07-01md/raid5: suspend shouldn't affect read requests.NeilBrown1-1/+2
2009-07-01md: Use new topology calls to indicate alignment and I/O sizesMartin K. Petersen1-1/+9
2009-06-18md/raid5: correctly update sync_completed when we reach max_resyncNeilBrown1-1/+1
2009-06-18md/raid5: add missing call to schedule() after prepare_to_wait()Dan Williams1-0/+1
2009-06-18md: Push down reconstruction log message to personality code.Andre Noll1-0/+4
2009-06-18md: merge reconfig and check_reshape methods.NeilBrown1-9/+8
2009-06-18md: remove unnecessary arguments from ->reconfig method.NeilBrown1-26/+16
2009-06-18md: raid5: check stripe cache is large enough in start_reshapeNeilBrown1-17/+27
2009-06-18md: fix some comments.Andre Noll1-2/+0
2009-06-18md/raid5: Use is_power_of_2() in raid5_reconfig()/raid6_reconfig().Andre Noll1-4/+2
2009-06-18md: convert conf->chunk_size and conf->prev_chunk to sectors.Andre Noll1-14/+13
2009-06-18md: Convert mddev->new_chunk to sectors.Andre Noll1-21/+24
2009-06-18md: Make mddev->chunk_size sector-based.Andre Noll1-19/+22
2009-06-16md: raid5: chunk size check in setup_confraz ben yehuda1-1/+2
2009-06-16md: remove mddev_to_conf "helper" macroNeilBrown1-18/+18
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+2
2009-06-09md/raid5: fix bug in reshape code when chunk_size decreases.NeilBrown1-1/+1
2009-06-09md/raid5 - avoid deadlocks in get_active_stripe during reshapeNeilBrown1-11/+11