summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.h
Commit message (Expand)AuthorAgeFilesLines
* raid5: add an option to avoid copy data from bio to stripe cacheShaohua Li2014-05-291-1/+3
* Merge tag 'md/3.13' of git://neil.brown.name/mdLinus Torvalds2013-11-201-1/+15
|\
| * raid5: relieve lock contention in get_active_stripe()Shaohua Li2013-11-191-0/+1
| * raid5: relieve lock contention in get_active_stripe()Shaohua Li2013-11-141-1/+14
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-151-1/+1
|\ \ | |/ |/|
| * treewide: fix "distingush" typoMichael Opdenacker2013-10-141-1/+1
* | raid5: only wakeup necessary threadsShaohua Li2013-09-021-0/+3
* | md/raid5: use seqcount to protect access to shape in make_request.NeilBrown2013-08-281-0/+1
* | raid5: offload stripe handle to workqueueShaohua Li2013-08-281-0/+15
* | raid5: make release_stripe locklessShaohua Li2013-08-281-0/+3
|/
* md/raid5: fix interaction of 'replace' and 'recovery'.NeilBrown2013-07-251-0/+1
* md: remove CONFIG_MULTICORE_RAID456 entirelyPaul Bolle2013-03-201-4/+0
* md/raid5: ensure sync and DISCARD don't happen at the same time.NeilBrown2013-03-201-0/+1
* MD: raid5 trim supportShaohua Li2012-10-111-0/+1
* Merge tag 'md-3.6' of git://neil.brown.name/mdLinus Torvalds2012-08-021-0/+1
|\
| * raid5: make_request use batch stripe releaseShaohua Li2012-08-021-0/+1
* | raid5: Add R5_ReadNoMerge flag which prevent bio from merging at block layermajianpeng2012-07-311-0/+1
* | raid5: add a per-stripe lockShaohua Li2012-07-191-0/+1
|/
* raid5: support sync requestShaohua Li2012-05-221-0/+1
* md/raid5: allow for change in data_offset while managing a reshape.NeilBrown2012-05-211-0/+6
* md/raid5: detect and handle replacements during recovery.NeilBrown2011-12-231-1/+12
* md/raid5: writes should get directed to replacement as well as original.NeilBrown2011-12-231-0/+1
* md/raid5: raid5.h cleanupNeilBrown2011-12-231-18/+9
* md/raid5: allow each slot to have an extra replacement deviceNeilBrown2011-12-231-24/+33
* md/raid5: typedef removal: raid5_conf_t -> struct r5confNeilBrown2011-10-111-5/+3
* md: remove typedefs: mdk_thread_t -> struct md_threadNeilBrown2011-10-111-1/+1
* md: remove typedefs: mddev_t -> struct mddevNeilBrown2011-10-111-3/+3
* md: removing typedefs: mdk_rdev_t -> struct md_rdevNeilBrown2011-10-111-2/+2
* md/raid5: Clear bad blocks on successful write.NeilBrown2011-07-281-0/+1
* md/raid5: write errors should be recorded as bad blocks if possible.NeilBrown2011-07-281-8/+10
* md/raid5: use bad-block log to improve handling of uncorrectable read errors.NeilBrown2011-07-281-1/+1
* md/raid5: add some more fields to stripe_head_stateNeilBrown2011-07-261-1/+5
* md/raid5: unify stripe_head_state and r6_stateNeilBrown2011-07-261-6/+2
* md/raid5: replace sh->lock with an 'active' flag.NeilBrown2011-07-261-19/+16
* md/raid5: Remove use of sh->lock in sync_requestNeilBrown2011-07-261-15/+18
* md - remove old plugging code.NeilBrown2011-04-181-2/+0
* block: remove per-queue pluggingJens Axboe2011-03-101-1/+1
* md: implment REQ_FLUSH/FUA supportTejun Heo2010-09-101-0/+1
* md/raid5: export raid5 unplugging interface.NeilBrown2010-07-261-0/+1
* md/raid5: add simple plugging infrastructure.NeilBrown2010-07-261-0/+3
* md/raid5: export is_congested testNeilBrown2010-07-261-0/+2
* md/raid5: ensure we create a unique name for kmem_cache when mddev has no gen...NeilBrown2010-07-261-1/+1
* md/raid5: factor out code for changing size of stripe cache.NeilBrown2010-07-211-0/+1
* percpu: add __percpu sparse annotations to what's leftTejun Heo2010-02-171-1/+1
* md: fix problems with RAID6 calculations for DDF.NeilBrown2009-10-161-1/+1
* md/raid456: downlevel multicore operations to raid_run_opsDan Williams2009-10-161-1/+11
* Merge branch 'dmaengine' into async-tx-nextDan Williams2009-09-081-4/+4
|\
| * md: convert conf->chunk_size and conf->prev_chunk to sectors.Andre Noll2009-06-181-2/+4
| * md: remove mddev_to_conf "helper" macroNeilBrown2009-06-161-2/+0
* | md/raid6: asynchronous raid6 operationsDan Williams2009-08-291-3/+5