summaryrefslogtreecommitdiff
path: root/drivers/md/raid5.h
AgeCommit message (Expand)Author
2011-07-28md/raid5: Clear bad blocks on successful write.NeilBrown
2011-07-28md/raid5: write errors should be recorded as bad blocks if possible.NeilBrown
2011-07-28md/raid5: use bad-block log to improve handling of uncorrectable read errors.NeilBrown
2011-07-26md/raid5: add some more fields to stripe_head_stateNeilBrown
2011-07-26md/raid5: unify stripe_head_state and r6_stateNeilBrown
2011-07-26md/raid5: replace sh->lock with an 'active' flag.NeilBrown
2011-07-26md/raid5: Remove use of sh->lock in sync_requestNeilBrown
2011-04-18md - remove old plugging code.NeilBrown
2011-03-10block: remove per-queue pluggingJens Axboe
2010-09-10md: implment REQ_FLUSH/FUA supportTejun Heo
2010-07-26md/raid5: export raid5 unplugging interface.NeilBrown
2010-07-26md/raid5: add simple plugging infrastructure.NeilBrown
2010-07-26md/raid5: export is_congested testNeilBrown
2010-07-26md/raid5: ensure we create a unique name for kmem_cache when mddev has no gen...NeilBrown
2010-07-21md/raid5: factor out code for changing size of stripe cache.NeilBrown
2010-02-17percpu: add __percpu sparse annotations to what's leftTejun Heo
2009-10-16md: fix problems with RAID6 calculations for DDF.NeilBrown
2009-10-16md/raid456: downlevel multicore operations to raid_run_opsDan Williams
2009-09-08Merge branch 'dmaengine' into async-tx-nextDan Williams
2009-08-29md/raid6: asynchronous raid6 operationsDan 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-06-18md: convert conf->chunk_size and conf->prev_chunk to sectors.Andre Noll
2009-06-16md: remove mddev_to_conf "helper" macroNeilBrown
2009-03-31md/raid5 revise rules for when to update metadata during reshapeNeilBrown
2009-03-31md/raid5: prepare for allowing reshape to change layoutNeilBrown
2009-03-31md/raid5: prepare for allowing reshape to change chunksize.NeilBrown
2009-03-31md/raid5: clearly differentiate 'before' and 'after' stripes during reshape.NeilBrown
2009-03-31md/raid5: change reshape-progress measurement to cope with reshaping backwards.NeilBrown
2009-03-31md/raid5: drop qd_idx from r6_stateNeilBrown
2009-03-31md/raid6: move raid6 data processing to raid6_pq.koDan Williams
2009-03-31md/raid5: refactor raid5 "run"NeilBrown
2009-03-31md/raid5: finish support for DDF/raid6NeilBrown
2009-03-31md/raid5: Add support for new layouts for raid5 and raid6.NeilBrown
2009-03-31md/raid6: remove expectation that Q device is immediately after P device.NeilBrown
2009-03-31md: move lots of #include lines out of .h files and into .cNeilBrown
2009-03-31md: move headers out of include/linux/raid/Christoph Hellwig