summaryrefslogtreecommitdiffstats
path: root/tools/vgimport.c
Commit message (Expand)AuthorAgeFilesLines
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-2/+2
* Fix process_each_vg / _process_one_vg when vg_read() returns FAILED_LOCKING.Dave Wysochanski2009-09-151-3/+0
* Add lots of missing stack debug messages to tools.Alasdair Kergon2009-09-141-6/+6
* Use vg_is_exported(vg) macro everywhere.Dave Wysochanski2009-09-141-2/+2
* Rework the toollib interface (process_each_*) on top of new vg_read.Dave Wysochanski2009-07-011-3/+7
* Fix double releasing of vg when repairing of vg is requested.Milan Broz2009-06-051-7/+2
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-1/+1
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-1/+1
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Add vg_status function and clean up vg->status in tools directoryDave Wysochanski2007-06-191-2/+2
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-2/+3
* Fix vgexport/vgimport to set/reset PV exported flag so pv_attr is correct.Alasdair Kergon2006-04-121-0/+8
* Update copyright notices.Alasdair Kergon2004-03-301-13/+8
* More consistent error code usage.Alasdair Kergon2003-10-211-1/+1
* Another sync point - numerous fixes & clean ups.Alasdair Kergon2003-07-041-1/+1
* Some new features.Alasdair Kergon2002-11-181-24/+20
* agk, I recall you saying you had a massive commit pending; if you need meAndres Salomon2002-10-271-0/+3
* Merge with text format branch.Alasdair Kergon2002-04-241-2/+2
* Review locking: block signals instead of ignoring them and restore stateAlasdair Kergon2002-03-151-1/+1
* Run through indent - no (intentional) changes to any code.Alasdair Kergon2002-02-111-10/+10
* Preparation for an LVM2 liblvm - pass cmd_context into each tool andAlasdair Kergon2002-02-111-8/+8
* o Support locking with local lock filesAlasdair Kergon2002-02-111-6/+9
* quotes around names in outputHeinz Mauelshagen2002-01-301-4/+5
* add vgimportAlasdair Kergon2002-01-291-0/+72