summaryrefslogtreecommitdiffstats
path: root/lib/format_text/import_vsn1.c
Commit message (Expand)AuthorAgeFilesLines
* Change pvscan --lvmetad to pvscan --cache.Alasdair Kergon2012-03-021-1/+1
* Just code move of hash initialization in front of functionZdenek Kabelac2012-02-271-18/+18
* The lvmetad client-side integration. Only active when use_lvmetad = 1 is set inPetr Rockai2012-02-231-1/+7
* Move lvmcache data structures behind an API (making the structures private toPetr Rockai2012-02-101-1/+1
* Check for correctness of uint64 value if existsZdenek Kabelac2012-01-251-1/+5
* Add support to keep info about creation time and host for each LVZdenek Kabelac2012-01-191-1/+26
* Rename internal macro to match signessZdenek Kabelac2012-01-191-3/+3
* Allow empty strings for description and creation_host config fieldsZdenek Kabelac2011-12-211-2/+2
* Drop mempool parameter from read functionsZdenek Kabelac2011-10-231-19/+17
* Always use vg memory pool for allocated lv segmentZdenek Kabelac2011-10-231-1/+1
* lvcreate parsing for thin provisioning.Alasdair Kergon2011-09-061-1/+1
* Replace const usage of dm_config_find_node with more appropriate value-lookupPetr Rockai2011-08-311-61/+37
* Move the core of the lib/config/config.c functionality into libdevmapper,Petr Rockai2011-08-301-59/+59
* Replace free_vg with release_vgZdenek Kabelac2011-08-101-1/+1
* Add basic RAID segment type(s) support.Jonathan Earl Brassow2011-08-021-1/+4
* Defer writing PV labels to vg_write.Alasdair Kergon2011-06-011-1/+4
* test update without WHATS_NEW to check it gives warning nowAlasdair Kergon2011-04-291-1/+1
* Rename _check_versionAlasdair Kergon2011-03-271-2/+2
* Fix allocation of system_idZdenek Kabelac2011-03-131-1/+1
* Use only vg_set_fid and new pv_set_fid fn to assign the format instance.Peter Rajnoha2011-03-111-4/+4
* Refactor vg allocation codeZdenek Kabelac2011-03-101-27/+11
* Increase hash table size to 1024 lv names and 64 pv uuidsZdenek Kabelac2011-02-031-2/+2
* Intentionaly ignore result from get_config_uint32Zdenek Kabelac2011-01-061-1/+1
* Remove check for existance of vg pointerZdenek Kabelac2010-12-221-8/+4
* Add more strict const pointers around config treeZdenek Kabelac2010-12-201-33/+34
* Fix memory leak when VG allocation policy in metadata is invalid.Alasdair Kergon2010-11-291-6/+11
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-12/+12
* Make vg->mda_copies persistent in on disk vg metadata.Dave Wysochanski2010-06-281-0/+5
* Suppress duplicate error messages about read failures and missing devices.Petr Rockai2010-05-051-1/+1
* Fix pvmove allocation to take existing parallel stripes into account.Alasdair Kergon2010-04-081-1/+1
* Add add_pvl_to_vgs() - helper function to add a pv to a vg list.Dave Wysochanski2010-04-061-2/+1
* Refactor _read_pv() code that updates vg->extent_count and vg->free_count.Dave Wysochanski2010-04-061-4/+2
* Change most remaining log_error WARNING messages to log_warn.Alasdair Kergon2010-04-011-3/+3
* Use hash table for quick lv reference when reading metadata.Milan Broz2010-03-311-12/+32
* Suppress repeated errors about the same missing PV uuids.Alasdair Kergon2010-03-171-14/+23
* Only do one full device scan during each read of text format metadata.Alasdair Kergon2010-03-161-6/+10
* Update a few more uint64_t's related to the 64-bit status change.Dave Wysochanski2009-12-041-2/+2
* Switch status from 32-bit to 64-bitMike Snitzer2009-11-241-2/+2
* Consolidate LV allocation into alloc_lv().Alasdair Kergon2009-09-281-7/+1
* Add vg_reduce to metadata.c and metadata-exported.hDave Wysochanski2009-07-271-0/+1
* Fix and precise metadata read errors for segment areas.Milan Broz2009-07-091-9/+6
* Fix segment import functions to print segment name and logical volume name.Milan Broz2009-07-091-14/+15
* Introduce link_lv_to_vg and unlink_lv_from_vg functions.Milan Broz2009-05-131-9/+2
* Remove vg->lv_count and use counter function.Milan Broz2009-05-131-1/+0
* Fix snapshot segment import to not use duplicate segments & replace.Milan Broz2009-05-131-10/+0
* Introduce memory pool per volume group.Milan Broz2009-04-101-4/+9
* Save and restore the previous logging level when log level is changed.Takahiro Yasui2009-04-021-2/+3
* Fix error messages when PV uuid or pe_start reading fails.Dave Wysochanski2009-03-091-2/+2
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-15/+15
* Improve the way VGs with PVs missing are handled so manual interventionAlasdair Kergon2008-09-191-10/+3