summaryrefslogtreecommitdiffstats
path: root/tools/pvdisplay.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: uint64_t castsZdenek Kabelac2012-08-231-1/+1
* Replace free_vg with release_vgZdenek Kabelac2011-08-101-2/+2
* Rename vg_release to free_vg.Alasdair Kergon2010-12-081-2/+2
* Add missing vg_release to pvs and pvdisplay to fix memory leak.Milan Broz2009-11-241-3/+4
* Port process_each_pv to new vg_read.Petr Rockai2009-07-151-1/+1
* Convert the straight instances of vg_lock_and_read to new vg_read(_for_update).Dave Wysochanski2009-07-011-2/+2
* revert last patch - let's do a release firstAlasdair Kergon2009-06-261-2/+2
* Convert the straight instances of vg_lock_and_read to new vg_read(_for_update).Dave Wysochanski2009-06-261-2/+2
* Properly release VG memory pool in all CLI tools.Milan Broz2009-04-101-0/+3
* Separate PV label attributes which do not need parse metadata when reporting.Milan Broz2009-02-091-1/+1
* Rename vg_read() to vg_read_internal(). (mornfall)Alasdair Kergon2009-01-261-1/+1
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-8/+8
* use scan_vgs_for_pvs to detect non-orphans without MDAsAlasdair Kergon2008-01-161-1/+1
* more vg_read lock fixesAlasdair Kergon2007-11-151-0/+1
* Convert some vg_reads into vg_lock_and_readsAlasdair Kergon2007-11-151-13/+3
* Avoid nested vg_reads when processing PVs in VGs and fix associated locking.Alasdair Kergon2007-11-141-21/+22
* Fix orphan-related locking in pvdisplay and pvs.Alasdair Kergon2007-11-021-7/+9
* Convert pvchange, pvdisplay, pvscan to use is_orphan()Bryn M. Reeves2007-11-021-2/+2
* Add pv_dev_name() to access PV device name.Dave Wysochanski2007-10-121-1/+1
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Remove get_ prefix from get_pv_* functionsDave Wysochanski2007-06-151-15/+15
* Convert pv->vg_name to get_pv_vg_nameDave Wysochanski2007-06-141-2/+2
* Convert pv->vg_name to get_pv_vg_nameDave Wysochanski2007-06-131-8/+8
* Convert pv->status to get_pv_statusDave Wysochanski2007-06-131-1/+1
* Convert pv->dev to get_pv_devDave Wysochanski2007-06-131-1/+1
* Convert pv->size to get_pv_sizeDave Wysochanski2007-06-131-1/+1
* Convert pv->pe_size to get_pv_pe_sizeDave Wysochanski2007-06-131-1/+2
* Convert pv->pe_alloc_count to get_pv_pe_alloc_countDave Wysochanski2007-06-131-1/+1
* Add vg_check_status to consolidate vg status flags checks and error messages.Dave Wysochanski2007-06-061-4/+1
* make code consistent with pvresize code - good candidate for common code cleanupDave Wysochanski2007-06-051-8/+7
* Fix redundant segment display when PV is given to 'pvdisplay --maps' cmdline.Dave Wysochanski2007-05-311-1/+16
* Add --maps to pvdisplay.Dave Wysochanski2007-05-301-2/+2
* Fix pvdisplay to use vg_read() for non-orphansAlasdair Kergon2006-10-161-4/+30
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-3/+4
* Add -a to pvdisplay -C.Alasdair Kergon2005-03-211-0/+1
* Fix rounding of large displayed sizes.Alasdair Kergon2004-06-071-2/+2
* fix return codeAlasdair Kergon2004-05-051-1/+1
* Update copyright notices.Alasdair Kergon2004-03-301-13/+8
* More consistent error code usage.Alasdair Kergon2003-10-211-6/+4
* Default stripesize 64k & config file setting for it;Alasdair Kergon2002-12-191-3/+3
* New column-based reporting tools: lvs, pvs & vgs.Alasdair Kergon2002-12-121-39/+27
* Some new features.Alasdair Kergon2002-11-181-67/+38
* Merge with text format branch.Alasdair Kergon2002-04-241-4/+4
* Run through indent - no (intentional) changes to any code.Alasdair Kergon2002-02-111-22/+19
* Preparation for an LVM2 liblvm - pass cmd_context into each tool andAlasdair Kergon2002-02-111-11/+11
* quotes around names in outputHeinz Mauelshagen2002-01-301-7/+8
* o ChangedJoe Thornber2002-01-211-1/+1
* Tweaks for make install. -m args replaces verbose to display maps.Alasdair Kergon2001-12-031-2/+2
* iospace restructuredAlasdair Kergon2001-11-121-2/+2
* o LGPL list implementationJoe Thornber2001-10-311-3/+3