aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-07md/raid6: Fix raid-6 read-error correction in degraded stateGabriele A. Trombetti1-1/+1
2010-04-23md/raid5: fix previous patch.NeilBrown1-17/+18
2010-04-20md/raid5: allow for more than 2^31 chunks.NeilBrown1-12/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-1/+1
2010-02-17percpu: add __percpu sparse annotations to what's leftTejun Heo1-1/+1
2010-02-10md: fix some lockdep issues between md and sysfs.NeilBrown1-2/+1
2010-02-09md: fix 'degraded' calculation when starting a reshape.NeilBrown1-4/+7
2009-12-14md: add MODULE_DESCRIPTION for all md related modules.NeilBrown1-0/+1
2009-12-14md/raid5: don't complete make_request on barrier until writes are scheduledNeilBrown1-12/+39
2009-12-14md: support barrier requests on all personalities.NeilBrown1-1/+7
2009-12-14md/raid5: remove some sparse warnings.NeilBrown1-2/+1
2009-11-13md/raid5: Allow dirty-degraded arrays to be assembled when only party is degraded.NeilBrown1-4/+75
2009-11-13Don't unconditionally set in_sync on newly added device in raid5_reshapeNeilBrown1-2/+4
2009-11-06md/raid5: make sure curr_sync_completes is uptodate when reshape startsNeilBrown1-0/+2
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