summaryrefslogtreecommitdiffstats
path: root/tools/lvmcmdline.c
Commit message (Expand)AuthorAgeFilesLines
...
* Reset released pointer and counters.Zdenek Kabelac2010-01-211-0/+4
* Only allow one return from poll_daemon(). If a child polldaemon wasMike Snitzer2010-01-111-3/+6
* Add support to disable udev checking: LVM_UDEV_DISABLE_CHECKING=1 env. var.Peter Rajnoha2010-01-111-0/+15
* #define an INTERNAL_ERROR macro and use it throughout LVM.Petr Rockai2009-12-161-2/+2
* Tidy some uses of arg_count and introduce arg_is_set.Alasdair Kergon2009-11-031-17/+14
* Add --pvmetadatacopies as a synonym for --metadatacopies in various commands.Dave Wysochanski2009-10-051-1/+2
* Add lots of missing stack debug messages to tools.Alasdair Kergon2009-09-141-1/+3
* Add activation/udev_sync to lvm.conf.Alasdair Kergon2009-08-041-0/+3
* Rename _override_settings into override_config_tree_from_string and move.Dave Wysochanski2009-07-271-12/+4
* Refactor _override_settings to take the new config string as input.Dave Wysochanski2009-07-271-3/+4
* Add lvm_errno and lvm_errmsg to liblvm to obtain failure information.Alasdair Kergon2009-07-161-0/+5
* Store any errno and error messages issued while processing each command.Alasdair Kergon2009-07-151-0/+2
* Use log_error macro consistently throughout in place of log_err.Alasdair Kergon2009-07-151-1/+1
* Make cmd->cmd_line const.Alasdair Kergon2009-07-131-1/+1
* Fix compile warning in lvmcmdline.c - use C99 PRIu64 for uint64_t.Dave Wysochanski2009-07-071-1/+1
* Allow commandline sizes to be specified in terms of bytes and sectors.Mike Snitzer2009-07-061-7/+24
* Make --snapshot optional with lvcreate --virtualsize.Alasdair Kergon2009-05-271-1/+2
* Do not use pointer from released memory pool (cmd->cmd_line).Milan Broz2009-04-021-5/+5
* Move tools/version.h to lib/misc/lvm-version.h.Alasdair Kergon2009-02-221-1/+1
* Add system_dir parameter to create_toolcontext() and call it system_dirAlasdair Kergon2009-02-221-2/+2
* Move locking_type reading inside init_locking().Dave Wysochanski2009-02-031-2/+1
* Fix incorrect return value in help function.Peter Rajnoha2008-12-191-5/+11
* Create global is_static() to eliminate from the library init function.Dave Wysochanski2008-12-181-5/+5
* 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-171-0/+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
* fix missing const char*Zdenek Kabelac2008-11-181-1/+1
* 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
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-1/+1
* rename varAlasdair Kergon2008-09-191-2/+2
* Improve the way VGs with PVs missing are handled so manual interventionAlasdair Kergon2008-09-191-3/+4
* 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
* post-releaseAlasdair Kergon2008-06-061-1/+15
* back out unnecessary changes for this releaseAlasdair Kergon2008-06-061-15/+1
* suppress warning on silent failure with ECMD_PROCESSEDAlasdair Kergon2008-06-031-2/+2
* In script-processing mode, stop if any command fails.Alasdair Kergon2008-05-301-1/+15
* Fix vgreduce to use vg_split_mdas to check sufficient mdas remain.Alasdair Kergon2008-04-081-1/+1