summaryrefslogtreecommitdiff
path: root/tools/lvscan.c
Commit message (Expand)AuthorAgeFilesLines
* Remove lvmetadDavid Teigland2018-07-111-59/+3
* tidy: Add missing underscores to statics.Alasdair G Kergon2017-10-181-3/+3
* process_each_lv: add check_single_lv functionDavid Teigland2017-02-131-1/+1
* tools: Use arg_is_set instead of arg_count.Alasdair G Kergon2016-06-211-3/+3
* lvconvert: use process_each_lvDavid Teigland2016-05-251-2/+1
* pvscan: use process_each_vg for autoactivateDavid Teigland2016-05-231-2/+2
* lvmetad: rework command connection setup and checkingDavid Teigland2016-04-191-2/+2
* lvmetad: use the disabled flag in commandsDavid Teigland2016-04-191-1/+8
* lvmetad: preemptively check and rescan in commandsDavid Teigland2016-04-131-3/+17
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
* reporting: should not fail with foreign option if lvm1 pvs existDavid Teigland2015-03-101-1/+1
* toollib: replace void *handle with struct processing_handle for use in proces...Peter Rajnoha2015-02-101-1/+1
* commands: support shortcut -H for cache objectsZdenek Kabelac2014-10-061-2/+2
* lvscan: check result of id_write_formatZdenek Kabelac2014-08-191-3/+5
* lvscan: Fix possible gcc warnings in --cache implementation.Petr Rockai2014-08-041-5/+5
* lvscan: Make --cache impervious to already-missing devices.Petr Rockai2014-08-041-1/+9
* lvscan: Implement a --cache mode.Petr Rockai2014-07-221-1/+26
* report: select: refactor: move percent handling code to libdm for reusePeter Rajnoha2014-06-171-2/+2
* lvscan: drop test for snapshostsZdenek Kabelac2014-04-281-12/+1
* config: add silent modeAlasdair G Kergon2012-08-251-4/+4
* 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