summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Create global is_static() to eliminate from the library init function.Dave Wysochanski2008-12-187-13/+15
* Remove struct arg * from struct cmd_context and create_toolcontext().Dave Wysochanski2008-12-171-23/+32
* Move arg_* functions from toollib.c to lvmcmdline.c.Dave Wysochanski2008-12-172-56/+56
* Create _init_globals() and call from bottom of create_toolcontext().Dave Wysochanski2008-12-121-3/+0
* Move initialization of cmd->fmt into init_formats().Dave Wysochanski2008-12-111-3/+0
* Remove redundant init_msg_prefix() and init_cmd_name().Dave Wysochanski2008-12-111-3/+0
* Remove redundant set_activation() call after create_toolcontext() calls.Dave Wysochanski2008-12-111-2/+0
* Remove backup_enable() calls after create_toolcontext() calls.Dave Wysochanski2008-12-111-2/+0
* Remove archive_enable() calls after create_toolcontext() calls.Dave Wysochanski2008-12-111-1/+0
* Move init_test() from _apply_settings into _init_logging().Dave Wysochanski2008-12-111-1/+0
* Remove handles_missing_pvs assignment after call to create_toolcontext().Dave Wysochanski2008-12-111-1/+0
* Remove init_verbose() calls immediately after create_toolcontext() calls.Dave Wysochanski2008-12-111-1/+0
* Remove init_debug() calls immediately after create_toolcontext() call.Dave Wysochanski2008-12-111-1/+0
* Replace _apply_settings() after create_toolcontext() with equivalent inline.Dave Wysochanski2008-12-111-1/+17
* Make _init_rand() thread safe - use rand_r() instead of rand().Dave Wysochanski2008-12-071-7/+0
* Added displayable_lvs_in_vg and lv_is_displayable functions to deal withPeter Rajnoha2008-12-044-5/+5
* Fix vgcreate race which could allow two parallel vgcreates to succeed,Dave Wysochanski2008-12-011-21/+22
* fix missing const char*Zdenek Kabelac2008-11-181-1/+1
* Fix "lvremove -f vgname" when vgname contains snapshots.Dave Wysochanski2008-11-171-1/+1
* some makefile fixes for liblvm2cmd & remove some hardcoded .soAlasdair Kergon2008-11-141-9/+9
* cleaner const char* usage for last_path_component()Zdenek Kabelac2008-11-121-1/+1
* minor compiler warning fix for function declaration prototypeZdenek Kabelac2008-11-121-1/+1
* Fix lvm2.static build.Milan Broz2008-11-101-1/+1
* Fix vgdisplay return code and exit status.Dave Wysochanski2008-11-071-4/+2
* make install_device-mapperAlasdair Kergon2008-11-041-4/+14
* more missing bitsAlasdair Kergon2008-11-041-1/+0
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-0325-207/+207
* further progressAlasdair Kergon2008-11-011-0/+13
* drop explicit libdevmapper.hAlasdair Kergon2008-10-301-1/+0
* Split out lvm-logging.h from log.h.Alasdair Kergon2008-10-301-1/+1
* Split out dm-logging.h from log.hAlasdair Kergon2008-10-301-1/+1
* Fix validation of --minor and --major in lvcreate to require -My always.Milan Broz2008-09-241-0/+3
* fix last releaseAlasdair Kergon2008-09-191-3/+19
* .Alasdair Kergon2008-09-191-2/+2
* rename varAlasdair Kergon2008-09-191-2/+2
* Improve the way VGs with PVs missing are handled so manual interventionAlasdair Kergon2008-09-196-52/+69
* remove unused varAlasdair Kergon2008-09-191-1/+0
* Avoid shuffling remaining mirror images when removing one, retaining primary.Alasdair Kergon2008-09-181-3/+2
* Prevent resizing an LV while lvconvert is using it.Alasdair Kergon2008-09-181-0/+5
* Fix pvresize to not allow resize if PV has two metadata areas.Milan Broz2008-09-121-7/+19
* Fix setting of volume limit count if converting to lvm1 format.Milan Broz2008-08-291-0/+9
* Fix vgconvert logical volume id metadata validation.Milan Broz2008-08-281-0/+11
* Fix vgcfgbackup to properly check filename if template is used.Milan Broz2008-08-131-3/+3
* Improve file descriptor leak detection to display likely culprit and filename.Alasdair Kergon2008-08-011-13/+72
* remove now-redundant slash-strippingAlasdair Kergon2008-07-311-2/+0
* Change lvchange exit status to indicate if any part of the operation failed.Alasdair Kergon2008-07-311-1/+10
* remove unused mdas variableAlasdair Kergon2008-07-311-4/+1
* fix pvremove for pvs without mdasAlasdair Kergon2008-07-311-1/+23
* Fix pvchange to handle PVs without mdas.Alasdair Kergon2008-07-311-4/+23
* Add pvcreate tests to verify failure on md array detection.Dave Wysochanski2008-07-291-0/+3