aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-10md: implment REQ_FLUSH/FUA supportTejun Heo1-0/+1
2010-07-26md/raid5: export raid5 unplugging interface.NeilBrown1-0/+1
2010-07-26md/raid5: add simple plugging infrastructure.NeilBrown1-0/+3
2010-07-26md/raid5: export is_congested testNeilBrown1-0/+2
2010-07-26md/raid5: ensure we create a unique name for kmem_cache when mddev has no gendiskNeilBrown1-1/+1
2010-07-21md/raid5: factor out code for changing size of stripe cache.NeilBrown1-0/+1
2010-02-17percpu: add __percpu sparse annotations to what's leftTejun Heo1-1/+1
2009-10-16md: fix problems with RAID6 calculations for DDF.NeilBrown1-1/+1
2009-10-16md/raid456: downlevel multicore operations to raid_run_opsDan Williams1-1/+11
2009-09-08Merge branch 'dmaengine' into async-tx-nextDan Williams1-4/+4
2009-08-29md/raid6: asynchronous raid6 operationsDan Williams1-3/+5
2009-08-29async_tx: add sum check flagsDan Williams1-2/+3
2009-08-29md/raid5,6: add percpu scribble region for buffer listsDan Williams1-0/+8
2009-08-29md/raid6: move the spare page to a percpu allocationDan Williams1-2/+7
2009-06-18md: convert conf->chunk_size and conf->prev_chunk to sectors.Andre Noll1-2/+4
2009-06-16md: remove mddev_to_conf "helper" macroNeilBrown1-2/+0
2009-03-31md/raid5 revise rules for when to update metadata during reshapeNeilBrown1-0/+2
2009-03-31md/raid5: prepare for allowing reshape to change layoutNeilBrown1-1/+1
2009-03-31md/raid5: prepare for allowing reshape to change chunksize.NeilBrown1-0/+1
2009-03-31md/raid5: clearly differentiate 'before' and 'after' stripes during reshape.NeilBrown1-0/+3
2009-03-31md/raid5: change reshape-progress measurement to cope with reshaping backwards.NeilBrown1-5/+10
2009-03-31md/raid5: drop qd_idx from r6_stateNeilBrown1-1/+1
2009-03-31md/raid6: move raid6 data processing to raid6_pq.koDan Williams1-0/+2
2009-03-31md/raid5: refactor raid5 "run"NeilBrown1-0/+5
2009-03-31md/raid5: finish support for DDF/raid6NeilBrown1-0/+1
2009-03-31md/raid5: Add support for new layouts for raid5 and raid6.NeilBrown1-4/+57
2009-03-31md/raid6: remove expectation that Q device is immediately after P device.NeilBrown1-7/+8
2009-03-31md: move lots of #include lines out of .h files and into .cNeilBrown1-1/+0
2009-03-31md: move headers out of include/linux/raid/Christoph Hellwig1-0/+402