aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid0.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet1-2/+0
2012-03-19md: add proper merge_bvec handling to RAID0 and Linear.NeilBrown1-4/+7
2011-10-11md/raid0: typedef removal: raid0_conf_t -> struct r0confNeilBrown1-6/+2
2011-10-11md: removing typedefs: mdk_rdev_t -> struct md_rdevNeilBrown1-1/+1
2010-06-24md: fix handling of array level takeover that re-arranges devices.NeilBrown1-3/+0
2010-05-18md: Add support for Raid5->Raid0 and Raid10->Raid0 takeoverTrela, Maciej1-0/+3
2009-06-16md: remove mddev_to_conf "helper" macroNeilBrown1-2/+0
2009-06-16md: raid0: remove ->dev pointer from strip_zone structureNeilBrown1-1/+0
2009-06-16md: raid0: remove ->sectors from the strip_zone structure.NeilBrown1-1/+0
2009-06-16md: raid0: Remove hash spacing and sector shift.Andre Noll1-3/+0
2009-06-16md: raid0: Remove hash table.Andre Noll1-1/+0
2009-06-16md: raid0: Replace hash table lookup by looping over all strip_zones.Andre Noll1-1/+1
2009-03-31md: move lots of #include lines out of .h files and into .cNeilBrown1-2/+0
2009-03-31md: move headers out of include/linux/raid/Christoph Hellwig1-0/+30