summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Add --dataalignment to pvcreate to specify alignment of data area. (mbroz)Alasdair Kergon2009-02-224-8/+32
* Fix lvm.static build dependence (to properly propagate changes in libdevmapper).Milan Broz2009-02-171-1/+1
* Separate PV label attributes which do not need parse metadata when reporting.Milan Broz2009-02-096-16/+38
* Move locking_type reading inside init_locking().Dave Wysochanski2009-02-031-2/+1
* Rename get_vgs() to get_vgnames() and clarify related error messages.Dave Wysochanski2009-02-031-2/+2
* Rename vg_read() to vg_read_internal(). (mornfall)Alasdair Kergon2009-01-267-14/+14
* Use tools.h in for lvm-static.Milan Broz2009-01-201-1/+1
* Fix problems with static buildMilan Broz2009-01-201-0/+1
* Fix fsadm lvresize for filesystem block sizes != 1024.Dave Wysochanski2009-01-151-2/+2
* ...and a few more uninitialised dummy fields.Alasdair Kergon2009-01-101-0/+3
* Add "--refresh" functionality to vgchange and vgmknodes.Peter Rajnoha2008-12-226-20/+43
* lvm2cmdline.h:31: warning: declaration of `is_static' shadows a global declar...Alasdair Kergon2008-12-191-1/+1
* Fix incorrect return value in help function.Peter Rajnoha2008-12-191-5/+11
* Fix vgrename using UUID in case there are VGs with the same name.Peter Rajnoha2008-12-194-14/+29
* 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