summaryrefslogtreecommitdiffstats
path: root/tools/lvm.c
Commit message (Expand)AuthorAgeFilesLines
...
* o Removed the -z (suspend) option from the toolsJoe Thornber2002-02-181-1/+1
* o Add support for the -s and -c flags to lvcreate.Joe Thornber2002-02-181-1/+0
* Second path on "pvcreate -s"Heinz Mauelshagen2002-02-151-0/+1
* Run through indent - no (intentional) changes to any code.Alasdair Kergon2002-02-111-55/+45
* Preparation for an LVM2 liblvm - pass cmd_context into each tool andAlasdair Kergon2002-02-111-41/+36
* o Support locking with local lock filesAlasdair Kergon2002-02-111-0/+11
* o Add cmd_line field to struct cmd_contextJoe Thornber2002-02-081-1/+37
* Basic support for persistent minor numbers;Alasdair Kergon2002-02-011-0/+15
* "exit" means "quit" (lamer)Alasdair Kergon2002-01-311-2/+2
* o A vgimport implementationAlasdair Kergon2002-01-291-1/+4
* o Basic support for exporting (but importing not completed yet).Alasdair Kergon2002-01-291-0/+7
* Customisable message output prefix / indentation.Alasdair Kergon2002-01-221-1/+10
* No need for file output to default to stderr now that log file can beAlasdair Kergon2002-01-211-3/+0
* o Allow fractional parts for size args. eg, lvcreate -L 34.4MJoe Thornber2002-01-211-2/+25
* Allow syslog facility to be set, or turned off, from the config file.Alasdair Kergon2002-01-181-5/+17
* Support --version argument and 'version' shell command.Alasdair Kergon2002-01-171-3/+15
* Move test flag from log to global section of config file.Alasdair Kergon2002-01-161-1/+2
* o More comprehensive config parameter debugging messages.Alasdair Kergon2002-01-151-4/+12
* o missing labeller freeAlasdair Kergon2002-01-151-0/+1
* o Actually check in vgcfgrestore.Joe Thornber2002-01-151-1/+2
* o vgcfgrestore works ! (with the couple of examples I tried).Joe Thornber2002-01-151-4/+45
* Allow for multiple spellings / backwards compatibility of renamedAlasdair Kergon2002-01-101-8/+35
* o Rename many occurrences of 'backup' to 'archive' to reduce confusion.Alasdair Kergon2002-01-091-9/+22
* Add archiving.Alasdair Kergon2002-01-091-3/+7
* Another attempt to support both readline versions.Alasdair Kergon2002-01-081-11/+10
* call archive_exit() & backup_exit() on exitAlasdair Kergon2002-01-081-0/+2
* fixes for compilationAlasdair Kergon2002-01-071-1/+2
* Sync tidy.Alasdair Kergon2002-01-071-1/+2
* o tidy up renaming of archive files.Joe Thornber2002-01-071-0/+7
* o sync tool changes for backup stuff.Joe Thornber2002-01-071-26/+68
* o sync laptop to test machine.Joe Thornber2002-01-071-51/+49
* o Add autobackup support to tools (follows most vg_write calls).Alasdair Kergon2001-12-311-18/+31
* vgcache.h inclusion (avoid compiler warning)Alasdair Kergon2001-12-311-2/+0
* o Use lvm_snprintf wherever return value is usedAlasdair Kergon2001-12-311-5/+18
* o Allow more default values to be overridden from config file.Alasdair Kergon2001-12-311-24/+44
* o Added a quick vgcfgbackup, needs parameters as yet.Joe Thornber2001-12-201-11/+2
* o sync backup changesJoe Thornber2001-12-201-1/+9
* o history is now saved in ~/.lvm_historyJoe Thornber2001-12-171-0/+41
* o Shuffled completion functions around so we dont have to declare themJoe Thornber2001-12-171-27/+25
* o Changed the macro name in args.h from 'xx' to 'arg'Joe Thornber2001-12-171-29/+58
* o Use lvm_snprintfJoe Thornber2001-12-171-2/+3
* o Remove LVM_CONFIG_FILE environment variable.Joe Thornber2001-12-171-23/+60
* I had another look at the argument processing code:Joe Thornber2001-12-171-5/+20
* Add internal cache holding a 'hint' list of the PVs belonging to each VG.Alasdair Kergon2001-12-131-0/+2
* Add -t or --test arg to all tools that update metadata to avoidAlasdair Kergon2001-11-281-1/+4
* o Make sure that every switch has a short option, even if it'sJoe Thornber2001-11-221-2/+2
* o activation & active status testsAlasdair Kergon2001-11-211-0/+3
* o Prefix static var with '_'Joe Thornber2001-11-141-4/+4
* Merge lvreduce & lvextend into lvresize.Alasdair Kergon2001-11-131-38/+23
* iospace restructuredAlasdair Kergon2001-11-121-18/+20