summaryrefslogtreecommitdiffstats
path: root/lib/raid/raid.c
Commit message (Expand)AuthorAgeFilesLines
* RAID: Add support for RAID10Jonathan Brassow2012-08-241-0/+15
* Revert free of allocated segtypeZdenek Kabelac2012-02-281-3/+2
* Test seg pointer for non-nullZdenek Kabelac2012-02-271-1/+1
* Make conversion from a synced 'mirror' to 'raid1' not cause a full resync.Jonathan Earl Brassow2012-02-131-1/+5
* Free allocated segment type in error pathZdenek Kabelac2012-01-251-2/+4
* Support the ability to replace specific devices in a RAID array.Jonathan Earl Brassow2011-11-301-1/+1
* Fix log_error() usageZdenek Kabelac2011-09-241-1/+1
* Replace const usage of dm_config_find_node with more appropriate value-lookupPetr Rockai2011-08-311-8/+7
* Move the core of the lib/config/config.c functionality into libdevmapper,Petr Rockai2011-08-301-18/+18
* Fix raid shared lib segtype registration (2.02.87).Alasdair Kergon2011-08-241-38/+68
* _ for static fnsAlasdair Kergon2011-08-191-25/+21
* Add support for m-way to n-way up-convert in RAID1 (no linear to n-way yet)Jonathan Earl Brassow2011-08-181-1/+18
* Compiler warning fixes, better error messaging, and cosmetic changes.Jonathan Earl Brassow2011-08-131-0/+14
* Various code clean-ups (s/malloc/zalloc/, new msgs, etc)Jonathan Earl Brassow2011-08-111-3/+5
* Need 'ifdef' checks around RAID monitoring functions as well to catch theJonathan Earl Brassow2011-08-111-1/+4
* Fix build of raid without dmeventd.Milan Broz2011-08-111-2/+6
* Add dmeventd monitoring for RAID devices.Jonathan Earl Brassow2011-08-111-0/+43
* Add basic RAID segment type(s) support.Jonathan Earl Brassow2011-08-021-0/+352