]> sourceware.org Git - lvm2.git/shortlog
lvm2.git
2011-03-11 Peter RajnohaMake create_text_context fn static and move it inside...
2011-03-11 Peter RajnohaAdd mem and ref_count fields to struct format_instance...
2011-03-11 Peter RajnohaUse new alloc_fid fn for common format instance initial...
2011-03-10 Zdenek KabelacMissed merge fix in vg_validate patch
2011-03-10 Zdenek KabelacDocument pv_min_size in lvm.conf manpage
2011-03-10 Zdenek KabelacOptimise _eat_space and _get_token
2011-03-10 Zdenek KabelacKeep pool name also for pool-fast
2011-03-10 Zdenek KabelacIndent spaces to tabs
2011-03-10 Zdenek KabelacRefactor code for _lv_postoder
2011-03-10 Jonathan Earl... gdbinit - A GDB init file to help while debugging LVM.
2011-03-10 Zdenek KabelacUse hash tables for validating names
2011-03-10 Milan BrozFix dmsetup man page typo (John Bradshaw)
2011-03-10 Zdenek KabelacUse void pointer instead of char for binary key
2011-03-10 Zdenek KabelacRefactor vg allocation code
2011-03-10 Alasdair KergonAvoid possible endless loop in _free_vginfo when 4...
2011-03-09 Alasdair KergonUse empty string instead of /dev// for LV path when...
2011-03-08 Zdenek KabelacDo not send random bytes in message
2011-03-08 Zdenek KabelacFix reading byte from char params[-1] position
2011-03-08 Milan BrozFix clvmd return code for bad options.
2011-03-06 Milan BrozFix test for 8k page (fails on Sparc architecture).
2011-03-06 Zdenek KabelacUse lvm_getpagesize wrapper
2011-03-06 Milan BrozFix hardcoded page size, fixing test fails with 8k...
2011-03-05 Milan BrozMove secure flag warning to verbose level.
2011-03-05 Zdenek KabelacFix reading of released memory
2011-03-04 Milan BrozMake the lock test a little bit better...
2011-03-04 Milan BrozWait until dmeventd properly starts in test.
2011-03-03 Zdenek KabelacLeave some time to scheduler
2011-03-03 Zdenek KabelacAvoid using pipes on lv commands
2011-03-03 Milan BrozFix test, "echo n" is not needed when -y is specified.
2011-03-03 Peter RajnohaLower severity of selabel_lookup and matchpathcon failu...
2011-03-03 Zdenek KabelacDo not echo y to lvconvert
2011-03-02 Milan BrozFix syslog initialisation in clvmd to respect lvm.conf...
2011-03-02 Milan BrozIncrease check timeout again.
2011-03-02 Milan BrozPE size overflows, on most architectures it is catch...
2011-03-02 Milan BrozUse 64bit unsigned value for maximum stripe size test.
2011-03-02 Petr RockaiDo not run past the end of an array in dmeventd's _hand...
2011-03-02 Milan BrozFix test to use explicit /dev/mapper/ node, /proc/mount...
2011-03-02 Petr RockaiAs requested in BZ 454618:
2011-03-02 Peter RajnohaUse a copy if moving an mda from pv fid to vg fid.
2011-03-02 Peter RajnohaMake add_metadata_area_to_pv/remove_metadata_area_from_...
2011-03-02 Zdenek KabelacIndent case part properly
2011-03-02 Zdenek KabelacAdd missing return
2011-03-02 Alasdair KergonAccept multiple mapped device names on many dmsetup...
2011-03-02 Alasdair KergonFix dm_udev_wait calls in dmsetup to occur before reada...
2011-03-01 Milan BrozRather return success if skipping udev wait.
2011-03-01 Zdenek KabelacInvert condition for READLINE check
2011-03-01 Alasdair KergonFix _create_and_load_v4 not to lose the --addnodeoncrea...
2011-03-01 Zdenek KabelacBuild test.c also without readline library
2011-03-01 Milan BrozFix tests if udevadm missing (old udev).
2011-03-01 Zdenek KabelacQuick fix to compile lvm2api tests when possible
2011-03-01 Milan BrozFix some compile warnings on RHEL5
2011-02-28 Milan BrozRephrase backup message.
2011-02-28 Zdenek KabelacFix void pointer arithmetic warning in pool debug code
2011-02-28 Zdenek KabelacAdd fall through comments
2011-02-28 Zdenek KabelacRemove dead code
2011-02-28 Zdenek KabelacTest result of dm_task_set_uuid
2011-02-28 Zdenek KabelacUse backward compatible configuration for test
2011-02-28 Alasdair Kergonmention vgreduce in pvremove man page
2011-02-28 Alasdair KergonImprove pvremove error message when PV belongs to a VG.
2011-02-28 Peter RajnohaAdd a hint for manual revert if there's an error in...
2011-02-28 Peter RajnohaUse pv->vg_name directly instead of pv->vg->name in...
2011-02-28 Peter RajnohaAllow non-orphan PVs with two metadata areas to be...
2011-02-27 Alasdair KergonFix check for log-only allocation in new alloc normal...
2011-02-27 Alasdair KergonVarious changes to the allocation algorithms: Expect...
2011-02-25 Peter Rajnohavgconvert is fixed now to work with the changes in...
2011-02-25 Peter RajnohaAllow only orphan PVs to be resized even with two metad...
2011-02-25 Peter RajnohaRevert the patch for vgconvert to work with recent...
2011-02-25 Peter RajnohaRead PV metadata information from cache if pv_setup...
2011-02-25 Peter RajnohaFix a bug in metadata location calculation, cleanup...
2011-02-22 Peter RajnohaRemove a few size_t type warnings.
2011-02-21 Mike SnitzerAdd inactive table query support for kernel driver...
2011-02-21 Peter Rajnoha%ld -> PRIu64
2011-02-21 Peter RajnohaWHATS_NEW
2011-02-21 Peter RajnohaTemporarily disable 'convert a VG from lvm2 to lvm1...
2011-02-21 Peter RajnohaFix metadata balance code to work with recent changes...
2011-02-21 Peter RajnohaAdd old_uuid field to struct physical_volume so we...
2011-02-21 Peter RajnohaFix vgconvert code to work with changes in metadata...
2011-02-21 Peter RajnohaChange pvresize code to work with new metadata handling...
2011-02-21 Peter RajnohaChange pv_write code to work with the changes in metada...
2011-02-21 Peter RajnohaRemove unused _mda_setup fn. This functionality is...
2011-02-21 Peter RajnohaChange the code throughout to use new pv_initialise...
2011-02-21 Peter RajnohaSeparate new pv_initialise function out of the original...
2011-02-21 Peter RajnohaAdd new pv_remove_metadata_area interface function.
2011-02-21 Peter RajnohaAdd new pv_add_metadata_area interface function.
2011-02-21 Peter RajnohaRemove useless mdas parameter for pv_read (from now...
2011-02-21 Peter RajnohaAdd format instance support for pv_read code.
2011-02-21 Peter RajnohaInitialise a new PV-based format instance for a PV...
2011-02-21 Peter RajnohaAdd vg_set_fid function to change VG format instance.
2011-02-21 Peter RajnohaChange the code throughout for recent changes in format...
2011-02-21 Peter RajnohaChange create_instance to create PV-based as well as...
2011-02-21 Peter RajnohaChange and generalise struct format_instance for PV...
2011-02-18 Alasdair KergonHandle decimal digits with --units instead of ignoring...
2011-02-18 Zdenek KabelacFix gcc warnings for unused variables
2011-02-18 Zdenek KabelacAdd debug message for open_count failure
2011-02-18 Zdenek KabelacUse return_0 to get bactrace
2011-02-18 Zdenek KabelacAdd some backtraces for error paths in process_each_lv
2011-02-18 Zdenek KabelacMemory unlock allows 1 page difference
2011-02-18 Zdenek KabelacConst fixing
2011-02-18 Zdenek KabelacAPI change - support more const arg
2011-02-18 Zdenek KabelacVoid* arithmetic replaced with char*
next
This page took 0.054061 seconds and 5 git commands to generate.