summaryrefslogtreecommitdiffstats
path: root/lib/format_text/import.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: drop unneeded included header filesZdenek Kabelac2012-08-231-3/+0
* Pass 'single_device' parameter down to suppress 'Can't find uuid' messagesAlasdair Kergon2012-02-291-2/+3
* Make a cleaner split between config tree and config file functionality. MovePetr Rockai2011-12-181-10/+10
* Move the core of the lib/config/config.c functionality into libdevmapper,Petr Rockai2011-08-301-5/+5
* Code move of vg_mark_partial() up in stackZdenek Kabelac2011-06-171-0/+7
* Change import_vg_from_buffer to use config_treeZdenek Kabelac2011-01-101-7/+2
* Some const cleanupsZdenek Kabelac2010-12-201-1/+1
* Use void parameter for function definition.Zdenek Kabelac2010-08-031-1/+1
* Fix all segments memory is allocated from vg private mempool.Milan Broz2010-03-311-1/+1
* Suppress repeated errors about the same missing PV uuids.Alasdair Kergon2010-03-171-2/+6
* Switch status from 32-bit to 64-bitMike Snitzer2009-11-241-1/+1
* Cache VG metadata internally while VG lock is held.Alasdair Kergon2008-04-011-1/+25
* Refactor text format initialisation into _init_text_import.Alasdair Kergon2008-03-131-14/+14
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-3/+3
* 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
* Protect .cache manipulations with fcntl locking.Alasdair Kergon2006-11-041-2/+2
* Add mirror_library description to example.conf.Alasdair Kergon2006-05-111-1/+1
* fix last commitAlasdair Kergon2006-05-101-1/+1
* more coverity fixesAlasdair Kergon2006-05-101-5/+3
* Fix uuid_from_num() buffer overrun.Alasdair Kergon2006-05-101-1/+1
* Check for libsepol.Alasdair Kergon2006-04-191-6/+6
* When choosing between identically-named VGs, also consider creation_host.Alasdair Kergon2006-04-131-2/+4
* When scanning, also record whether or not VG is exported.Alasdair Kergon2006-04-111-2/+2
* Whenever vgname is captured, also capture vgid.Alasdair Kergon2006-04-111-0/+45
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-161-2/+0
* Support tagged config files.Alasdair Kergon2004-05-041-2/+2
* Update copyright notices.Alasdair Kergon2004-03-301-2/+11
* rename config file vars & always use / as separatorAlasdair Kergon2004-03-081-8/+8
* Another sync point - numerous fixes & clean ups.Alasdair Kergon2003-07-041-7/+6
* Some new features.Alasdair Kergon2002-11-181-712/+49
* i) There's now a seperate field in struct logical_volume that stores theJoe Thornber2002-07-111-0/+17
* tidyAlasdair Kergon2002-07-111-56/+56
* o Add version number to text format.Joe Thornber2002-07-021-0/+52
* Some partial VG support with format_text.Alasdair Kergon2002-04-301-5/+12
* Merge with text format branch.Alasdair Kergon2002-04-241-43/+44
* Missing seg->lv gives segfault when activating from text format.Alasdair Kergon2002-04-161-0/+1
* o Use new LCK_HOLD flag to indicate whether lock should be held on returnAlasdair Kergon2002-03-051-2/+4
* o Format1 wasn't recording the snapshot chunk size properlyJoe Thornber2002-02-261-2/+5
* Avoid ambigous volume_group argument in vg_add_snapshot()Heinz Mauelshagen2002-02-211-1/+1
* Generate LV uuid from lv_number when reading in LVs.Alasdair Kergon2002-02-211-0/+6
* o Define _read_uint32Joe Thornber2002-02-141-0/+3
* o snapshot support for the text format.Joe Thornber2002-02-131-5/+67
* Preparation for an LVM2 liblvm - pass cmd_context into each tool andAlasdair Kergon2002-02-111-0/+1
* o Added functions to display what's in the archive.Joe Thornber2002-02-111-9/+27
* Basic support for persistent minor numbers;Alasdair Kergon2002-02-011-0/+21
* Set pv->pe_size when reading in text-file backup.Alasdair Kergon2002-01-251-0/+1
* o Similar changes for lv_list.Joe Thornber2002-01-211-2/+3
* o ChangedJoe Thornber2002-01-211-2/+3
* o pvcreate --uuid to specify the uuid (required before using vgcfgrestoreAlasdair Kergon2002-01-161-11/+19