]> sourceware.org Git - lvm2.git/shortlog
lvm2.git
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...
2011-07-20 Petr RockaiOptimise PV -> VG lookups by using a UUID (hash) map.
2011-07-20 Petr RockaiFree up allocated memory before exiting, in lvmetad.
2011-07-20 Petr RockaiFix two small (but eventually unbounded) leaks in daemo...
2011-07-20 Petr RockaiCan't have a global memory pool in lvmetad (that would...
2011-07-20 Petr RockaiMake lvmetad also report VGID in reply when adding...
2011-07-20 Petr RockaiAdd code to lvmetad's testclient that scans an actual...
2011-07-20 Petr RockaiMake lvmetad report the VG ID and status (complete...
2011-07-19 Petr RockaiTowards MISSING (PV) flag management in lvmetad.
2011-07-19 Petr RockaiMake it possible to represent type-correct single-item...
2011-07-19 Petr RockaiAdd an API to config.h for creating values in the confi...
2011-07-19 Petr RockaiWork out some more details in metadata update in lvmetad.
2011-07-19 Jonathan Earl... Remove and unneeded parameter from build_parallel_areas...
2011-07-19 Jonathan Earl... Fix potential null ptr deref in 'origin_from_cow'
2011-07-19 Petr RockaiMore work on cache maintenance code in lvmetad: keep...
2011-07-18 Petr RockaiStart filling in the core LVMetaD functionality and...
2011-07-18 Petr RockaiVarious improvements to the daemon-common code, includi...
2011-07-18 Petr RockaiImprove format_buffer in daemon-shared.c, adding block...
2011-07-18 Petr RockaiRevert the #include changes. Need to fix this at the...
2011-07-18 Petr RockaiSlightly refactor the config code to allow better reuse...
2011-07-18 Petr RockaiAdd a missing libdevmapper.h #include to lvm-types...
2011-07-18 Petr RockaiAdd a couple missing #includes in uuid.h.
2011-07-18 Zdenek KabelacBetter version of failing 'should' test
2011-07-18 Zdenek KabelacAdding test for repair when confusing metadata are...
2011-07-14 Jonathan Earl... LVM2 RAID design doc
2011-07-11 Petr RockaiFix t-vgreduce-usage to stop relying on the persistent...
2011-07-08 Alasdair Kergonpost-release
2011-07-08 Alasdair Kergonremove unnecessary lvconvert.h
2011-07-08 Alasdair Kergonpre-release
2011-07-08 Alasdair KergonDowngrade error message - it isn't strictly an internal...
2011-07-08 Alasdair Kergonmove doc to doc dir
2011-07-08 Alasdair Kergonmissing ifdef when new fn unused
2011-07-08 Alasdair Kergon Remove dev name prefix from dmsetup line output if...
2011-07-08 Alasdair KergonIgnore activation/verify_udev_operations if dm kernel...
2011-07-08 Milan BrozFix warning for pvcreate over MD linear.
2011-07-08 Alasdair KergonNeed to snapshot lookup by uuid instead of name in...
2011-07-08 Alasdair KergonLog cookie values when incrementing/decrementing to...
2011-07-08 Alasdair KergonMove snapshot removal activation logic into lib/activate.
2011-07-08 Alasdair KergonMove snapshot deactivation logic into lib/activate...
2011-07-08 Alasdair Kergonreport which dev was not found
next
This page took 0.055903 seconds and 5 git commands to generate.