]> sourceware.org Git - lvm2.git/history - tools/lvmcmdline.c
thin: tighten discard string conversions
[lvm2.git] / tools / lvmcmdline.c
2012-08-06 Peter Rajnohaargs: increase major:minor limit to 4095:1048575
2012-07-18 Zdenek Kabelacthin: add discard support for thin pool
2012-06-28 Peter Rajnohaactivate: add autoactivation hooks
2012-06-28 Peter Rajnohaargs: add --activate synonym for --available arg
2012-04-11 Alasdair Kergonspacing
2012-03-16 Petr RockaiFix a regression in handling --major/--minor arguments...
2012-03-12 Zdenek KabelacFix error path for create_toolcontext
2012-03-06 Alasdair KergonSwitch pvscan --cache major:minor to --major --minor.
2012-03-01 Zdenek KabelacLog sys errors
2012-02-15 Zdenek KabelacInitialize dmeventd monitoring for every command
2012-02-13 Zdenek KabelacHandle all succefull values from open()
2011-12-08 Alasdair KergonOnly use built-in stack size in clvmd - ignore lvm...
2011-09-16 Zdenek KabelacFix command line option decoding
2011-09-02 Alasdair KergonMove cascade inside libdm etc.
2011-08-04 Zdenek KabelacAdd 'empty' command
2011-08-04 Zdenek KabelacRemove self assigment which has no effect
2011-06-27 Alasdair KergonMove _set_lvm_fallback into toolcontext, fix string...
2011-06-17 Peter RajnohaDisable udev fallback by default and add activation...
2011-05-07 Petr RockaiWhen glibc needs buffers for line buffering of input...
2011-04-22 Peter RajnohaUse common udev_get_dev_dir() to get current device...
2011-04-22 Peter RajnohaObtain device list from udev by default if LVM2 is...
2011-04-22 Peter RajnohaRequire libudev >= 143 when compiling with udev support.
2011-04-08 Zdenek KabelacFix some unmatching sign comparation gcc warnings
2011-01-13 Zdenek KabelacDo not log backtrace for correctly processed command
2010-12-20 Zdenek KabelacRemove dead store in lvm_run_command
2010-12-20 Zdenek KabelacTest return value from read() and close() for an error.
2010-11-30 Petr RockaiRefactor the percent (mirror sync, snapshot usage)...
2010-11-29 Zdenek KabelacRemove dead assignment in lvm2_main
2010-11-24 Zdenek KabelacAdd missing destrustion of cmd_context
2010-11-17 Alasdair KergonRemove tag length restriction and allow / = ! : # ...
2010-11-11 Alasdair KergonSupport repetition of --addtag and --deltag arguments.
2010-10-25 Alasdair KergonAdd global/metadata_read_only to use unrepaired metadat...
2010-09-30 Zdenek KabelacFix memory leak of config_tree
2010-07-09 Alasdair KergonUse __attribute__ consistently throughout.
2010-06-30 Alasdair KergonFix --[vg]metadatacopies arg processing
2010-06-30 Alasdair Kergon Update partial mode warning message.
2010-06-28 Dave WysochanskiAllow 'all' and 'unmanaged' values for --vgmetadatacopies.
2010-06-28 Dave WysochanskiEnsure --metadatacopies parameter gets interpreted...
2010-05-06 Peter RajnohaAdd new --sysinit option for vgchange and lvchange.
2010-05-05 Petr RockaiSuppress duplicate error messages about read failures...
2010-04-30 Peter RajnohaAnd be consistent with return code as well (previous...
2010-04-30 Peter RajnohaDon't run any complex initialisation for the "version...
2010-04-29 Alasdair KergonRemove no-longer-used arg_ptr_value.
2010-03-23 Peter RajnohaUDEV_SYNC_SUPPORT, not UDEV_SYNC!
2010-03-23 Peter RajnohaStrictly require libudev if udev_sync is used.
2010-02-15 Peter RajnohaDon't use LVM_UDEV_DISABLE_CHECKING environment variabl...
2010-02-03 Mike SnitzerAdd %ORIGIN support to lv{create,extend,reduce,resize...
2010-01-22 Milan BrozMove error message to locking constructor and print
2010-01-21 Zdenek KabelacReset released pointer and counters.
2010-01-11 Mike SnitzerOnly allow one return from poll_daemon(). If a child...
2010-01-11 Peter RajnohaAdd support to disable udev checking: LVM_UDEV_DISABLE_...
2009-12-16 Petr Rockai#define an INTERNAL_ERROR macro and use it throughout...
2009-11-03 Alasdair KergonTidy some uses of arg_count and introduce arg_is_set.
2009-10-05 Dave WysochanskiAdd --pvmetadatacopies as a synonym for --metadatacopie...
2009-09-14 Alasdair KergonAdd lots of missing stack debug messages to tools.
2009-08-04 Alasdair KergonAdd activation/udev_sync to lvm.conf.
2009-07-27 Dave WysochanskiRename _override_settings into override_config_tree_fro...
2009-07-27 Dave WysochanskiRefactor _override_settings to take the new config...
2009-07-16 Alasdair KergonAdd lvm_errno and lvm_errmsg to liblvm to obtain failur...
2009-07-15 Alasdair KergonStore any errno and error messages issued while process...
2009-07-15 Alasdair KergonUse log_error macro consistently throughout in place...
2009-07-13 Alasdair KergonMake cmd->cmd_line const.
2009-07-07 Dave WysochanskiFix compile warning in lvmcmdline.c - use C99 PRIu64...
2009-07-06 Mike SnitzerAllow commandline sizes to be specified in terms of...
2009-05-27 Alasdair KergonMake --snapshot optional with lvcreate --virtualsize.
2009-04-02 Milan BrozDo not use pointer from released memory pool (cmd-...
2009-02-22 Alasdair KergonMove tools/version.h to lib/misc/lvm-version.h.
2009-02-22 Alasdair KergonAdd system_dir parameter to create_toolcontext() and...
2009-02-03 Dave WysochanskiMove locking_type reading inside init_locking().
2008-12-19 Peter RajnohaFix incorrect return value in help function.
2008-12-18 Dave WysochanskiCreate global is_static() to eliminate from the library...
2008-12-17 Dave WysochanskiRemove struct arg * from struct cmd_context and create_...
2008-12-17 Dave WysochanskiMove arg_* functions from toollib.c to lvmcmdline.c.
2008-12-12 Dave WysochanskiCreate _init_globals() and call from bottom of create_t...
2008-12-11 Dave WysochanskiMove initialization of cmd->fmt into init_formats().
2008-12-11 Dave WysochanskiRemove redundant init_msg_prefix() and init_cmd_name().
2008-12-11 Dave WysochanskiRemove redundant set_activation() call after create_too...
2008-12-11 Dave WysochanskiRemove backup_enable() calls after create_toolcontext...
2008-12-11 Dave WysochanskiRemove archive_enable() calls after create_toolcontext...
2008-12-11 Dave WysochanskiMove init_test() from _apply_settings into _init_logging().
2008-12-11 Dave WysochanskiRemove handles_missing_pvs assignment after call to...
2008-12-11 Dave WysochanskiRemove init_verbose() calls immediately after create_to...
2008-12-11 Dave WysochanskiRemove init_debug() calls immediately after create_tool...
2008-12-11 Dave WysochanskiReplace _apply_settings() after create_toolcontext...
2008-12-07 Dave WysochanskiMake _init_rand() thread safe - use rand_r() instead...
2008-11-18 Zdenek Kabelacfix missing const char*
2008-11-12 Zdenek Kabelaccleaner const char* usage for last_path_component()
2008-11-12 Zdenek Kabelacminor compiler warning fix for function declaration...
2008-11-03 Alasdair KergonRight, a simple build (without options) is working...
2008-09-19 Alasdair Kergonrename var
2008-09-19 Alasdair KergonImprove the way VGs with PVs missing are handled so...
2008-08-01 Alasdair KergonImprove file descriptor leak detection to display likel...
2008-07-31 Alasdair Kergonremove now-redundant slash-stripping
2008-06-06 Alasdair Kergonpost-release
2008-06-06 Alasdair Kergonback out unnecessary changes for this release
2008-06-03 Alasdair Kergonsuppress warning on silent failure with ECMD_PROCESSED
2008-05-30 Alasdair KergonIn script-processing mode, stop if any command fails.
2008-04-08 Alasdair KergonFix vgreduce to use vg_split_mdas to check sufficient...
2008-04-02 Alasdair KergonAdd per-command flags to control which commands use...
2008-01-30 Alasdair KergonSome whitespace tidy-ups.
next
This page took 0.495345 seconds and 107 git commands to generate.