summaryrefslogtreecommitdiffstats
path: root/tools/vgck.c
Commit message (Expand)AuthorAgeFilesLines
* Make vgck warn about missing PVs.Petr Rockai2010-07-271-0/+6
* 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-5/+0
* Add lots of missing stack debug messages to tools.Alasdair Kergon2009-09-141-3/+9
* Fix vgck and vgremove segfault if non-existent vg given.Dave Wysochanski2009-07-141-0/+3
* Rework the toollib interface (process_each_*) on top of new vg_read.Dave Wysochanski2009-07-011-3/+2
* Fix double releasing of vg when repairing of vg is requested.Milan Broz2009-06-051-11/+2
* Fix warning in previous commit.Milan Broz2009-03-161-0/+1
* Fix lv_count when manipulating with snapshots and max_lv is set.Milan Broz2009-03-161-0/+3
* 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
* Convert vg->status checks to use vg_check_status function.\nRename status_fla...Dave Wysochanski2007-06-191-3/+1
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-2/+4
* Update copyright notices.Alasdair Kergon2004-03-301-13/+8
* More consistent error code usage.Alasdair Kergon2003-10-211-2/+1
* Correct order of consistency/exists checks.Alasdair Kergon2003-09-151-4/+4
* Another sync point - numerous fixes & clean ups.Alasdair Kergon2003-07-041-0/+1
* New column-based reporting tools: lvs, pvs & vgs.Alasdair Kergon2002-12-121-1/+0
* Some new features.Alasdair Kergon2002-11-181-18/+13
* Merge with text format branch.Alasdair Kergon2002-04-241-1/+1
* 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-2/+1
* Preparation for an LVM2 liblvm - pass cmd_context into each tool andAlasdair Kergon2002-02-111-5/+5
* o Support locking with local lock filesAlasdair Kergon2002-02-111-1/+1
* quotes around names in outputHeinz Mauelshagen2002-01-301-5/+6
* iospace restructuredAlasdair Kergon2001-11-121-1/+1
* vgrename & vgckAlasdair Kergon2001-10-081-0/+54