summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Convert pv->vg_name to get_pv_vg_nameDave Wysochanski2007-06-147-14/+14
* Convert pv->vg_name to get_pv_vg_nameDave Wysochanski2007-06-138-57/+57
* Convert pv->status to get_pv_statusDave Wysochanski2007-06-133-5/+5
* Convert pv->dev to get_pv_devDave Wysochanski2007-06-139-25/+25
* Convert pv->size to get_pv_sizeDave Wysochanski2007-06-135-9/+9
* Convert existing_pv dereferences to get_pv_*Dave Wysochanski2007-06-131-6/+6
* Convert pv->pe_size to get_pv_pe_sizeDave Wysochanski2007-06-133-11/+13
* Convert pv->pe_start to get_pv_pe_startDave Wysochanski2007-06-131-3/+3
* Convert pv->pe_count to get_pv_pe_countDave Wysochanski2007-06-133-9/+9
* Convert pv->pe_alloc_count to get_pv_pe_alloc_countDave Wysochanski2007-06-135-6/+6
* Fix a couple benign warnings by adding variable initializations.Dave Wysochanski2007-06-131-1/+1
* Convert find_pv_in_vg_by_uuid and pv_create to use PV handlesDave Wysochanski2007-06-121-7/+9
* Add capability for tree-based fields to dmsetup reports.Alasdair Kergon2007-06-111-17/+66
* Allow vgcfgrestore to list metadata backup files using -fBryn M. Reeves2007-06-081-10/+11
* Add vg_check_status to consolidate vg status flags checks and error messages.Dave Wysochanski2007-06-0615-214/+26
* make code consistent with pvresize code - good candidate for common code cleanupDave Wysochanski2007-06-051-8/+7
* Fix redundant segment display when PV is given to 'pvdisplay --maps' cmdline.Dave Wysochanski2007-05-311-1/+16
* Add --maps to pvdisplay.Dave Wysochanski2007-05-301-2/+2
* Fix and clarify vgsplit error messages.Milan Broz2007-05-151-7/+11
* configure.h isn't a system headerAlasdair Kergon2007-04-271-1/+1
* Fix segfault in 'dmsetup status' without --showkeys against crypt target. [nec]Alasdair Kergon2007-04-271-11/+12
* Deal with some more compiler warnings. Hope this doesn't break anything...Alasdair Kergon2007-04-271-13/+14
* Add devices/preferred_names config regex list for displayed device names.Alasdair Kergon2007-04-261-6/+6
* Update pvck to read labels on disk, with flexible --labelsectorDave Wysochanski2007-04-252-11/+24
* Add 'scan_sector' parameter to label_read and _find_labeller to addDave Wysochanski2007-04-231-1/+1
* Add stub for pvck, a command to check physical volume consistency.Dave Wysochanski2007-03-303-0/+40
* Fix creation and conversion of mirrors with tags.Milan Broz2007-03-264-24/+43
* Fix vgsplit for lvm1 format (set and validate VG name in PVs metadata).Milan Broz2007-03-231-5/+13
* Fix vgremove to require at least one vg argument.Milan Broz2007-03-151-0/+5
* Add a few missing pieces of vgname command line validation.Alasdair Kergon2007-03-093-2/+20
* Support the /dev/mapper prefix on most command lines.Alasdair Kergon2007-03-0911-30/+53
* Fix vgrename active LV check to ignore differing vgids.Alasdair Kergon2007-03-081-1/+1
* Exclude readline support from lvm.staticAlasdair Kergon2007-02-144-254/+268
* Fix a leak in a reporting error path.Alasdair Kergon2007-02-141-1/+2
* Fix a few leaks in reporting error paths.Alasdair Kergon2007-02-141-0/+3
* Fix some &->&& vgreduce cmdline validation. [Andre Noll]Alasdair Kergon2007-01-311-2/+2
* Fix vgsplit to handle mirrors.Alasdair Kergon2007-01-291-0/+49
* Add recent reporting options to dmsetup man page.Alasdair Kergon2007-01-291-5/+5
* help on helpAlasdair Kergon2007-01-291-2/+2
* help unused attrAlasdair Kergon2007-01-291-1/+3
* add help -c for field listAlasdair Kergon2007-01-291-3/+12
* Add dmsetup 'help' command and update usage text.Alasdair Kergon2007-01-291-7/+20
* reorder report field definitionsAlasdair Kergon2007-01-291-3/+3
* fix pvsegs report tooAlasdair Kergon2007-01-271-1/+13
* Fix vgs to treat args as VGs even when PV fields are displayed.Alasdair Kergon2007-01-271-5/+27
* Add some missing close() and fclose() return code checks.Alasdair Kergon2007-01-252-7/+10
* Add some missing close() and fclose() return value checks.Alasdair Kergon2007-01-251-8/+9
* lvm.static no longer interacts with dmeventd unless explicitly asked to.Alasdair Kergon2007-01-242-9/+17
* Migrate dmsetup column-based output over to new libdevmapper report framework.Alasdair Kergon2007-01-241-71/+223
* Fix refresh_toolcontext() always to wipe persistent device filter cache.Alasdair Kergon2007-01-231-1/+1