]> sourceware.org Git - lvm2.git/shortlog
lvm2.git
2002-01-17 Alasdair KergonSupport --version argument and 'version' shell command.
2002-01-17 Alasdair KergonAdd function that returns the library version.
2002-01-17 Alasdair KergonAdd another level of symlink to library name (like...
2002-01-17 Alasdair KergonUse additional version numbers.
2002-01-16 Alasdair Kergono pvcreate --uuid to specify the uuid (required before...
2002-01-16 Joe Thornbero save before committing
2002-01-16 Joe Thornbero lvm.conf file that contains the same settings that...
2002-01-16 Alasdair KergonMove test flag from log to global section of config...
2002-01-16 Alasdair Kergono Don't update vgcache when (not really) writing in...
2002-01-16 Alasdair KergonRemove a duplicate disk read (can_handle).
2002-01-16 Patrick Caulfield#include <string.h>
2002-01-16 Joe Thornbero Set the segment counter back to 1, for a new LV.
2002-01-16 Joe Thornbero Add pvmove to the stub file.
2002-01-16 Joe Thornbero Knock out the "'%s' is not a block device" debug...
2002-01-16 Alasdair KergonReduce 'no label found' message severity to debug level.
2002-01-15 Alasdair KergonFix function typecasts.
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-15 Alasdair KergonAnother ioctl interface update:
2002-01-15 Joe Thornbero split the uuid -> device map out from vgcache
2002-01-14 Alasdair KergonSome ioctl interface changes. (Do we want these?)
2002-01-14 Joe Thornbero Non-caching implementation of new vgcache interface.
2002-01-14 Joe Thornbero LVM1 labeller.
2002-01-14 Joe Thornbero Reformat comment and correct typo.
2002-01-11 Alasdair Kergono Add rename support to dmsetup.
2002-01-11 Patrick CaulfieldCouple of typos fixed.
2002-01-11 Joe Thornbero Put in the pv_hash which stores the pv section name...
2002-01-11 Joe Thornbero label.c now compiles.
2002-01-11 Patrick CaulfieldChange lvm2_label to use Joe's new label switch system.
2002-01-10 Alasdair KergonSupport the renaming of active mapped devices (ioctl...
2002-01-10 Alasdair Kergono ACTIVE is no longer a status flag - lv_active() used...
2002-01-10 Joe Thornbero _read_id function for import.c
2002-01-10 Alasdair KergonMore steps towards successful compilation.
2002-01-10 Alasdair KergonAdd 'get' functions.
2002-01-10 Alasdair KergonMore detail in error msgs.
2002-01-10 Alasdair KergonSeparate constant fields from variable ones.
2002-01-10 Alasdair KergonClarify terminology:
2002-01-10 Joe Thornbero Moved the current label.[hc] sideways to lvm2_label...
2002-01-10 Alasdair KergonAllow for multiple spellings / backwards compatibility...
2002-01-10 Joe Thornbero vgcfgrestore.
2002-01-10 Alasdair KergonTemporary file creation & renaming.
2002-01-10 Joe Thornbero First pass at import.c. Still waiting for label...
2002-01-10 Joe Thornbero Put in the 'out of memory' log_err for pool.
2002-01-09 Alasdair KergonRenamed to archive.c
2002-01-09 Alasdair Kergono Rename many occurrences of 'backup' to 'archive'...
2002-01-09 Alasdair KergonAccept octal values for numbers (such as umask).
2002-01-09 Joe Thornbero Let the comment wars begin.
2002-01-09 Joe Thornbero new function backup_remove(const char *vg_name)...
2002-01-09 Joe Thornbero Reformat comments.
2002-01-09 Alasdair KergonAdd archiving.
2002-01-09 Alasdair Kergono Try to improve NFS-safety for temporary file creation...
2002-01-09 Alasdair KergonExplicitly close (=>flush) files.
2002-01-09 Alasdair KergonAllow pool_begin_object in empty pool.
2002-01-08 Alasdair KergonAnother attempt to support both readline versions.
2002-01-08 Alasdair Kergoncall archive_exit() & backup_exit() on exit
2002-01-08 Joe Thornbero Remove anomalous punctuation.
2002-01-08 Joe Thornbero Introduction to pool for those without psychic powers.
2002-01-07 Alasdair Kergonfixes for compilation
2002-01-07 Alasdair KergonSync.
2002-01-07 Alasdair KergonSync tidy.
2002-01-07 Alasdair KergonIf a device somehow became suspended, lvchange -ay...
2002-01-07 Alasdair KergonSupport for read-only.
2002-01-07 Alasdair KergonMissing close() in error case.
2002-01-07 Alasdair Kergontidying
2002-01-07 Joe Thornbero vgcreate wasn't setting vg->cmd
2002-01-07 Joe Thornbero New function 'merge_segments'
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 Added find_config_bool
2002-01-07 Joe Thornbero Get format-text.c compiling.
2002-01-07 Joe Thornbero sync laptop to test machine.
2002-01-04 Alasdair KergonImported man pages from LVM1 with some quick LVM2 updates.
2002-01-04 Alasdair KergonThe start of an lvm man page.
2002-01-04 Alasdair KergonDocument remaining configuration file parameters.
2002-01-04 Joe Thornbero Revert to the 6-4-4-4-4-4-6 format for uuid's
2002-01-03 Alasdair KergonPut device name in quotes.
2002-01-03 Joe Thornbero High level archiving and backup functions.
2002-01-03 Alasdair Kergonstub for read-only functions with fs interface
2002-01-03 Alasdair KergonFix final comma in arrays.
2002-01-03 Alasdair Kergon*** empty log message ***
2002-01-03 Joe Thornbero Added -r, --read-only switch to dmsetup for use...
2002-01-02 Alasdair Kergono Allow the definition of read-only devices (ioctl...
2002-01-02 Joe Thornbero Added section on the syntax of the config file,...
2002-01-02 Alasdair KergonFix $DESTDIR support
2002-01-02 Alasdair KergonTidy makefiles - $DESTDIR & shared library version...
2001-12-31 Alasdair KergonAdd test mode parm.
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 KergonRemove some old files.
2001-12-31 Alasdair KergonRedundant.
2001-12-31 Alasdair KergonDocument lvm.conf fields
2001-12-31 Alasdair KergonOutline docs
2001-12-31 Alasdair Kergono Allow more default values to be overridden from confi...
2001-12-31 Alasdair KergonFix C99 error case handling (snprintf ret value >=...
2001-12-31 Alasdair KergonFixes for compilation.
2001-12-31 Alasdair KergonRemove unused --with_kernel_dir
2001-12-20 Alasdair KergonRevised ioctl/dmfs merge with fixes for bugs found...
next
This page took 0.059445 seconds and 5 git commands to generate.