]> sourceware.org Git - lvm2.git/shortlog
lvm2.git
2002-02-08 Alasdair KergonMove defaults.h
2002-02-08 Joe Thornbero I decided that the archive_format shouldn't really...
2002-02-08 Joe Thornbero Add cmd_line field to struct cmd_context
2002-02-05 Heinz MauelshagenPoor mans lvmdiskscan
2002-02-04 Alasdair KergonAnother release (includes some fixes from last week...
2002-02-04 Alasdair Kergonlv->minor >= 0 (ejt)
2002-02-01 Alasdair KergonBasic support for persistent minor numbers;
2002-02-01 Alasdair KergonFailure signalled by -1 not 0; MAX_DEVICES 256 (was...
2002-01-31 Alasdair KergonDisplay error when running unimplemented functions.
2002-01-31 Alasdair KergonRemove gcc -D to support as different gcc versions...
2002-01-31 Alasdair Kergon"exit" means "quit" (lamer)
2002-01-31 Joe Thornbero Remove redundant dbg_free.
2002-01-30 Alasdair KergonRemove stray comma.
2002-01-30 Alasdair KergonPropagate volume group read-only setting down to its...
2002-01-30 Alasdair KergonBasic support for (read-only) partial activation if...
2002-01-30 Heinz Mauelshagenquotes around names in output
2002-01-30 Alasdair KergonAllocate fixed space for vg->system_id when vg is creat...
2002-01-30 Alasdair KergonCorrect statement order for case when 'stripes' paramet...
2002-01-29 Alasdair Kergonadd vgimport
2002-01-29 Alasdair Kergono A vgimport implementation
2002-01-29 Alasdair Kergono Basic support for exporting (but importing not comple...
2002-01-29 Alasdair KergonDisplay 'exported' status.
2002-01-29 Alasdair KergonAdd list_iterate that's safe with deletions.
2002-01-29 Heinz MauelshagenDate changed
2002-01-29 Heinz MauelshagenZero gap after PV structure on write to disk in order...
2002-01-29 Heinz Mauelshagenfixed div bug in calculation of end in calculate_extent...
2002-01-28 Heinz MauelshagenCheck that vgname doesn't already exits in dev_dir
2002-01-28 Joe Thornbero There were some alignment problems with pool-debug...
2002-01-27 Alasdair Kergon*** empty log message ***
2002-01-27 Alasdair KergonTweak some error message levels.
2002-01-25 Alasdair KergonIf lv isn't active, skip reactivation.
2002-01-25 Alasdair KergonPrevent lvextend from adding segments with different...
2002-01-25 Alasdair KergonThe latest attempt at making extended striped LVs work...
2002-01-25 Alasdair KergonSet pv->pe_size when reading in text-file backup.
2002-01-25 Alasdair KergonOnly remove symbolic links when deactivating.
2002-01-25 Joe Thornbero Tidy
2002-01-24 Alasdair KergonHave a pe_total check using theoretically big number...
2002-01-24 Alasdair KergonDon't bother to write out an empty cache.
2002-01-24 Alasdair KergonFix the device cache to cope reasonably safely with...
2002-01-24 Alasdair KergonClear a FIXME about checking for identical devices...
2002-01-24 Heinz Mauelshagenremoved ~64limit for PEs per PV agk introduced
2002-01-24 Joe Thornbero Limit for number of extents should be 65534.
2002-01-24 Alasdair KergonImprove allocation error messages when PVs in a VG...
2002-01-24 Alasdair KergonImpose max PE limit for each PV.
2002-01-24 Joe Thornbero Add check for > 65k extents in a single lv.
2002-01-24 Joe Thornbero Add extra parameter to lv_manip fns
2002-01-24 Joe Thornbero extra fid parameter to lv_manip fns
2002-01-24 Joe Thornbero Remove pointless calculation.
2002-01-24 Alasdair KergonIgnore all except one PV found with the same UUID....
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...
next
This page took 0.055821 seconds and 5 git commands to generate.