summaryrefslogtreecommitdiffstats
path: root/tools/vgdisplay.c
Commit message (Expand)AuthorAgeFilesLines
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-1/+1
* API change for args of process_each_lv_in_vg()Zdenek Kabelac2010-05-211-1/+1
* Document --all option in man pages, cleanup {pv|vg|lv}{s|display} man pages.Dave Wysochanski2009-10-261-2/+0
* 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
* Rework the toollib interface (process_each_*) on top of new vg_read.Dave Wysochanski2009-07-011-3/+4
* Fix double releasing of vg when repairing of vg is requested.Milan Broz2009-06-051-8/+2
* Fix vgdisplay return code and exit status.Dave Wysochanski2008-11-071-4/+2
* Fix return values for reporting commands when run with no PVs, LVs, or VGs.Dave Wysochanski2008-06-101-1/+1
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-5/+5
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Add "const" attributes where possible: first cut.Jim Meyering2007-08-071-3/+4
* Convert vg->status checks to use vg_check_status function.\nRename status_fla...Dave Wysochanski2007-06-191-2/+1
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-1/+1
* vgscan/change/display/vgs automatically create metadata backup if out-of-date...Alasdair Kergon2005-05-171-0/+2
* Update copyright notices.Alasdair Kergon2004-03-301-13/+8
* taggingAlasdair Kergon2004-03-081-2/+3
* More consistent error code usage.Alasdair Kergon2003-10-211-3/+3
* Another sync point - numerous fixes & clean ups.Alasdair Kergon2003-07-041-0/+2
* New column-based reporting tools: lvs, pvs & vgs.Alasdair Kergon2002-12-121-0/+17
* Some new features.Alasdair Kergon2002-11-181-47/+41
* 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-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-6/+5
* Preparation for an LVM2 liblvm - pass cmd_context into each tool andAlasdair Kergon2002-02-111-14/+14
* o Support locking with local lock filesAlasdair Kergon2002-02-111-1/+1
* quotes around names in outputHeinz Mauelshagen2002-01-301-3/+3
* vgdisplayAlasdair Kergon2001-11-191-0/+104