summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid0.h
Commit message (Expand)AuthorAgeFilesLines
* block: kill merge_bvec_fn() completelyKent Overstreet2015-08-131-2/+0
* md: add proper merge_bvec handling to RAID0 and Linear.NeilBrown2012-03-191-4/+7
* md/raid0: typedef removal: raid0_conf_t -> struct r0confNeilBrown2011-10-111-6/+2
* md: removing typedefs: mdk_rdev_t -> struct md_rdevNeilBrown2011-10-111-1/+1
* md: fix handling of array level takeover that re-arranges devices.NeilBrown2010-06-241-3/+0
* md: Add support for Raid5->Raid0 and Raid10->Raid0 takeoverTrela, Maciej2010-05-181-0/+3
* md: remove mddev_to_conf "helper" macroNeilBrown2009-06-161-2/+0
* md: raid0: remove ->dev pointer from strip_zone structureNeilBrown2009-06-161-1/+0
* md: raid0: remove ->sectors from the strip_zone structure.NeilBrown2009-06-161-1/+0
* md: raid0: Remove hash spacing and sector shift.Andre Noll2009-06-161-3/+0
* md: raid0: Remove hash table.Andre Noll2009-06-161-1/+0
* md: raid0: Replace hash table lookup by looping over all strip_zones.Andre Noll2009-06-161-1/+1
* md: move lots of #include lines out of .h files and into .cNeilBrown2009-03-311-2/+0
* md: move headers out of include/linux/raid/Christoph Hellwig2009-03-311-0/+30