]> sourceware.org Git - lvm2.git/shortlog
lvm2.git
2002-01-24 Alasdair KergonFix dev_close arg.
2002-01-24 Alasdair KergonRemove any core files on distclean.
2002-01-24 Joe Thornbero typo
2002-01-24 Joe Thornbero Cut and paste description of how pvmove works that...
2002-01-23 Alasdair Kergono Remove redundant symlink-handling code.
2002-01-23 Alasdair KergonAvoid using VG metadata on PVs that are not in VGs.
2002-01-23 Alasdair Kergon*** empty log message ***
2002-01-22 Alasdair KergonSilently remove any existing symlink before creating...
2002-01-22 Alasdair KergonUpdate with info on how to configure command output...
2002-01-22 Alasdair KergonReviewed interaction with lib/activate now that the...
2002-01-22 Alasdair KergonNew config options to customise message output.
2002-01-22 Alasdair KergonCustomisable message output prefix / indentation.
2002-01-22 Joe Thornbero added BUGS file.
2002-01-22 Joe Thornbero Fix inverted logic in list_empty test.
2002-01-22 Alasdair Kergonold file
2002-01-22 Alasdair KergonUpdate. Ready to release?
2002-01-21 Alasdair KergonNo need for file output to default to stderr now that...
2002-01-21 Alasdair KergonInsert a missing hash_remove.
2002-01-21 Joe Thornbero Allow fractional parts for size args. eg, lvcreate...
2002-01-21 Joe Thornbero Similar changes for lv_list.
2002-01-21 Joe Thornbero fail if create_pv_list would produce an empty list.
2002-01-21 Joe Thornbero Typo in comment
2002-01-21 Joe Thornbero Changed
2002-01-21 Alasdair KergonIs this sufficient to fix make -j?
2002-01-21 Patrick CaulfieldFixx OB1 error in max LV and max PV numbers
2002-01-21 Joe Thornbero Changed find_pv_in_vg, and find_lv_in_vg to return...
2002-01-21 Joe Thornbero names.[hc]
2002-01-21 Joe Thornbero lvdisplay now gives a segment map for the -m option.
2002-01-21 Joe Thornbero removed display_uuid
2002-01-21 Joe Thornbero move the path building functions to lib/activate...
2002-01-18 Alasdair KergonAllow syslog facility to be set, or turned off, from...
2002-01-18 Alasdair KergonDisplay something in the "hypothetical" unknown log...
2002-01-18 Alasdair KergonUse same log levels as LVM2.
2002-01-18 Alasdair KergonAllow compilation against a device-mapper that was...
2002-01-18 Alasdair KergonMore updates.
2002-01-18 Heinz Mauelshagenadded before 2.1 item
2002-01-17 Alasdair Kergonbeta1-pre1 tagged, but there's still some documentation...
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...
next
This page took 0.057705 seconds and 5 git commands to generate.