aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid0.c
Commit message (Expand)AuthorAge
* md: Avoid OOPS when reshaping raid1 to raid0Jes Sorensen2012-04-03
* md/raid0: If md_integrity_register() fails, raid0_run() must free the mem.majianpeng2012-04-01
* md: add proper merge_bvec handling to RAID0 and Linear.NeilBrown2012-03-18
* md: tidy up rdev_for_each usage.NeilBrown2012-03-18
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06
|\
| * md: Add module.h to all files using it implicitlyPaul Gortmaker2011-10-31
* | Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2011-11-04
|\ \ | |/ |/|
| * block: remove support for bio remapping from ->make_requestChristoph Hellwig2011-09-12
* | md: rename "mdk_personality" to "md_personality"NeilBrown2011-10-11
* | md/raid0: typedef removal: raid0_conf_t -> struct r0confNeilBrown2011-10-11
* | md: remove typedefs: mddev_t -> struct mddevNeilBrown2011-10-11
* | md: removing typedefs: mdk_rdev_t -> struct md_rdevNeilBrown2011-10-11
* | md/raid0: convert some printks to pr_debug.NeilBrown2011-10-06
* | md: remove some old DEBUGging code.NeilBrown2011-10-06
|/
* block: Require subsystems to explicitly allocate bio_set integrity mempoolMartin K. Petersen2011-03-17
* Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-10
|\
| * block: remove per-queue pluggingJens Axboe2011-03-10
* | md: avoid spinlock problem in blk_throtl_exitNeilBrown2011-02-21
* | md: Fix raid1->raid0 takeoverKrzysztof Wojcik2011-02-13
|/
* Add raid1->raid0 takeover supportKrzysztof Wojcik2011-01-30
* md: implment REQ_FLUSH/FUA supportTejun Heo2010-09-10
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-07
* md: enable raid4->raid0 takeoverMaciej Trela2010-06-23
* md: clear layout after ->raid0 takeoverMaciej Trela2010-06-23
* md: fix handling of array level takeover that re-arranges devices.NeilBrown2010-06-23
* Merge commit '3ff195b011d7decf501a4d55aeed312731094796' into for-linusNeilBrown2010-05-21
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | md/raid0: tidy up printk messages.NeilBrown2010-05-18
* | md: pass mddev to make_request functions rather than request_queueNeilBrown2010-05-18
* | md: move io accounting out of personalities into md_make_requestNeilBrown2010-05-18
* | md: Add support for Raid5->Raid0 and Raid10->Raid0 takeoverTrela, Maciej2010-05-18
* | md: don't use mddev->raid_disks in raid0 or raid10 while array is active.NeilBrown2010-05-18
|/
* md: deal with merge_bvec_fn in component devices better.NeilBrown2010-03-16
* block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-26
* md: add MODULE_DESCRIPTION for all md related modules.NeilBrown2009-12-13
* md: support barrier requests on all personalities.NeilBrown2009-12-13
* md: report device as congested when suspendedNeilBrown2009-09-23
* md: remove sparse waring "symbol xxx shadows an earlier one"NeilBrown2009-09-23
* bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe2009-09-11
* md: Push down data integrity code to personalities.Andre Noll2009-08-02
* md: Use new topology calls to indicate alignment and I/O sizesMartin K. Petersen2009-06-30
* md: Move check for bitmap presence to personality code.Andre Noll2009-06-17
* md: raid0/linear: ensure device sizes are rounded to chunk size.NeilBrown2009-06-17
* md: raid0: chunk_sectors cleanups.NeilBrown2009-06-17
* md: Make mddev->chunk_size sector-based.Andre Noll2009-06-17
* md: raid0 :Enables chunk size other than powers of 2.raz ben yehuda2009-06-16
* md: raid0: chunk size check in raid0_runraz ben yehuda2009-06-16
* md: have raid0 report its formationraz ben yehuda2009-06-16
* md: have raid0 compile with MD_DEBUG onraz ben yehuda2009-06-16
* md: remove mddev_to_conf "helper" macroNeilBrown2009-06-16