summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.h
AgeCommit message (Expand)AuthorLines
2012-05-22raid5: support sync requestShaohua Li-0/+1
2012-05-21md/raid5: allow for change in data_offset while managing a reshape.NeilBrown-0/+6
2011-12-23md/raid5: detect and handle replacements during recovery.NeilBrown-1/+12
2011-12-23md/raid5: writes should get directed to replacement as well as original.NeilBrown-0/+1
2011-12-23md/raid5: raid5.h cleanupNeilBrown-18/+9
2011-12-23md/raid5: allow each slot to have an extra replacement deviceNeilBrown-24/+33
2011-10-11md/raid5: typedef removal: raid5_conf_t -> struct r5confNeilBrown-5/+3
2011-10-11md: remove typedefs: mdk_thread_t -> struct md_threadNeilBrown-1/+1
2011-10-11md: remove typedefs: mddev_t -> struct mddevNeilBrown-3/+3
2011-10-11md: removing typedefs: mdk_rdev_t -> struct md_rdevNeilBrown-2/+2
2011-07-28md/raid5: Clear bad blocks on successful write.NeilBrown-0/+1
2011-07-28md/raid5: write errors should be recorded as bad blocks if possible.NeilBrown-8/+10
2011-07-28md/raid5: use bad-block log to improve handling of uncorrectable read errors.NeilBrown-1/+1
2011-07-26md/raid5: add some more fields to stripe_head_stateNeilBrown-1/+5
2011-07-26md/raid5: unify stripe_head_state and r6_stateNeilBrown-6/+2
2011-07-26md/raid5: replace sh->lock with an 'active' flag.NeilBrown-19/+16
2011-07-26md/raid5: Remove use of sh->lock in sync_requestNeilBrown-15/+18
2011-04-18md - remove old plugging code.NeilBrown-2/+0
2011-03-10block: remove per-queue pluggingJens Axboe-1/+1
2010-09-10md: implment REQ_FLUSH/FUA supportTejun Heo-0/+1
2010-07-26md/raid5: export raid5 unplugging interface.NeilBrown-0/+1
2010-07-26md/raid5: add simple plugging infrastructure.NeilBrown-0/+3
2010-07-26md/raid5: export is_congested testNeilBrown-0/+2
2010-07-26md/raid5: ensure we create a unique name for kmem_cache when mddev has no gen...NeilBrown-1/+1
2010-07-21md/raid5: factor out code for changing size of stripe cache.NeilBrown-0/+1
2010-02-17percpu: add __percpu sparse annotations to what's leftTejun Heo-1/+1
2009-10-16md: fix problems with RAID6 calculations for DDF.NeilBrown-1/+1
2009-10-16md/raid456: downlevel multicore operations to raid_run_opsDan Williams-1/+11
2009-09-08Merge branch 'dmaengine' into async-tx-nextDan Williams-4/+4
2009-08-29md/raid6: asynchronous raid6 operationsDan Williams-3/+5
2009-08-29async_tx: add sum check flagsDan Williams-2/+3
2009-08-29md/raid5,6: add percpu scribble region for buffer listsDan Williams-0/+8
2009-08-29md/raid6: move the spare page to a percpu allocationDan Williams-2/+7
2009-06-18md: convert conf->chunk_size and conf->prev_chunk to sectors.Andre Noll-2/+4
2009-06-16md: remove mddev_to_conf "helper" macroNeilBrown-2/+0
2009-03-31md/raid5 revise rules for when to update metadata during reshapeNeilBrown-0/+2
2009-03-31md/raid5: prepare for allowing reshape to change layoutNeilBrown-1/+1
2009-03-31md/raid5: prepare for allowing reshape to change chunksize.NeilBrown-0/+1
2009-03-31md/raid5: clearly differentiate 'before' and 'after' stripes during reshape.NeilBrown-0/+3
2009-03-31md/raid5: change reshape-progress measurement to cope with reshaping backwards.NeilBrown-5/+10
2009-03-31md/raid5: drop qd_idx from r6_stateNeilBrown-1/+1
2009-03-31md/raid6: move raid6 data processing to raid6_pq.koDan Williams-0/+2
2009-03-31md/raid5: refactor raid5 "run"NeilBrown-0/+5
2009-03-31md/raid5: finish support for DDF/raid6NeilBrown-0/+1
2009-03-31md/raid5: Add support for new layouts for raid5 and raid6.NeilBrown-4/+57
2009-03-31md/raid6: remove expectation that Q device is immediately after P device.NeilBrown-7/+8
2009-03-31md: move lots of #include lines out of .h files and into .cNeilBrown-1/+0
2009-03-31md: move headers out of include/linux/raid/Christoph Hellwig-0/+402