aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-27md: convert cpu notifier to return encapsulate errno valueAkinobu Mita1-1/+1
2010-05-22Merge commit '3ff195b011d7decf501a4d55aeed312731094796' into for-linusNeilBrown1-28/+25
2010-05-18md/raid6: Fix raid-6 read-error correction in degraded stateGabriele A. Trombetti1-1/+1
2010-05-18md/raid5: improve consistency of error messages.NeilBrown1-80/+69
2010-05-18md/raid4: permit raid0 takeoverDan Williams1-15/+17
2010-05-18md: pass mddev to make_request functions rather than request_queueNeilBrown1-5/+3
2010-05-18md: remove ->changed and related code.NeilBrown1-2/+0
2010-05-18md: move io accounting out of personalities into md_make_requestNeilBrown1-7/+1
2010-05-18md/raid5: small tidyup in raid5_align_endioNeilBrown1-2/+2
2010-05-18md: add support for raid5 to raid4 conversionNeilBrown1-0/+13
2010-05-18md:Add support for Raid0->Raid5 takeoverTrela Maciej1-0/+26
2010-05-18drivers/md: Remove unnecessary casts of void *H Hartley Sweeten1-5/+5
2010-05-17md: manage redundancy group in sysfs when changing level.NeilBrown1-2/+5
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