summaryrefslogtreecommitdiffstats
path: root/lib/metadata/merge.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: drop unneeded included header filesZdenek Kabelac2012-08-231-1/+0
* Using %u modifier to print unsigned values.Zdenek Kabelac2012-03-121-6/+6
* Use chunk_size consistently for thin_pool within LVM.Alasdair Kergon2012-01-241-4/+4
* Thin rename seg var pool_metadata_lv to metadata_lvZdenek Kabelac2012-01-191-5/+5
* Thin supports snapshotsZdenek Kabelac2011-11-071-0/+2
* Always use vg memory pool for allocated lv segmentZdenek Kabelac2011-10-231-1/+1
* Add _BLOCK_ to defineZdenek Kabelac2011-10-201-2/+2
* Move defines to headerZdenek Kabelac2011-10-061-2/+3
* Fix bad error message for thinp validationZdenek Kabelac2011-09-291-1/+1
* Add experimental code for activation of thinp targetsZdenek Kabelac2011-09-291-0/+12
* Trim spaces on EOLZdenek Kabelac2011-09-161-3/+3
* lvcreate/remove thin_pool and thin volumes (--driverloaded n only)Alasdair Kergon2011-09-081-0/+110
* pool attach fns & more field renamingAlasdair Kergon2011-09-061-1/+1
* lvcreate parsing for thin provisioning.Alasdair Kergon2011-09-061-1/+1
* Add basic RAID segment type(s) support.Jonathan Earl Brassow2011-08-021-10/+18
* Validate mirror segments sizeMilan Broz2011-06-091-0/+10
* Replicator: check replicator segmentZdenek Kabelac2010-05-211-0/+3
* Replicator: base lvm2 supportZdenek Kabelac2010-05-211-0/+14
* Permit mimage LVs to be striped in lvcreate and lvresize.Alasdair Kergon2010-04-091-1/+2
* Fix pvmove allocation to take existing parallel stripes into account.Alasdair Kergon2010-04-081-1/+1
* Limit number of error messages when checking LV segments.Alasdair Kergon2010-04-011-20/+26
* Fix all segments memory is allocated from vg private mempool.Milan Broz2010-03-311-2/+2
* A missing space in the error message.Mikulas Patocka2010-03-311-1/+1
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-9/+9
* Fix remove_layer_from_lv to empty the LV before removing it. (2.02.30)Alasdair Kergon2008-02-221-0/+14
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-2/+2
* Use stack return macros throughout.Alasdair Kergon2008-01-301-12/+6
* Fix two check_lv_segments error messages to show whole segment.Alasdair Kergon2008-01-261-5/+6
* Maintain lists of stacked LV segments using each LV.Alasdair Kergon2008-01-161-8/+54
* Prevent lvconvert -s from using same LV as origin and snapshot.Alasdair Kergon2007-11-071-0/+9
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Cope with find_seg_by_le() failure in check_lv_segments().Alasdair Kergon2007-07-101-3/+3
* more mirror library functionsAlasdair Kergon2005-10-281-1/+1
* Fix new mirror_seg pointer.Alasdair Kergon2005-10-271-7/+7
* Add mirror_seg pointer to lv_segment struct. (incomplete & untested)Alasdair Kergon2005-10-271-0/+46
* Fix pvmove segment splitting.Alasdair Kergon2005-07-121-2/+8
* Various allocation-related pvmove fixes.Alasdair Kergon2005-06-141-4/+10
* Basic support for mirrors.Alasdair Kergon2005-06-011-17/+65
* lv_reduce tidying.Alasdair Kergon2005-05-091-2/+2
* Reinstate full PV size when removing from VG.Alasdair Kergon2005-05-031-18/+24
* extend alloc_lv_segmentAlasdair Kergon2005-04-221-2/+8
* Rename old segtypes files to segtype.Alasdair Kergon2004-09-161-1/+1
* Support for PE ranges in pvmove source PV.Alasdair Kergon2004-08-171-5/+23
* Begin to separate out segment types.Alasdair Kergon2004-05-041-52/+10
* Update copyright notices.Alasdair Kergon2004-03-301-2/+11
* taggingAlasdair Kergon2004-03-081-0/+9
* Improve segment merge/split code.Alasdair Kergon2003-09-151-0/+88
* Additional validation of LV segments read from metadata. [HM]Alasdair Kergon2003-09-011-13/+48
* Fix unsafe list iteration in segment merge code. [HM]Alasdair Kergon2003-08-271-2/+2
* Update segment area length when merging consecutive segments.Alasdair Kergon2003-04-241-0/+1