summaryrefslogtreecommitdiffstats
path: root/lib/format_pool/import_export.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: drop unneeded included header filesZdenek Kabelac2012-08-231-1/+0
* Always use vg memory pool for allocated lv segmentZdenek Kabelac2011-10-231-2/+2
* lvcreate parsing for thin provisioning.Alasdair Kergon2011-09-061-2/+2
* Check str_list_add() successZdenek Kabelac2010-12-011-2/+8
* Call add_pvl_to_vgs() and del_pvl_from_vgs() from more places.Dave Wysochanski2010-04-131-2/+1
* Move increment of vg->pv_count from import_pool_vg() to import_pool_pvs().Dave Wysochanski2010-04-131-1/+1
* Remove unnecessary parameter from import_pool_pvs().Dave Wysochanski2010-04-131-2/+2
* Fix pvmove allocation to take existing parallel stripes into account.Alasdair Kergon2010-04-081-2/+2
* Consolidate LV allocation into alloc_lv().Alasdair Kergon2009-09-281-13/+2
* Introduce link_lv_to_vg and unlink_lv_from_vg functions.Milan Broz2009-05-131-12/+2
* Remove vg->lv_count and use counter function.Milan Broz2009-05-131-2/+0
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-21/+21
* Pass struct physical_volume to pe_align.Alasdair Kergon2008-09-191-0/+1
* copy vgid only when volume group is present in import_pool_pvZdenek Kabelac2008-06-111-1/+2
* Fix wrong free_count on imported volume group from pool deviceZdenek Kabelac2008-06-101-1/+1
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-2/+2
* Use stack return macros throughout.Alasdair Kergon2008-01-301-32/+16
* Maintain lists of stacked LV segments using each LV.Alasdair Kergon2008-01-161-0/+1
* Enhance the management of readahead settings.Alasdair Kergon2007-11-091-1/+2
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-2/+2
* Fix vgexport/vgimport to set/reset PV exported flag so pv_attr is correct.Alasdair Kergon2006-04-121-0/+1
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-161-15/+14
* fix pool format handler to work with pvseg codeAJ Lewis2005-07-261-1/+1
* Basic support for mirrors.Alasdair Kergon2005-06-011-21/+9
* Remove lists of free PV segments.Alasdair Kergon2005-05-111-1/+0
* Reinstate full PV size when removing from VG.Alasdair Kergon2005-05-031-2/+8
* extend alloc_lv_segmentAlasdair Kergon2005-04-221-36/+37
* set_lv_segment_area_pv/lvAlasdair Kergon2005-04-221-8/+6
* Initial pv_segment code.Alasdair Kergon2005-04-191-0/+8
* Internal snapshot code restructuring.Alasdair Kergon2005-04-071-1/+8
* Add fixed offset to imported pool minor numbers.Alasdair Kergon2005-02-091-1/+1
* Split out pool sptype_names to avoid unused const.Alasdair Kergon2005-01-201-0/+1
* Rename old segtypes files to segtype.Alasdair Kergon2004-09-161-1/+1
* Change alloc_areas to pe_ranges and allow suppression of availability checks.Alasdair Kergon2004-08-171-1/+1
* Add read-only GFS pool support.Alasdair Kergon2004-06-071-0/+309