]> sourceware.org Git - lvm2.git/shortlog
lvm2.git
2010-11-17 Petr RockaiAdd generic infrastructure to internal library to ...
2010-11-17 Alasdair KergonRemove tag length restriction and allow / = ! : # ...
2010-11-12 Peter RajnohaWHATS_NEW FIXME
2010-11-11 Alasdair KergonSupport repetition of --addtag and --deltag arguments.
2010-11-11 Zdenek KabelacPreserve const for char pointer
2010-11-11 Zdenek KabelacAdd date configurable variable DATE
2010-11-10 Zdenek Kabelacfsadm fix for downsize of unmounted fs
2010-11-10 Zdenek KabelacUpdate fsadm regresion
2010-11-10 Zdenek KabelacScan also 'mount' output for mounted filesystem.
2010-11-09 Alasdair KergonExtend cling allocation policy to recognise PV tags...
2010-11-09 Alasdair KergonRegenerate configure with 'autoreconf' for --enable...
2010-11-09 Alasdair Kergonforgotten to regenerate last time configure.in was...
2010-11-09 Alasdair Kergonpost-release
2010-11-08 Alasdair Kergonpre-release
2010-11-08 Zdenek KabelacFix include commit and switch to use DISTCLEAN_TARGETS
2010-11-05 Peter RajnohaClarify error messages when activation fails due to...
2010-11-05 Zdenek KabelacAdd OCF support
2010-11-05 Zdenek KabelacAdd given user prefix to make target install_initscripts
2010-11-05 Zdenek KabelacUse include make.tmpl
2010-11-02 Alasdair Kergonlost line
2010-11-02 Alasdair KergonFix regex optimiser not to ignore RHS of OR nodes in...
2010-11-01 Zdenek KabelacUse new status code from fsadm check
2010-11-01 Zdenek KabelacAdd DIAGNOSTICS section to fsadm man page.
2010-11-01 Zdenek KabelacReturn different status code for fsadm check of mounted...
2010-11-01 Peter RajnohaUse dm_strdup/dm_free instead of strdup/free.
2010-11-01 Peter RajnohaAllocate buffer for reporting functions dynamically...
2010-10-29 Alasdair KergonUpdate VG metadata only once in vgchange when making...
2010-10-29 Petr RockaiUpdate WHATS_NEW.
2010-10-29 Petr RockaiAdd code to the dmeventd snapshot plugin to automatical...
2010-10-27 Petr RockaiAlasdair correctly pointed out that if the two closes...
2010-10-27 Petr RockaiAdd a missed test for dmeventd -R.
2010-10-27 Petr RockaiUpdate WHATS_NEW.
2010-10-27 Petr RockaiFix a double close in clvmd.
2010-10-26 Petr RockaiUse a more generous timeout for dmeventd in t-lvconvert...
2010-10-26 Petr RockaiLet's rely on the exit code and do not test for empty...
2010-10-26 Zdenek KabelacAdd missing return for NULL passed buffer
2010-10-26 Zdenek KabelacMacro uninitialized_var gives warnings in static analysis
2010-10-26 Zdenek KabelacHotfix usage of __builtin_unreachable()
2010-10-26 Zdenek KabelacFix NULL pointer dereference for too large MDA error...
2010-10-26 Zdenek KabelacInstrument compiler about code unreachability
2010-10-26 Zdenek KabelacUse static indentifier for internal functions
2010-10-26 Zdenek KabelacUpdate C declaration () -> (void)
2010-10-26 Zdenek KabelacRemove bufused for calculation
2010-10-26 Mike SnitzerFix vgchange to process -a, --refresh, --monitor and...
2010-10-26 Mike SnitzerExplicitly have grep print the matching filenames ...
2010-10-25 Dave WysochanskiUpdate WHATS_NEW for lvm2app property functions
2010-10-25 Alasdair Kergonpost-release
2010-10-25 Dave WysochanskiAdd interactive tests for lvm_{pv|vg|lv}_get_property().
2010-10-25 Dave WysochanskiAdd lvm_lv_get_property() generic function to obtain...
2010-10-25 Dave WysochanskiAdd lvm_pv_get_property() generic function to obtain...
2010-10-25 Dave WysochanskiAdd lvm_vg_get_property() generic vg property function.
2010-10-25 Dave WysochanskiAdd 'is_integer' flag into internal lvm_property_type.
2010-10-25 Alasdair Kergonpre-release
2010-10-25 Zdenek KabelacUse const config node
2010-10-25 Zdenek KabelacFix constness warning
2010-10-25 Zdenek KabelacFix constness warning
2010-10-25 Zdenek KabelacFix constness warning for _vg_read_by_vgid() uuid usage
2010-10-25 Zdenek KabelacFix constness warnings
2010-10-25 Zdenek KabelacUse const pointer for return value of dm_basename
2010-10-25 Zdenek Kabelacok this seems to be never ending story...
2010-10-25 Zdenek Kabelacrom -> from
2010-10-25 Zdenek KabelacUse 'const' struct id *pvid for device_from_pvid()
2010-10-25 Zdenek KabelacSwitch to char* arithmetic from void*
2010-10-25 Zdenek KabelacFix missing initilisation to 0
2010-10-25 Zdenek KabelacFix potential NULL pointer dereference
2010-10-25 Zdenek KabelacReuse result of previous strchr
2010-10-25 Zdenek KabelacEnsure we always have origin defined
2010-10-25 Alasdair Kergonfix header #defines
2010-10-25 Zdenek KabelacPrint vg_name and do not to access vg->name
2010-10-25 Zdenek KabelacFix clang warning for ntohl(*((uint32_t *)buf))
2010-10-25 Alasdair KergonUse a more-generic name for the new kernel flag so...
2010-10-25 Alasdair KergonAdd global/metadata_read_only to use unrepaired metadat...
2010-10-25 Alasdair KergonDon't take write lock in vgchange --refresh, --poll...
2010-10-25 Alasdair Kergonrestrict last checkin to devs consisting entirely of...
2010-10-24 Mike SnitzerNever scan a device which is using the error target
2010-10-21 Dave WysochanskiAdd lv_get_property() internal lvm function.
2010-10-21 Dave WysochanskiRename fields in lvm_property_type.
2010-10-21 Dave WysochanskiAdd lv_read_ahead and lv_kernel_read_ahead 'get' functions.
2010-10-21 Dave WysochanskiRefactor and add code for (lv) 'lv_origin' get function.
2010-10-21 Dave WysochanskiRefactor and add code for (lv) 'lv_name' get function.
2010-10-20 Petr RockaiReduce a (huge) timeout in t-mirror-names.
2010-10-20 Petr RockaiAdd a test for BZ 509182 (vgchange --monitor y breaks...
2010-10-20 Zdenek KabelacAdd coverage test for partition table scanning
2010-10-20 Petr RockaiImplement dmeventd -R, allowing dmeventd to be restarte...
2010-10-20 Zdenek KabelacFix strict-aliasing compile warning in partition table...
2010-10-20 Petr RockaiRevert some debug statements that slipped in with last...
2010-10-20 Petr RockaiFix a deadlock in clvmd.
2010-10-18 Petr RockaiAvoid an extraneous orphans unlock in vgextend --restor...
2010-10-15 Petr RockaiUpdate WHATS_NEW.
2010-10-15 Petr RockaiImplement automatic snapshot extension with dmeventd...
2010-10-15 Petr RockaiFixes for the devices/disable_after_error_count documen...
2010-10-15 Zdenek KabelacUpdate
2010-10-15 Zdenek KabelacSpeedup memory un/locking
2010-10-15 Zdenek KabelacFix linking order for liblvm2cmd
2010-10-15 Alasdair KergonAdd --setuuid to dmsetup rename.
2010-10-14 Jonathan Earl... Fix for bug 637936: killing both redundant logs causes...
2010-10-14 Petr RockaiAdd a VERBOSE option to make check (make check VERBOSE=1).
2010-10-13 Mike SnitzerConvey need for snapshot-merge target in lvconvert...
2010-10-13 Petr RockaiTweak WHATS_NEW for devices/disable_after_error_count.
2010-10-13 Petr RockaiTweak the lvm.conf comment about devices/disable_after_...
next
This page took 0.05399 seconds and 5 git commands to generate.