summaryrefslogtreecommitdiffstats
path: root/lib/display
Commit message (Expand)AuthorAgeFilesLines
...
* Show 'not usable' space when PV is too large for device in pvdisplay.Alasdair Kergon2007-11-051-12/+14
* Add pv_dev_name() to access PV device name.Dave Wysochanski2007-10-121-4/+4
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-202-6/+6
* Move lv_remove_single() into library (lv_manip.c, metadata-exported.h).Dave Wysochanski2007-08-202-0/+34
* Add "const" attributes where possible: first cut.Jim Meyering2007-08-072-40/+45
* Split metadata-external.h out from metadata.h for the tools to use.Alasdair Kergon2007-07-181-1/+1
* Fix pvdisplay --maps to not display segment header for orphan PVs.Dave Wysochanski2007-05-311-1/+2
* Fix redundant segment display when PV is given to 'pvdisplay --maps' cmdline.Dave Wysochanski2007-05-311-2/+0
* Remove 'Type' from pvdisplay --maps as there is no 'Type' of a physical segme...Dave Wysochanski2007-05-311-2/+0
* Small fixes to pvdisplay --maps: 1) rename struct pv_segment vars from 'seg' ...Dave Wysochanski2007-05-311-12/+12
* Add --maps to pvdisplay.Dave Wysochanski2007-05-302-0/+31
* Adjust some alignments for ia64 and sparc.Alasdair Kergon2006-11-301-6/+6
* Add some missing bounds checks on 32 bit extent counters.Alasdair Kergon2006-11-101-3/+17
* add cling allocation policyAlasdair Kergon2006-10-081-0/+1
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-092-32/+43
* Attempt to load missing targets using modprobe.Alasdair Kergon2005-10-171-2/+2
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-161-1/+1
* Various allocation-related pvmove fixes.Alasdair Kergon2005-06-141-1/+3
* Basic support for mirrors.Alasdair Kergon2005-06-011-12/+11
* Reinstate full PV size when removing from VG.Alasdair Kergon2005-05-031-5/+8
* Internal snapshot code restructuring.Alasdair Kergon2005-04-071-48/+34
* More 64-bit display/report fixes.Alasdair Kergon2005-02-011-1/+1
* Only ask libdevmapper for open_count when we need it.Alasdair Kergon2005-01-121-2/+2
* Rename old segtypes files to segtype.Alasdair Kergon2004-09-161-1/+1
* New commands 'segtypes' and 'formats'.Alasdair Kergon2004-09-142-0/+22
* Fix rounding of large displayed sizes.Alasdair Kergon2004-06-071-34/+31
* Suppress decimal point when using units of sectors/bytes.Alasdair Kergon2004-05-281-3/+13
* Rename allocation policies; add --alloc to cmdline; LV inherits from VG.Alasdair Kergon2004-05-181-4/+9
* Begin to separate out segment types.Alasdair Kergon2004-05-042-91/+16
* Update copyright notices.Alasdair Kergon2004-03-302-28/+18
* vgdisplay_colonsAlasdair Kergon2004-03-301-0/+47
* Fix inactive snapshot display.Alasdair Kergon2003-07-111-0/+5
* Another sync point - numerous fixes & clean ups.Alasdair Kergon2003-07-041-0/+2
* mirror display typeAlasdair Kergon2003-04-301-0/+7
* o Metadata area struct change.Alasdair Kergon2003-04-241-13/+28
* Allow for specification of major number as well as minor.Alasdair Kergon2003-04-021-1/+4
* size_t tidyingAlasdair Kergon2003-04-021-1/+1
* Tidy various pre-processing incl. making libdl optional.Alasdair Kergon2003-03-241-9/+9
* configure --disable-devmapper if you don't have libdevmapperAlasdair Kergon2003-01-081-2/+2
* Default stripesize 64k & config file setting for it;Alasdair Kergon2002-12-191-39/+44
* New column-based reporting tools: lvs, pvs & vgs.Alasdair Kergon2002-12-122-66/+159
* Fix display alignment of zero.Alasdair Kergon2002-12-051-7/+8
* Show PV uuid; single stripe is 'linear'; suppress snapshot fields for origin.Alasdair Kergon2002-12-031-1/+14
* Show stripesize in KB.Alasdair Kergon2002-11-261-15/+15
* Refactoring.Alasdair Kergon2002-11-182-247/+195
* i) There's now a seperate field in struct logical_volume that stores theJoe Thornber2002-07-112-24/+60
* o fix changed function namesAJ Lewis2002-05-231-3/+3
* o Actually read snapshot percentage from the kernel - what a pain! :)AJ Lewis2002-05-091-87/+27
* o header should only be printed once...AJ Lewis2002-05-081-1/+1
* o Added function find_snapshots to snapshot_manip.c that returns a listAJ Lewis2002-05-081-5/+10