aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/raid5.h
AgeCommit message (Expand)Author
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