summaryrefslogtreecommitdiffstats
path: root/lib/format1/import-export.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: drop unneeded included header filesZdenek Kabelac2012-08-231-1/+0
* cleanup: replace memset with struct initilizationZdenek Kabelac2012-06-221-2/+1
* Defer writing PV labels to vg_write.Alasdair Kergon2011-06-011-1/+3
* Fix allocation of system_idZdenek Kabelac2011-03-131-1/+1
* Remove unneeded test for NULLZdenek Kabelac2010-11-301-1/+1
* Add dm_zalloc and use it and dm_pool_zalloc throughout.Alasdair Kergon2010-09-301-2/+1
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-3/+3
* Add add_pvl_to_vgs() - helper function to add a pv to a vg list.Dave Wysochanski2010-04-061-2/+1
* Refactor format1 vg->pvs list add and vg->pv_count.Dave Wysochanski2010-04-061-5/+4
* Change most remaining log_error WARNING messages to log_warn.Alasdair Kergon2010-04-011-3/+3
* Consolidate LV allocation into alloc_lv().Alasdair Kergon2009-09-281-7/+1
* Add vg_is_resizeable() and cleanup references.Dave Wysochanski2009-09-151-1/+1
* Use vg_is_exported(vg) macro everywhere.Dave Wysochanski2009-09-141-3/+3
* Use log_error macro consistently throughout in place of log_err.Alasdair Kergon2009-07-151-7/+7
* Merge lv_is_displayable and lv_is_visible.Milan Broz2009-05-131-1/+1
* Introduce link_lv_to_vg and unlink_lv_from_vg functions.Milan Broz2009-05-131-10/+8
* Tidy format1 import LV function.Milan Broz2009-05-131-5/+8
* Remove vg->lv_count and use counter function.Milan Broz2009-05-131-2/+1
* Fix snapshot segment import to not use duplicate segments & replace.Milan Broz2009-05-131-1/+1
* Remove snapshot_count from VG and use function instead.Milan Broz2009-05-121-1/+1
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-32/+32
* Improve the way VGs with PVs missing are handled so manual interventionAlasdair Kergon2008-09-191-6/+3
* Pass struct physical_volume to pe_align.Alasdair Kergon2008-09-191-0/+1
* Fix metadata corruption writing lvm1-formatted metadata with snapshots.Alasdair Kergon2008-04-221-1/+1
* Add vg_is_clustered() helper function.Dave Wysochanski2008-04-101-1/+1
* split orphan VG by format typeAlasdair Kergon2008-02-061-2/+3
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-2/+2
* Use stack return macros throughout.Alasdair Kergon2008-01-301-88/+44
* 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-2/+11
* Show 'not usable' space when PV is too large for device in pvdisplay.Alasdair Kergon2007-11-051-2/+2
* Fix orphan-related locking in pvdisplay and pvs.Alasdair Kergon2007-11-021-3/+6
* Add pv_dev_name() to access PV device name.Dave Wysochanski2007-10-121-4/+4
* Non-functional change - refactor vg_add_snapshot fid parameter.Dave Wysochanski2007-10-111-1/+1
* Clean up numerous compiler warnings that crept in recently.Alasdair Kergon2007-08-221-3/+3
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Set PV size to current device size if it is found to be zero.Alasdair Kergon2006-10-191-3/+25
* Move lvm_snprintf into libdevmapper.Alasdair Kergon2006-08-211-1/+1
* more coverity fixesAlasdair Kergon2006-05-101-8/+6
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-20/+20
* sign fixAlasdair Kergon2006-05-041-1/+1
* Fix vgexport/vgimport to set/reset PV exported flag so pv_attr is correct.Alasdair Kergon2006-04-121-2/+5
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-161-27/+24
* Fix lvm1 format metadata read.Alasdair Kergon2005-06-221-1/+1
* Various allocation-related pvmove fixes.Alasdair Kergon2005-06-141-1/+1
* Basic support for mirrors.Alasdair Kergon2005-06-011-51/+21
* 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/+3
* Initial pv_segment code.Alasdair Kergon2005-04-191-0/+8
* Internal snapshot code restructuring.Alasdair Kergon2005-04-071-29/+17