summaryrefslogtreecommitdiffstats
path: root/tools/toollib.c
Commit message (Expand)AuthorAgeFilesLines
* Add is_orphan_vg() and change all hardcoded checks to use it.Bryn M. Reeves2007-11-021-3/+6
* Add pv_dev_name() to access PV device name.Dave Wysochanski2007-10-121-2/+2
* Non-functional change - refactor lv_create_empty().Dave Wysochanski2007-10-111-1/+1
* Diagnose invalid PE values given on the pvmove command line (64-bit systems).Jim Meyering2007-09-111-4/+14
* Clean up numerous compiler warnings that crept in recently.Alasdair Kergon2007-08-221-5/+5
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Add "const" attributes where possible: first cut.Jim Meyering2007-08-071-11/+8
* Call dev_iter_destroy() if _process_all_devs() is interrupted by sigint.Alasdair Kergon2007-07-101-1/+1
* Convert vg->status checks to use vg_check_status function.\nRename status_fla...Dave Wysochanski2007-06-191-3/+1
* Allow keyboard interrupts in yes_no_prompt(). Add code to toollib.cPetr Rockai2007-06-151-0/+29
* Add vg_check_status to consolidate vg status flags checks and error messages.Dave Wysochanski2007-06-061-17/+4
* Fix creation and conversion of mirrors with tags.Milan Broz2007-03-261-1/+15
* Support the /dev/mapper prefix on most command lines.Alasdair Kergon2007-03-091-18/+40
* Fix partition table processing after sparc changes (introduced in 2.02.16).Alasdair Kergon2007-01-151-1/+1
* fix shiftAlasdair Kergon2006-11-031-1/+2
* fix last check-in: lv->size is in sectorsAlasdair Kergon2006-11-031-4/+5
* Fix mirror log LV writing to set all bits in whole LV.Alasdair Kergon2006-11-021-3/+5
* Add dev_flush() to set_lv()Alasdair Kergon2006-10-241-0/+1
* Cope if same PV is included more than once in cmdline PE range list.Alasdair Kergon2006-10-211-30/+48
* Fix compiler warnings in percent arg. [pjc]Alasdair Kergon2006-10-021-1/+1
* Add %VG, %LV and %FREE suffices to lvcreate/lvresize --extents arg.Alasdair Kergon2006-09-261-0/+5
* Fix several incorrect comparisons in parallel area avoidance code.Alasdair Kergon2006-09-111-2/+7
* When using local file locking, skip clustered VGs.Alasdair Kergon2006-09-021-1/+41
* Add skip_dev_dir() to process command line VGs.Alasdair Kergon2006-08-251-17/+24
* Move lvm_snprintf into libdevmapper.Alasdair Kergon2006-08-211-5/+5
* Fix return code if VG specified on command line is not found.Alasdair Kergon2006-06-141-1/+1
* Create a log header for replacement in-sync mirror log.Alasdair Kergon2006-05-111-9/+74
* more coverity fixesAlasdair Kergon2006-05-101-2/+10
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-9/+9
* Fix activation code to check for pre-existing mirror logs.Alasdair Kergon2006-04-281-0/+2
* Check for libsepol.Alasdair Kergon2006-04-191-0/+56
* vgrename accepts vgid and exported VG.Alasdair Kergon2006-04-131-1/+2
* Fix vgexport/vgimport to set/reset PV exported flag so pv_attr is correct.Alasdair Kergon2006-04-121-17/+28
* Remove an incorrect unlock_vg() from process_each_lv().Alasdair Kergon2006-03-101-1/+0
* Allow signed mirrors arguments.Alasdair Kergon2005-11-281-1/+70
* Attempt to load missing targets using modprobe.Alasdair Kergon2005-10-171-44/+0
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-161-23/+23
* Factor out generate_log_name_format().Alasdair Kergon2005-08-121-0/+18
* Move zero_lv to toollib.Alasdair Kergon2005-08-041-0/+43
* Make VG name restrictions consistent.Alasdair Kergon2005-06-061-0/+15
* Always insert an intermediate layer for mirrors.Alasdair Kergon2005-06-031-0/+30
* Basic support for mirrors.Alasdair Kergon2005-06-011-4/+4
* Remove lists of free PV segments.Alasdair Kergon2005-05-111-1/+0
* Initial pv_segment code.Alasdair Kergon2005-04-191-0/+24
* Internal snapshot code restructuring.Alasdair Kergon2005-04-071-0/+3
* Cope with new devices appearing by rescanning /dev if a uuid can't be found.Alasdair Kergon2005-03-081-1/+1
* Add some comments.Alasdair Kergon2005-01-191-0/+18
* move recover_vgAlasdair Kergon2005-01-191-17/+17
* Change alloc_areas to pe_ranges and allow suppression of availability checks.Alasdair Kergon2004-08-171-31/+33
* Remove pv segments line from backport.Alasdair Kergon2004-06-201-1/+0