]> sourceware.org Git - lvm2.git/shortlog
lvm2.git
2011-08-31 Zdenek KabelacAutoreconf for lvmetad patch
2011-08-31 Petr RockaiA compromise integration of LVMetaD into the build...
2011-08-31 Zdenek KabelacUpdate for resource leak
2011-08-31 Zdenek KabelacFix resource leak when strdup fails
2011-08-30 Petr RockaiAdapt LVMetaD to use the new dm_config interfaces.
2011-08-30 Petr RockaiAdapt the daemon/common code to use the new dm_config...
2011-08-30 Petr RockaiMove the core of the lib/config/config.c functionality...
2011-08-29 Peter RajnohaDirectly allocate buffer memory in a pvck scan instead...
2011-08-26 Alasdair Kergonsame for segtype_is_thin
2011-08-26 Alasdair Kergonseg_is_thin includes both thin_pool and thin_volume
2011-08-26 Alasdair Kergonthin - hide unimplemented dso fn; remove duplicate...
2011-08-26 Zdenek KabelacInitial code for read/write of thin metadata lv segments
2011-08-25 Zdenek KabelacAdd registration of thin_pool segment
2011-08-24 Alasdair KergonFix raid shared lib segtype registration (2.02.87).
2011-08-24 Zdenek KabelacInitial code layout for thin provisioning target
2011-08-19 Alasdair Kergon.
2011-08-19 Alasdair KergonRemove incorrect error message added in 2.02.87.
2011-08-19 Alasdair Kergonpost-release
2011-08-19 Alasdair Kergonclarify comment
2011-08-19 Alasdair Kergontweak split/track/merge
2011-08-19 Alasdair Kergonspaces->tabs
2011-08-19 Alasdair Kergonrevert incomplete inconsistent log message change for now
2011-08-19 Alasdair Kergonavoid multi-line calc with incorrect intermediate var...
2011-08-19 Alasdair Kergonpre-release
2011-08-19 Alasdair Kergonrestrict dm_tree_node_add_null_area
2011-08-19 Alasdair Kergon_ for static fns
2011-08-18 Jonathan Earl... Move RAID convert tests to new file, t-lvconvert-raid.sh
2011-08-18 Jonathan Earl... Add ability to merge back a RAID1 image that has been...
2011-08-18 Jonathan Earl... Add support for m-way to n-way up-convert in RAID1...
2011-08-18 Jonathan Earl... Add the ability to split an image from the mirror and...
2011-08-18 Jonathan Earl... Add --splitmirrors support for RAID1 (1 image only)
2011-08-18 Jonathan Earl... When down-converting RAID1, don't activate sub-lvs...
2011-08-17 Alasdair KergonAdd -V as short form of --virtualsize in lvcreate.
2011-08-13 Jonathan Earl... Compiler warning fixes, better error messaging, and...
2011-08-12 Alasdair Kergonmakefile fixes
2011-08-12 Alasdair Kergoncore removed with clean not distclean
2011-08-12 Milan BrozDo not remove makefile during "make clean".
2011-08-12 Alasdair Kergonpost-release
2011-08-12 Alasdair Kergonmore pre-release fixes
2011-08-12 Alasdair KergonDrop CCS* variables no longer used.
2011-08-12 Alasdair Kergonpre-release
2011-08-11 Jonathan Earl... Various code clean-ups (s/malloc/zalloc/, new msgs...
2011-08-11 Zdenek KabelacFix memleak of geometry buffer
2011-08-11 Jonathan Earl... Add missing checks for function return codes.
2011-08-11 Zdenek KabelacTrivial, add void to ignore dm_snprinf result
2011-08-11 Alasdair Kergonpre-release fixes incl make distclean and configure...
2011-08-11 Jonathan Earl... Add some log_error msg's and fix potential segfault
2011-08-11 Jonathan Earl... Add ability to down-convert RAID1 arrays.
2011-08-11 Zdenek KabelacUpdate udev rules to skip DM flags decoding for removed...
2011-08-11 Zdenek KabelacAdd detect_internal_vg_cache_corruption to lvm.conf
2011-08-11 Zdenek KabelacLock memory for shared VG
2011-08-11 Zdenek KabelacAdd memory pool locking functions
2011-08-11 Zdenek KabelacCache and share generated VG structs
2011-08-11 Milan BrozRemove dev name prefix from dmsetup line output if...
2011-08-11 Peter RajnohaFix possible format instance memory leaks and premature...
2011-08-11 Peter RajnohaSuppress locking error messages in monitoring init...
2011-08-11 Jonathan Earl... Need 'ifdef' checks around RAID monitoring functions...
2011-08-11 Milan BrozFix build of raid without dmeventd.
2011-08-11 Milan BrozNever ever use uninitialised descriptors if pipe()...
2011-08-11 Jonathan Earl... Add dmeventd monitoring for RAID devices.
2011-08-11 Jonathan Earl... Add RAID metadata devices to considered devices in...
2011-08-11 Jonathan Earl... Fix renaming of RAID logical volumes.
2011-08-10 Zdenek KabelacJust add new lines between header comment
2011-08-10 Zdenek KabelacReplace free_vg with release_vg
2011-08-10 Zdenek KabelacRemove INCONSISTENT_VG flag
2011-08-10 Jonathan Earl... Fix compiler warning.
2011-08-10 Milan BrozIf anything bad happens and unlocking fails
2011-08-10 Milan BrozInitialise clvmd locks before lvm context to avoid...
2011-08-09 Alasdair Kergonautoreconf
2011-08-09 Milan BrozRemove obsoleted GULM clvmd cluster locking support.
2011-08-09 Alasdair KergonRemove support for the original dm ioctl interface...
2011-08-09 Peter RajnohaSuppress low-level locking errors and warnings while...
2011-08-05 Peter RajnohaRemove unused 'origin' variable in lv_remove_single...
2011-08-04 Zdenek KabelacAdd missing check for allocation failure
2011-08-04 Zdenek KabelacRemove unused inconsistent_seqno
2011-08-04 Zdenek KabelacAdd 'empty' command
2011-08-04 Zdenek KabelacRemove meaningless const type qualifiers on cast type
2011-08-04 Zdenek KabelacRemove self assigment which has no effect
2011-08-04 Zdenek KabelacMinor memory leak fix
2011-08-04 Zdenek KabelacAdd test for fcntl error in singlenode client code.
2011-08-04 Zdenek KabelacRemove --force option from lvrename manpage.
2011-08-04 Zdenek KabelacAdd missing new line in lvrename help text.
2011-08-02 Jonathan Earl... Add basic RAID segment type(s) support.
2011-08-02 Peter RajnohaChange DEFAULT_UDEV_SYNC to 1 so udev_sync is used...
2011-07-28 Peter RajnohaAdd support for systemd file descriptor handover in...
2011-07-28 Peter RajnohaAdd support for new oom killer adjustment interface...
2011-07-28 Peter Rajnohaautoreconf
2011-07-28 Peter RajnohaConfigure and makefile changes for newly added systemd...
2011-07-28 Peter RajnohaAdd systemd unit files for dmeventd.
2011-07-25 Petr Rockailvmetad: Edit the MISSING_PV flags only after making...
2011-07-25 Petr Rockailvmetad: Check integrity of multiple metadata copies...
2011-07-25 Petr Rockailvmetad: A couple of TODOs, and fix a few trivial memor...
2011-07-25 Zdenek KabelacAdd simple test for read-only table reload suppression
2011-07-24 Alasdair KergonFix read-only identical table reload supression.
2011-07-21 Zdenek KabelacCompare also file size to detect changed config file
2011-07-20 Petr Rockailvmetad: Obliterate vg_status by returning the same...
2011-07-20 Petr Rockailvmetad: Fix a possible infinite loop in vg_status.
2011-07-20 Petr Rockailvmetad: Robustify update_pv_status and remove an usele...
2011-07-20 Petr RockaiFirst stab at making lvmetad-core threadsafe. The curre...
2011-07-20 Petr Rockailvmetad: Avoid stale PV -> VG mappings on metadata...
next
This page took 0.052867 seconds and 5 git commands to generate.