]> sourceware.org Git - lvm2.git/history - tools/lvm.c
Reinstate accidentally-deleted line.
[lvm2.git] / tools / lvm.c
2012-02-08 Zdenek KabelacRemove unneeded assignments
2011-11-12 Zdenek KabelacThin remove unused define
2010-11-11 Alasdair KergonSupport repetition of --addtag and --deltag arguments.
2010-10-25 Zdenek KabelacFix potential NULL pointer dereference
2010-07-09 Alasdair KergonUse __attribute__ consistently throughout.
2010-07-01 Alasdair KergonFix lvm shell crash when input is entirely whitespace...
2009-12-16 Petr Rockai#define an INTERNAL_ERROR macro and use it throughout...
2008-12-18 Dave WysochanskiCreate global is_static() to eliminate from the library...
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-01-31 Alasdair KergonFix mirror log name construction during lvconvert....
2008-01-30 Alasdair KergonSome whitespace tidy-ups.
2007-08-20 Alasdair KergonFix inconsistent licence notices: executables are GPLv2...
2007-02-14 Alasdair KergonExclude readline support from lvm.static
2005-02-18 Alasdair KergonStatic binary invokes dynamic binary if appropriate.
2004-04-06 Alasdair KergonMore build fixes
2004-03-30 Alasdair KergonUpdate copyright notices.
2004-03-26 Alasdair KergonMove main() into separate file.
2004-03-26 Alasdair KergonIndent; _init -> _init_lvm
2004-03-26 Alasdair KergonRebaseline internal verbose level.
2004-03-08 Alasdair Kergonrename config file vars & always use / as separator
2004-03-08 Alasdair Kergonhost tags
2004-03-08 Alasdair Kergontagging
2004-03-08 Alasdair KergonFix (rare) bug in recognition of long argument forms.
2003-10-15 Alasdair KergonDon't forget to set 64-bit arg values too.
2003-10-15 Alasdair Kergonmacro changes
2003-09-15 Alasdair KergonPrevent cmdline flags that take args getting repeated.
2003-08-26 Alasdair KergonLog each command & args.
2003-07-04 Alasdair KergonAnother sync point - numerous fixes & clean ups.
2003-05-06 Alasdair KergonStore argv
2003-04-24 Alasdair Kergonfix optind after last change to it
2003-04-15 Alasdair KergonImprove build robustness.
2003-04-02 Alasdair KergonAllow for specification of major number as well as...
2003-03-24 Alasdair KergonTidy various pre-processing incl. making libdl optional.
2002-12-19 Alasdair KergonDefault stripesize 64k & config file setting for it;
2002-12-12 Alasdair KergonNew column-based reporting tools: lvs, pvs & vgs.
2002-12-05 Alasdair KergonFix long arg processing.
2002-12-03 Alasdair KergonDefault size unit normally MB not KB.
2002-11-29 Alasdair KergonFurther help text tidying & support for -?.
2002-11-18 Alasdair KergonSome new features.
2002-07-10 Alasdair KergonAdd --ignorelockingfailure
2002-05-08 Alasdair KergonAlways call init_log() to initialise logging defaults.
2002-05-07 Alasdair Kergonlog/{prefix,command_names} use defaults.h & reset betwe...
2002-04-29 AJ Lewis o Updated *display output for LVM1 compatibility
2002-04-24 Alasdair KergonMerge with text format branch.
2002-04-24 Patrick Caulfieldadd setlocale() call so that localisation of things...
2002-02-21 Joe Thornbero misc little fixes.
2002-02-18 Joe Thornbero Removed the -z (suspend) option from the tools
2002-02-18 Joe Thornbero Add support for the -s and -c flags to lvcreate.
2002-02-15 Heinz MauelshagenSecond path on "pvcreate -s"
2002-02-11 Alasdair KergonRun through indent - no (intentional) changes to any...
2002-02-11 Alasdair KergonPreparation for an LVM2 liblvm - pass cmd_context into...
2002-02-11 Alasdair Kergono Support locking with local lock files
2002-02-08 Joe Thornbero Add cmd_line field to struct cmd_context
2002-02-01 Alasdair KergonBasic support for persistent minor numbers;
2002-01-31 Alasdair Kergon"exit" means "quit" (lamer)
2002-01-29 Alasdair Kergono A vgimport implementation
2002-01-29 Alasdair Kergono Basic support for exporting (but importing not comple...
2002-01-22 Alasdair KergonCustomisable message output prefix / indentation.
2002-01-21 Alasdair KergonNo need for file output to default to stderr now that...
2002-01-21 Joe Thornbero Allow fractional parts for size args. eg, lvcreate...
2002-01-18 Alasdair KergonAllow syslog facility to be set, or turned off, from...
2002-01-17 Alasdair KergonSupport --version argument and 'version' shell command.
2002-01-16 Alasdair KergonMove test flag from log to global section of config...
2002-01-15 Alasdair Kergon o More comprehensive config parameter debugging messages.
2002-01-15 Alasdair Kergono missing labeller free
2002-01-15 Joe Thornbero Actually check in vgcfgrestore.
2002-01-15 Joe Thornbero vgcfgrestore works ! (with the couple of examples...
2002-01-10 Alasdair KergonAllow for multiple spellings / backwards compatibility...
2002-01-09 Alasdair Kergono Rename many occurrences of 'backup' to 'archive'...
2002-01-09 Alasdair KergonAdd archiving.
2002-01-08 Alasdair KergonAnother attempt to support both readline versions.
2002-01-08 Alasdair Kergoncall archive_exit() & backup_exit() on exit
2002-01-07 Alasdair Kergonfixes for compilation
2002-01-07 Alasdair KergonSync tidy.
2002-01-07 Joe Thornbero tidy up renaming of archive files.
2002-01-07 Joe Thornbero sync tool changes for backup stuff.
2002-01-07 Joe Thornbero sync laptop to test machine.
2001-12-31 Alasdair Kergono Add autobackup support to tools (follows most vg_writ...
2001-12-31 Alasdair Kergonvgcache.h inclusion (avoid compiler warning)
2001-12-31 Alasdair Kergono Use lvm_snprintf wherever return value is used
2001-12-31 Alasdair Kergono Allow more default values to be overridden from confi...
2001-12-20 Joe Thornbero Added a quick vgcfgbackup, needs parameters as yet.
2001-12-20 Joe Thornbero sync backup changes
2001-12-17 Joe Thornbero history is now saved in ~/.lvm_history
2001-12-17 Joe Thornbero Shuffled completion functions around so we dont have...
2001-12-17 Joe Thornbero Changed the macro name in args.h from 'xx' to 'arg'
2001-12-17 Joe Thornbero Use lvm_snprintf
2001-12-17 Joe Thornbero Remove LVM_CONFIG_FILE environment variable.
2001-12-17 Joe ThornberI had another look at the argument processing code:
2001-12-13 Alasdair KergonAdd internal cache holding a 'hint' list of the PVs...
2001-11-28 Alasdair KergonAdd -t or --test arg to all tools that update metadata...
2001-11-22 Joe Thornbero Make sure that every switch has a short option,...
2001-11-21 Alasdair Kergono activation & active status tests
2001-11-14 Joe Thornbero Prefix static var with '_'
2001-11-13 Alasdair KergonMerge lvreduce & lvextend into lvresize.
2001-11-12 Alasdair Kergoniospace restructured
2001-11-09 Alasdair Kergono Added lvextend
next
This page took 0.650884 seconds and 107 git commands to generate.