aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/raid5.c
AgeCommit message (Expand)Author
2011-06-23md/raid5: fix FUA request handling in ops_run_io()Namhyung Kim
2011-06-23md/raid5: fix raid5_set_bi_hw_segmentsNamhyung Kim
2010-05-12md/raid6: Fix raid-6 read-error correction in degraded stateGabriele A. Trombetti
2010-05-12md/raid5: fix previous patch.NeilBrown
2010-05-12md/raid5: allow for more than 2^31 chunks.NeilBrown
2010-02-23md: fix 'degraded' calculation when starting a reshape.NeilBrown
2009-11-13md/raid5: Allow dirty-degraded arrays to be assembled when only party is degr...NeilBrown
2009-11-13Don't unconditionally set in_sync on newly added device in raid5_reshapeNeilBrown
2009-11-06md/raid5: make sure curr_sync_completes is uptodate when reshape startsNeilBrown
2009-10-19md/raid6: kill a gcc-4.0.1 'uninitialized variable' warningDan Williams
2009-10-16md/async: don't pass a memory pointer as a page pointer.NeilBrown
2009-10-16md: Fix handling of raid5 array which is being reshaped to fewer devices.NeilBrown
2009-10-16md: fix problems with RAID6 calculations for DDF.NeilBrown
2009-10-16md/raid456: downlevel multicore operations to raid_run_opsDan Williams
2009-10-16md/raid5: initialize conf->device_lock earlierDan Williams
2009-10-16Revert "md: do not progress the resync process if the stripe was blocked"NeilBrown
2009-09-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...NeilBrown
2009-09-23md: report device as congested when suspendedNeilBrown
2009-09-23md: Improve name of threads created by md_register_threadNeilBrown
2009-09-23md: remove sparse waring "symbol xxx shadows an earlier one"NeilBrown
2009-09-16md/raid6: cleanup ops_run_compute6_2Dan Williams
2009-09-16md/raid6: eliminate BUG_ON with side effectDan Williams
2009-09-11bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe
2009-09-08Merge commit 'md/for-linus' into async-tx-nextDan Williams
2009-09-08Merge branch 'dmaengine' into async-tx-nextDan Williams
2009-09-08dmaengine: add fence supportDan Williams
2009-09-08Merge branch 'md-raid6-accel' into ioat3.2Dan Williams
2009-08-29md/raid456: distribute raid processing over multiple coresDan Williams
2009-08-29md/raid6: remove synchronous infrastructureYuri Tikhonov
2009-08-29md/raid6: asynchronous handle_stripe6Yuri Tikhonov
2009-08-29md/raid6: asynchronous handle_parity_check6Dan Williams
2009-08-29md/raid6: asynchronous handle_stripe_dirtying6Yuri Tikhonov
2009-08-29md/raid6: asynchronous handle_stripe_fill6Yuri Tikhonov
2009-08-29md/raid5,6: common schedule_reconstruction for raid5/6Yuri Tikhonov
2009-08-29md/raid6: asynchronous raid6 operationsDan Williams
2009-08-29md/raid5: factor out mark_uptodate from ops_complete_compute5Dan Williams
2009-08-29async_tx: add sum check flagsDan Williams
2009-08-29md/raid5,6: add percpu scribble region for buffer listsDan Williams
2009-08-29md/raid6: move the spare page to a percpu allocationDan Williams
2009-08-13md/raid5: Properly remove excess drives after shrinking a raid5/6NeilBrown
2009-08-13md/raid5: make sure a reshape restarts at the correct address.NeilBrown
2009-08-13md/raid5: allow new reshape modes to be restarted in the middle.NeilBrown
2009-08-03md: Use revalidate_disk to effect changes in size of device.NeilBrown
2009-08-03md: allow raid5_quiesce to work properly when reshape is happening.NeilBrown
2009-08-03md/raid5: set reshape_position correctly when reshape starts.NeilBrown
2009-07-31md/raid6: release spare page at ->stop()Dan Williams
2009-07-14md/raid6: release spare page at ->stop()Dan Williams
2009-07-01md: use interruptible wait when duration is controlled by userspace.NeilBrown
2009-07-01md/raid5: suspend shouldn't affect read requests.NeilBrown
2009-07-01md: Use new topology calls to indicate alignment and I/O sizesMartin K. Petersen