]> sourceware.org Git - lvm2.git/shortlog
lvm2.git
2009-04-24 Alasdair KergonFix linux configure --enable-debug to exclude -O2.
2009-04-24 Milan BrozFix pool leak in lvmcache_read_vg error path.
2009-04-24 Peter RajnohaFix segfault when using -U, -G and -M options in dmsetup.
2009-04-24 Petr RockaiAvoid scanning non-PV devices in functional tests,...
2009-04-23 Petr RockaiImplement, test and document (first iteration of) lvcon...
2009-04-23 Petr RockaiRefuse adding missing PVs in create_pv_list in toollib...
2009-04-23 Petr RockaiA more thorough PV equality test (that also copes bette...
2009-04-23 Petr RockaiDo not include MISSING_PVs in allocation maps.
2009-04-23 Dave WysochanskiUpdate columns.h comment to describe macro args.
2009-04-23 Alasdair Kergonfix typo reported by "A. Costa" <agcosta@gis.net>
2009-04-22 Milan BrozFix vgreduce --removemissing failure exit code.
2009-04-22 Dave WysochanskiRemove some trailing whitespace so git won't complain.
2009-04-22 Milan BrozClean a lot of extra extra whitespaces.
2009-04-22 Milan BrozFix remote metadata backup for clvmd
2009-04-22 Milan BrozAlloc PV internal structure from VG mempool if possible.
2009-04-21 Jonathan Earl... - Updating cluster log with latest code changes/bug...
2009-04-21 Milan BrozMove metadata backup call after vg_commit.
2009-04-21 Milan BrozTidy lv_hash[_lock] use inside clvmd.
2009-04-21 Milan BrozFix pvseg report for orphan PVs and other devices.
2009-04-21 Milan BrozFix pvs -a for segmented output
2009-04-20 Dave WysochanskiAdd libdevmapper to test/api building.
2009-04-16 Milan BrozAdd MMC device type to filters.
2009-04-15 Milan BrozFix dmsetup.static build.
2009-04-10 Milan BrozProperly release VG memory pool in all CLI tools.
2009-04-10 Milan BrozProperly release VG memory pool in metadata manipulatio...
2009-04-10 Milan BrozProperly release VG memory pool in archiver code.
2009-04-10 Milan BrozProperly release VG memory pool in activation code...
2009-04-10 Milan BrozIntroduce memory pool per volume group.
2009-04-10 Milan BrozHelper function to catch memory pool leaks.
2009-04-10 Milan BrozProperly copy the whole pv structure for later use.
2009-04-10 Milan BrozAlways return exit error status when locking of volume...
2009-04-10 Milan BrozFix mirror log convert validation question.
2009-04-08 Zdenek KabelacAvoid referencing files from DESTDIR during build process
2009-04-08 Zdenek KabelacDo not create some dm and lvm static librarie when...
2009-04-08 Milan BrozEnable use of cached metadata for pvs & pvdisplay.
2009-04-07 Alasdair KergonAdd missing 'device-mapper' internal subdir build depen...
2009-04-07 Milan BrozUse pv from newly read_vg to avoid possible use of...
2009-04-07 Milan BrozFix memory pool leak.
2009-04-03 Dave WysochanskiFix whitespace in t-mdata-strings.sh
2009-04-02 Takahiro YasuiSave and restore the previous logging level when log...
2009-04-02 Takahiro YasuiFix error message when archive initialization fails.
2009-04-02 Milan BrozFix debug pool grow object to properly support delta=0
2009-04-02 Milan BrozAllocate new pv->vg_name from pool, it can be destroyed...
2009-04-02 Milan BrozDo not use pointer from released memory pool (cmd-...
2009-04-01 Christine CaulfieldMake sure clvmd-corosync releases the lockspace when...
2009-03-31 Milan BrozAdd some more special chars for device name test.
2009-03-26 Milan Brozfix some issues when compiling with -D DEBUG_POOL
2009-03-24 Milan BrozFix segfault for vgcfgrestore on VG with missing PVs.
2009-03-24 Christine CaulfieldBlock SIGINT & SIGTERM in clvmd subthreads so they...
2009-03-23 Takahiro YasuiRestore log_suppress state when metadata backup file...
2009-03-23 Takahiro YasuiRemove old metadata backup file after renaming vg.
2009-03-23 Takahiro YasuiFix size and error message of memory allocation at...
2009-03-23 Takahiro YasuiFix error message when adding metadata directory to...
2009-03-17 Petr RockaiMissed file from previous checkin.
2009-03-17 Petr RockaiSome extra (paranoid) checks on dev_is_{md,swap} result.
2009-03-17 Petr RockaiDetect and wipe swap signatures in pvcreate.
2009-03-16 Dave WysochanskiFix some clean rules, fix previous distclean checkin.
2009-03-16 Dave WysochanskiFix some distclean rules.
2009-03-16 Milan BrozFix warning in previous commit.
2009-03-16 Milan BrozFix lv_count when manipulating with snapshots and max_l...
2009-03-10 Dave WysochanskiRemove unnecessary includes in lvm_base.c.
2009-03-10 Milan BrozFix clvmd build after liblvm commit.
2009-03-09 Dave WysochanskiFix error messages when PV uuid or pe_start reading...
2009-03-08 Dave WysochanskiAdd missing liblvm/.exported_symbols
2009-03-08 Dave WysochanskiFix liblvm version symlink.
2009-03-08 Dave WysochanskiRemove unnecessary linker flags for liblvm.
2009-03-08 Dave WysochanskiAdd DSO generation for new LVM application library.
2009-03-06 Dave WysochanskiMove lvm.h from lib to liblvm.
2009-03-06 Dave WysochanskiAdd new liblvm build directory and move lvm_base.c.
2009-03-06 Dave WysochanskiRename liblvm to liblvm-internal.
2009-03-06 Christine CaulfieldFix unlocks in clvmd-corosync.
2009-03-05 Milan BrozFix possible increasing in memory allocation if refresh...
2009-03-03 Alasdair Kergonpost-release
2009-03-03 Milan Brozvgname_from_mda now tries to parse for vgname even
2009-03-03 Alasdair Kergonpre-release
2009-02-28 Alasdair KergonFix last check-ins: seg can be NULL.
2009-02-28 Alasdair Kergon.
2009-02-28 Alasdair KergonAttempt cleanup in child before execing new binary...
2009-02-27 Alasdair Kergon.
2009-02-27 Alasdair Kergonfsadm cleanups & release prep
2009-02-25 Alasdair Kergonautoreconf (using fedora 10 for this now)
2009-02-25 Milan Brozpe_start can be overwritten in VG metadata, so it is...
2009-02-25 Milan BrozTry to avoid full rescan if label scan is enough.
2009-02-25 Alasdair KergonUse pkgconfig to obtain corosync library details during...
2009-02-25 Christine CaulfieldFix error returns in clvmd-corosync interface to DLM.
2009-02-25 Dave WysochanskiUpdate vgchange and vgmknodes man pages to include...
2009-02-24 Zdenek KabelacFixed bug where lvresize option -t was not properly...
2009-02-24 Thomas WoernerFix include/.symlinks for lvm2.h to lvm.h renaming
2009-02-24 Thomas WoernerAdded files lib/lvm.h and lib/lvm_base.c:
2009-02-23 Milan BrozFix validation of dataalignment value introduced in...
2009-02-22 Alasdair KergonMove tools/version.h to lib/misc/lvm-version.h.
2009-02-22 Alasdair KergonAdd system_dir parameter to create_toolcontext() and...
2009-02-22 Milan BrozComment out pvcreate pagesize alignment test for now.
2009-02-22 Alasdair KergonAdd --dataalignment to pvcreate to specify alignment...
2009-02-22 Alasdair KergonFix interrupt unblocking after vgcreate, for example...
2009-02-20 Alasdair KergonProvide da and mda locations in debug message when...
2009-02-20 Alasdair KergonMention the restriction on file descriptors at invocati...
2009-02-17 Petr RockaiIn testsuite's not.c, print a notice when program dies...
2009-02-17 Petr RockaiFix test output collection in harness.c.
2009-02-17 Alasdair KergonIndex cached vgmetadata by vgid not vgname to cope...
next
This page took 0.055322 seconds and 5 git commands to generate.