summaryrefslogtreecommitdiffstats
path: root/lib/display/display.c
Commit message (Expand)AuthorAgeFilesLines
* buffering: use unbuffered silent mode for liblvmAlasdair G Kergon2012-08-261-1/+8
* config: add silent modeAlasdair G Kergon2012-08-251-1/+1
* Never try to test character past given bufferZdenek Kabelac2012-02-131-1/+1
* pre-releaseAlasdair Kergon2012-01-261-6/+6
* & -> &&Alasdair Kergon2012-01-251-1/+1
* Use chunk_size consistently for thin_pool within LVM.Alasdair Kergon2012-01-241-1/+1
* Update lvdisplay to show more info about thin LVsZdenek Kabelac2012-01-201-23/+76
* Thin rename seg var pool_metadata_lv to metadata_lvZdenek Kabelac2012-01-191-1/+1
* Show read-only activation in display tools.Alasdair Kergon2012-01-121-3/+11
* Move y/n prompts to stderr and repeat if response has both 'n' and 'y'.Alasdair Kergon2011-11-231-5/+11
* Use capital lettersZdenek Kabelac2011-10-041-2/+2
* Display transaction_id for thin_poolZdenek Kabelac2011-10-031-0/+3
* typoAlasdair Kergon2011-09-271-1/+1
* Show some Thin related info in lvdisplayZdenek Kabelac2011-09-261-0/+12
* Fix some compile warnings on RHEL5Milan Broz2011-03-011-1/+1
* Handle decimal digits with --units instead of ignoring them silently.Alasdair Kergon2011-02-181-20/+29
* Refactor the percent (mirror sync, snapshot usage) handling code to usePetr Rockai2010-11-301-9/+7
* Extend cling allocation policy to recognise PV tags (cling_by_tags).Alasdair Kergon2010-11-091-2/+7
* pre-releaseAlasdair Kergon2010-10-251-5/+17
* Allow internal suspend and resume of origin without its snapshots.Alasdair Kergon2010-08-171-2/+2
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-12/+12
* Use vg_mda_count() in vgdisplay.Dave Wysochanski2010-06-281-1/+1
* Cleanup returns for void functions.Zdenek Kabelac2009-12-111-11/+0
* Switch status from 32-bit to 64-bitMike Snitzer2009-11-241-3/+3
* Add fflush for the case the log is redirected to the buffered file.Zdenek Kabelac2009-11-031-0/+1
* Permit snapshots of mirrors. (brassow)Alasdair Kergon2009-10-261-1/+8
* Introduce percent_range_t and centralise snapshot full/mirror in-sync checks.Alasdair Kergon2009-10-011-6/+9
* Distinguish between powers of 1000 and powers of 1024 in unit suffixes.Alasdair Kergon2009-09-301-25/+96
* Treat input units of both 's' and 'S' as 512-byte sectors. (2.02.49)Alasdair Kergon2009-09-281-3/+1
* Add global/si_unit_consistency to enable cleaned-up use of units in output.Alasdair Kergon2009-09-281-2/+7
* Add vg_is_resizeable() and cleanup references.Dave Wysochanski2009-09-151-1/+1
* Use vg_is_exported(vg) macro everywhere.Dave Wysochanski2009-09-141-1/+1
* Update display.c to use vg_free(vg) instead of duplicating the calculation.Dave Wysochanski2009-07-271-4/+2
* Continue to make --units and --size consistent (in code and man pages):Mike Snitzer2009-07-071-3/+6
* Merge lv_is_displayable and lv_is_visible.Milan Broz2009-05-131-2/+2
* Added displayable_lvs_in_vg and lv_is_displayable functions to deal withPeter Rajnoha2008-12-041-14/+2
* Fix uninitialised lv_count in vgdisplay -cAlasdair Kergon2008-12-011-1/+1
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-9/+9
* more tweaking to get things to compile - dmlib.h for log fns, list.hAlasdair Kergon2008-11-031-12/+12
* Improve the way VGs with PVs missing are handled so manual interventionAlasdair Kergon2008-09-191-8/+2
* added const modifiersZdenek Kabelac2008-08-071-4/+4
* fix 3rd copyAlasdair Kergon2008-04-101-1/+1
* Fix vgdisplay 'Cur LV' field to match lvdisplay output.Alasdair Kergon2008-04-101-1/+14
* Add vg_is_clustered() helper function.Dave Wysochanski2008-04-101-1/+1
* Add pvseg_is_allocated() for identifying a PV segment allocated to a LV.Dave Wysochanski2008-03-261-1/+1
* split orphan VG by format typeAlasdair Kergon2008-02-061-1/+2
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-1/+1
* Use stack return macros throughout.Alasdair Kergon2008-01-301-8/+4
* readahead activation code (but no dm support yet)Alasdair Kergon2007-11-121-3/+11
* attempt to fix human-readable unit output when number of sectors is oddAlasdair Kergon2007-11-051-5/+5