aboutsummaryrefslogtreecommitdiff
path: root/tools/lvscan.c
AgeCommit message (Expand)Author
2012-08-25config: add silent modeAlasdair G Kergon
2011-02-03Do not check for open_count when not needed.Zdenek Kabelac
2010-12-22Remove dead assignment of lv_total and lv_capasity_totalZdenek Kabelac
2010-11-30Refactor the percent (mirror sync, snapshot usage) handling code to usePetr Rockai
2010-08-17Allow internal suspend and resume of origin without its snapshots.Alasdair Kergon
2010-07-09Use __attribute__ consistently throughout.Alasdair Kergon
2009-10-01Introduce percent_range_t and centralise snapshot full/mirror in-sync checks.Alasdair Kergon
2009-07-01Rework the toollib interface (process_each_*) on top of new vg_read.Dave Wysochanski
2009-05-13Merge lv_is_displayable and lv_is_visible.Milan Broz
2008-12-04Added displayable_lvs_in_vg and lv_is_displayable functions to deal withPeter Rajnoha
2008-11-03Right, a simple build (without options) is working again.Alasdair Kergon
2008-01-30Some whitespace tidy-ups.Alasdair Kergon
2007-11-12readahead activation code (but no dm support yet)Alasdair Kergon
2007-08-20Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon
2006-05-09Make SIZE_SHORT the default for display_size().Alasdair Kergon
2006-04-07lv_is_visible()Alasdair Kergon
2006-04-06more snapshot code tidyingAlasdair Kergon
2006-04-06Introduce origin_from_cow()Alasdair Kergon
2005-12-08Fix lvscan snapshot full display.Alasdair Kergon
2005-10-17lvscan -aAlasdair Kergon
2005-01-12Only ask libdevmapper for open_count when we need it.Alasdair Kergon
2004-06-07Fix rounding of large displayed sizes.Alasdair Kergon
2004-03-30Update copyright notices.Alasdair Kergon
2003-10-21More consistent error code usage.Alasdair Kergon
2003-07-04Another sync point - numerous fixes & clean ups.Alasdair Kergon
2003-04-15Improve build robustness.Alasdair Kergon
2003-01-08configure --disable-devmapper if you don't have libdevmapperAlasdair Kergon
2002-12-19Default stripesize 64k & config file setting for it;Alasdair Kergon
2002-12-12New column-based reporting tools: lvs, pvs & vgs.Alasdair Kergon
2002-11-18Some new features.Alasdair Kergon
2002-07-11i) There's now a seperate field in struct logical_volume that stores theJoe Thornber
2002-04-15Missing VG lock when iterating through all LVs.Alasdair Kergon
2002-03-11lv_info replaces lv_active etc.Alasdair Kergon
2002-02-20Remove VG arg from lv_is_cow() and lv_is_origin() - use lv->vg instead.Alasdair Kergon
2002-02-13o First pass at format1 snapshot support.Joe Thornber
2002-02-11Run through indent - no (intentional) changes to any code.Alasdair Kergon
2002-02-11Preparation for an LVM2 liblvm - pass cmd_context into each tool andAlasdair Kergon
2002-01-18Allow compilation against a device-mapper that was installed into $DESTDIRAlasdair Kergon
2002-01-10o ACTIVE is no longer a status flag - lv_active() used to check if an LVAlasdair Kergon
2001-11-28o Tool support for segments.Alasdair Kergon
2001-11-27Tool support for multiple (striped) segments (incomplete).Alasdair Kergon
2001-11-19vgdisplayAlasdair Kergon
2001-11-14More LV-related tidying. lvdisplay without args now shows all LVs.Alasdair Kergon
2001-11-12iospace restructuredAlasdair Kergon
2001-10-31o LGPL list implementationJoe Thornber
2001-10-29basic lvscanAlasdair Kergon