summaryrefslogtreecommitdiffstats
path: root/tools/reporter.c
Commit message (Expand)AuthorAgeFilesLines
* Add internal error for unsupported code pathsZdenek Kabelac2012-02-131-0/+3
* Replace free_vg with release_vgZdenek Kabelac2011-08-101-2/+2
* Use empty string instead of /dev// for LV path when there's no VG.Alasdair Kergon2011-03-091-5/+2
* Const fixingZdenek Kabelac2011-02-181-2/+2
* Rename vg_release to free_vg.Alasdair Kergon2010-12-081-4/+4
* The _free_vg that is created as a placeholder when reporting segments in pvsPetr Rockai2010-11-171-2/+6
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-3/+3
* Fix exit code when requesting help using documented -o help option.Milan Broz2010-06-171-0/+2
* Remove redundant check in _lvs_single now that the callerMike Snitzer2010-04-231-3/+0
* Look up missing PVs by uuid not dev_name in _pvs_single to avoid invalid stat.Alasdair Kergon2010-03-161-20/+33
* Add missing vg_release to pvs and pvdisplay to fix memory leak.Milan Broz2009-11-241-0/+1
* Tidy some uses of arg_count and introduce arg_is_set.Alasdair Kergon2009-11-031-4/+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-9/+27
* Port process_each_pv to new vg_read.Petr Rockai2009-07-151-3/+3
* Rework the toollib interface (process_each_*) on top of new vg_read.Dave Wysochanski2009-07-011-11/+15
* 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
* Fix double releasing of vg when repairing of vg is requested.Milan Broz2009-06-051-18/+6
* Merge lv_is_displayable and lv_is_visible.Milan Broz2009-05-131-2/+2
* Fix pvseg report for orphan PVs and other devices.Milan Broz2009-04-211-2/+10
* Properly release VG memory pool in all CLI tools.Milan Broz2009-04-101-0/+4
* Separate PV label attributes which do not need parse metadata when reporting.Milan Broz2009-02-091-7/+25
* Rename vg_read() to vg_read_internal(). (mornfall)Alasdair Kergon2009-01-261-1/+1
* ...and a few more uninitialised dummy fields.Alasdair Kergon2009-01-101-0/+3
* Added displayable_lvs_in_vg and lv_is_displayable functions to deal withPeter Rajnoha2008-12-041-2/+2
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-3/+3
* Fix reporting of LV fields alongside unallocated PV segments.Alasdair Kergon2008-06-251-2/+33
* Add --rows to reports.Alasdair Kergon2008-06-241-1/+7
* Add --unquoted to reporting tools.Alasdair Kergon2008-06-241-2/+6
* post-releaseAlasdair Kergon2008-06-061-1/+1
* Add --prefixes to reporting tools for field name prefix output format.Alasdair Kergon2008-04-201-2/+8
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-4/+4
* Fix pvs, vgs, lvs error exit status on some error paths.Alasdair Kergon2008-01-201-5/+7
* Fix a segfault if using pvs with --all argument. (2.02.29)Milan Broz2008-01-071-1/+1
* avoid some compiler warningsAlasdair Kergon2007-12-201-1/+1
* Append fields to report/pvsegs_cols_verbose.Alasdair Kergon2007-12-141-7/+10
* 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-24/+6
* Fix orphan-related locking in pvdisplay and pvs.Alasdair Kergon2007-11-021-7/+24
* Clean up numerous compiler warnings that crept in recently.Alasdair Kergon2007-08-221-2/+4
* 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-12/+12
* Convert pv->vg_name to get_pv_vg_nameDave Wysochanski2007-06-141-4/+4
* Convert pv->vg_name to get_pv_vg_nameDave Wysochanski2007-06-131-8/+8
* Add vg_check_status to consolidate vg status flags checks and error messages.Dave Wysochanski2007-06-061-7/+2
* Fix a leak in a reporting error path.Alasdair Kergon2007-02-141-1/+2
* fix pvsegs report tooAlasdair Kergon2007-01-271-1/+13
* Fix vgs to treat args as VGs even when PV fields are displayed.Alasdair Kergon2007-01-271-5/+27