aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-19md/raid6: kill a gcc-4.0.1 'uninitialized variable' warningDan Williams1-3/+3
2009-10-16md/async: don't pass a memory pointer as a page pointer.NeilBrown1-2/+2
2009-10-16md: Fix handling of raid5 array which is being reshaped to fewer devices.NeilBrown1-19/+18
2009-10-16md: fix problems with RAID6 calculations for DDF.NeilBrown1-7/+13
2009-10-16md/raid456: downlevel multicore operations to raid_run_opsDan Williams1-35/+40
2009-10-16md/raid5: initialize conf->device_lock earlierDan Williams1-13/+12
2009-10-16Revert "md: do not progress the resync process if the stripe was blocked"NeilBrown1-13/+6
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