summaryrefslogtreecommitdiffstats
path: root/tools/vgscan.c
Commit message (Expand)AuthorAgeFilesLines
* Add 'vgscan --cache' functionality for consistency with 'pvscan --cache'.Peter Rajnoha2012-03-271-5/+18
* Check return values after calling new lvmetad fnsAlasdair Kergon2012-02-281-1/+4
* The lvmetad client-side integration. Only active when use_lvmetad = 1 is set inPetr Rockai2012-02-231-1/+5
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-1/+1
* Fix process_each_vg / _process_one_vg when vg_read() returns FAILED_LOCKING.Dave Wysochanski2009-09-151-5/+0
* Add lots of missing stack debug messages to tools.Alasdair Kergon2009-09-141-1/+3
* 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/+5
* Fix double releasing of vg when repairing of vg is requested.Milan Broz2009-06-051-15/+2
* Pre-release cleanups.Alasdair Kergon2009-05-211-1/+1
* Properly release VG memory pool in all CLI tools.Milan Broz2009-04-101-1/+1
* Fix vgreduce to use vg_split_mdas to check sufficient mdas remain.Alasdair Kergon2008-04-081-1/+1
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-1/+1
* Introduce VG_GLOBAL lock type for vgscan/pvscan to trigger clvmd -R.Alasdair Kergon2007-08-231-0/+6
* 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-1/+1
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-1/+2
* vgscan/change/display/vgs automatically create metadata backup if out-of-date...Alasdair Kergon2005-05-171-0/+2
* Improve detection of external changes affecting internal cache.Alasdair Kergon2005-03-211-3/+0
* Fix vgscan metadata auto-correction.Alasdair Kergon2005-01-171-1/+1
* Update copyright notices.Alasdair Kergon2004-03-301-13/+8
* Fix support for PVs on read only devices. [Still must set LVs read only]Alasdair Kergon2003-11-211-0/+1
* vgscan --mknodesAlasdair Kergon2003-11-141-2/+12
* 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-22/+26
* Merge with text format branch.Alasdair Kergon2002-04-241-3/+4
* 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-3/+2
* Preparation for an LVM2 liblvm - pass cmd_context into each tool andAlasdair Kergon2002-02-111-6/+6
* o Support locking with local lock filesAlasdair Kergon2002-02-111-1/+2
* quotes around names in outputHeinz Mauelshagen2002-01-301-3/+3
* o Basic support for exporting (but importing not completed yet).Alasdair Kergon2002-01-291-1/+3
* Tweak some error message levels.Alasdair Kergon2002-01-271-1/+1
* o ACTIVE is no longer a status flag - lv_active() used to check if an LVAlasdair Kergon2002-01-101-17/+1
* Add internal cache holding a 'hint' list of the PVs belonging to each VG.Alasdair Kergon2001-12-131-5/+6
* o activation & active status testsAlasdair Kergon2001-11-211-4/+6
* iospace restructuredAlasdair Kergon2001-11-121-3/+3
* persistent cache fully incorporated. Goodbye to scanning /dev/cdrom :-)Alasdair Kergon2001-10-241-0/+3
* pvscanAlasdair Kergon2001-10-161-5/+5
* vgreduce, vgremove, vgrename & vgscanAlasdair Kergon2001-10-111-0/+66