summaryrefslogtreecommitdiffstats
path: root/lib/striped
Commit message (Expand)AuthorAgeFilesLines
* Add activation/use_linear_target enabled by default. (prajnoha)Alasdair Kergon2011-11-281-1/+3
* Replace const usage of dm_config_find_node with more appropriate value-lookupPetr Rockai2011-08-311-3/+3
* Move the core of the lib/config/config.c functionality into libdevmapper,Petr Rockai2011-08-301-9/+9
* Add lv_activate_opts structureZdenek Kabelac2011-06-171-0/+1
* Replace malloc with zalloc when creating segment_type'sJonathan Earl Brassow2011-03-251-1/+1
* Remove const usage from destroy callbacksZdenek Kabelac2010-12-201-2/+2
* Add more strict const pointers around config treeZdenek Kabelac2010-12-201-1/+1
* Use const config nodeZdenek Kabelac2010-10-251-1/+1
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-6/+6
* Use macro outsize() with check for error return value.Zdenek Kabelac2010-01-071-2/+2
* #define an INTERNAL_ERROR macro and use it throughout LVM.Petr Rockai2009-12-161-1/+1
* Add global/si_unit_consistency to enable cleaned-up use of units in output.Alasdair Kergon2009-09-281-1/+8
* Fix confusing metadata syntax error messages.Milan Broz2009-07-091-5/+5
* Fix last check-ins: seg can be NULL.Alasdair Kergon2009-02-281-3/+4
* Attempt cleanup in child before execing new binary in exec_cmd()Alasdair Kergon2009-02-281-3/+3
* Add detection of clustered mirror log capability.Milan Broz2008-04-071-1/+2
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-5/+5
* Use stack return macros throughout.Alasdair Kergon2008-01-301-4/+2
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Split metadata-external.h out from metadata.h for the tools to use.Alasdair Kergon2007-07-181-0/+1
* Add segment parameter to target_present functions.Alasdair Kergon2006-10-181-1/+1
* exclude targets that are always built-inAlasdair Kergon2006-10-031-12/+0
* Add LV column to reports listing kernel modules needed for activation.Alasdair Kergon2006-10-031-0/+12
* Fix lvcreate corelog validation.Alasdair Kergon2006-05-161-1/+1
* Add mirror_library description to example.conf.Alasdair Kergon2006-05-111-4/+6
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-9/+9
* Check for libsepol.Alasdair Kergon2006-04-191-26/+27
* rename deptreeAlasdair Kergon2005-11-091-3/+3
* Replacement activation code. [Don't use this yet!]Alasdair Kergon2005-11-081-26/+21
* use seg_type macroAlasdair Kergon2005-10-181-3/+3
* Split lv_segment_area from lv_segment to permit extension.Alasdair Kergon2005-10-181-3/+3
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-161-6/+4
* Various allocation-related pvmove fixes.Alasdair Kergon2005-06-141-1/+2
* Always insert an intermediate layer for mirrors.Alasdair Kergon2005-06-031-1/+1
* Basic support for mirrors.Alasdair Kergon2005-06-011-6/+6
* Reinstate full PV size when removing from VG.Alasdair Kergon2005-05-031-2/+12
* Rename old segtypes files to segtype.Alasdair Kergon2004-09-161-1/+1
* Write log message when each segtype/format gets initialised.Alasdair Kergon2004-09-141-0/+2
* Some basic checking for presence of device-mapper targets.Alasdair Kergon2004-05-051-0/+14
* Begin to separate out segment types.Alasdair Kergon2004-05-041-0/+207