summaryrefslogtreecommitdiffstats
path: root/tools/lvscan.c
Commit message (Expand)AuthorAgeFilesLines
* Do not check for open_count when not needed.Zdenek Kabelac2011-02-031-1/+1
* Remove dead assignment of lv_total and lv_capasity_totalZdenek Kabelac2010-12-221-6/+0
* Refactor the percent (mirror sync, snapshot usage) handling code to usePetr Rockai2010-11-301-8/+5
* Allow internal suspend and resume of origin without its snapshots.Alasdair Kergon2010-08-171-1/+1
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-1/+1
* Introduce percent_range_t and centralise snapshot full/mirror in-sync checks.Alasdair Kergon2009-10-011-4/+7
* Rework the toollib interface (process_each_*) on top of new vg_read.Dave Wysochanski2009-07-011-1/+1
* Merge lv_is_displayable and lv_is_visible.Milan Broz2009-05-131-1/+1
* Added displayable_lvs_in_vg and lv_is_displayable functions to deal withPeter Rajnoha2008-12-041-1/+1
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-1/+1
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-1/+1
* readahead activation code (but no dm support yet)Alasdair Kergon2007-11-121-1/+1
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-2/+2
* lv_is_visible()Alasdair Kergon2006-04-071-3/+1
* more snapshot code tidyingAlasdair Kergon2006-04-061-2/+1
* Introduce origin_from_cow()Alasdair Kergon2006-04-061-2/+2
* Fix lvscan snapshot full display.Alasdair Kergon2005-12-081-2/+24
* lvscan -aAlasdair Kergon2005-10-171-1/+6
* Only ask libdevmapper for open_count when we need it.Alasdair Kergon2005-01-121-1/+1
* Fix rounding of large displayed sizes.Alasdair Kergon2004-06-071-1/+1
* Update copyright notices.Alasdair Kergon2004-03-301-13/+8
* More consistent error code usage.Alasdair Kergon2003-10-211-1/+1
* Another sync point - numerous fixes & clean ups.Alasdair Kergon2003-07-041-3/+0
* Improve build robustness.Alasdair Kergon2003-04-151-1/+1
* configure --disable-devmapper if you don't have libdevmapperAlasdair Kergon2003-01-081-1/+1
* Default stripesize 64k & config file setting for it;Alasdair Kergon2002-12-191-0/+3
* New column-based reporting tools: lvs, pvs & vgs.Alasdair Kergon2002-12-121-6/+3
* Some new features.Alasdair Kergon2002-11-181-68/+14
* i) There's now a seperate field in struct logical_volume that stores theJoe Thornber2002-07-111-3/+2
* Missing VG lock when iterating through all LVs.Alasdair Kergon2002-04-151-1/+1
* lv_info replaces lv_active etc.Alasdair Kergon2002-03-111-22/+21
* Remove VG arg from lv_is_cow() and lv_is_origin() - use lv->vg instead.Alasdair Kergon2002-02-201-2/+2
* o First pass at format1 snapshot support.Joe Thornber2002-02-131-2/+2
* Run through indent - no (intentional) changes to any code.Alasdair Kergon2002-02-111-1/+1
* Preparation for an LVM2 liblvm - pass cmd_context into each tool andAlasdair Kergon2002-02-111-6/+6
* Allow compilation against a device-mapper that was installed into $DESTDIRAlasdair Kergon2002-01-181-1/+1
* o ACTIVE is no longer a status flag - lv_active() used to check if an LVAlasdair Kergon2002-01-101-3/+4
* o Tool support for segments.Alasdair Kergon2001-11-281-1/+3
* Tool support for multiple (striped) segments (incomplete).Alasdair Kergon2001-11-271-2/+3
* vgdisplayAlasdair Kergon2001-11-191-3/+3
* More LV-related tidying. lvdisplay without args now shows all LVs.Alasdair Kergon2001-11-141-52/+25
* iospace restructuredAlasdair Kergon2001-11-121-2/+2
* o LGPL list implementationJoe Thornber2001-10-311-3/+3
* basic lvscanAlasdair Kergon2001-10-291-0/+148