]> sourceware.org Git - lvm2.git/history - lib/format_text
Refer to details of snapshot of raid problem.
[lvm2.git] / lib / format_text /
2012-05-09 Peter RajnohaFix division by zero if PV with zero PE count is used...
2012-04-10 Peter RajnohaCheck if info struct returned is not NULL.
2012-03-02 Alasdair KergonPass struct device around internally rather than dev_t.
2012-03-02 Alasdair KergonChange pvscan --lvmetad to pvscan --cache.
2012-02-29 Alasdair KergonPass 'single_device' parameter down to suppress 'Can...
2012-02-28 Zdenek KabelacAdd some stack traces for dev_close error paths
2012-02-27 Zdenek KabelacJust code move of hash initialization in front of function
2012-02-27 Zdenek KabelacAdd stack traces for lock_vol failures
2012-02-27 Zdenek KabelacRemove test for pvid
2012-02-23 Zdenek KabelacSome reformating for lvmetad uddates
2012-02-23 Petr RockaiThe lvmetad client-side integration. Only active when...
2012-02-13 Zdenek KabelacAdd check for mda_copy failure
2012-02-13 Zdenek KabelacAdd free_orphan_vg
2012-02-13 Zdenek KabelacClean error paths for format instance
2012-02-12 Alasdair KergonFMT_INSTANCE_VG is redundant now
2012-02-10 Petr RockaiKeep a global (per-format) orphan_vg and keep any and...
2012-02-10 Petr RockaiMove lvmcache data structures behind an API (making...
2012-02-08 Zdenek KabelacUse dm_snprintf and improve error handling
2012-02-08 Zdenek KabelacFix resource leaks for failing allocation
2012-01-25 Zdenek KabelacInstrument code that pointer are already released
2012-01-25 Zdenek KabelacCheck for correctness of uint64 value if exists
2012-01-20 Zdenek KabelacThin until proper vgcfgrestore for thin is implementad...
2012-01-19 Zdenek KabelacAdd support to keep info about creation time and host...
2012-01-19 Zdenek KabelacRename internal macro to match signess
2011-12-21 Zdenek KabelacAllow empty strings for description and creation_host...
2011-12-18 Petr RockaiMake a cleaner split between config tree and config...
2011-11-30 Jonathan Earl BrassowSupport the ability to replace specific devices in...
2011-11-18 Zdenek KabelacReplace dynamic buffer allocations for PATH_MAX
2011-11-15 Peter RajnohaAvoid 'mda inconsistency' by properly registering UNLAB...
2011-10-23 Zdenek KabelacDrop mempool parameter from read functions
2011-10-23 Zdenek KabelacAlways use vg memory pool for allocated lv segment
2011-09-08 Alasdair Kergonlvcreate/remove thin_pool and thin volumes (--driverloa...
2011-09-06 Alasdair Kergonlvcreate parsing for thin provisioning.
2011-09-01 Zdenek KabelacUse size_t return type
2011-08-31 Petr RockaiReplace const usage of dm_config_find_node with more...
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-10 Zdenek KabelacReplace free_vg with release_vg
2011-08-02 Jonathan Earl BrassowAdd basic RAID segment type(s) support.
2011-06-17 Zdenek KabelacCode move of vg_mark_partial() up in stack
2011-06-17 Zdenek KabelacRemove unused internal flag ACTIVATE_EXCL from the...
2011-06-15 Petr RockaiFix RHBZ 651590 (failure to lock LV results in failure...
2011-06-01 Alasdair KergonDefer writing PV labels to vg_write.
2011-05-28 Peter RajnohaUse new dev_open_readonly fn to prevent opening devices...
2011-04-29 Alasdair Kergontest update without WHATS_NEW to check it gives warning now
2011-04-21 Zdenek KabelacFix use of released vgname and vgid
2011-04-08 Zdenek KabelacAdd missing printf attributes
2011-03-29 Jonathan Earl Brassows/MIRROR_NOTSYNCED/LV_NOTSYNCED/ - Flag will may refer...
2011-03-27 Alasdair KergonRename _check_version
2011-03-13 Zdenek KabelacFix allocation of system_id
2011-03-11 Peter RajnohaUse format instance mempool where possible and adequate.
2011-03-11 Peter RajnohaVarious cleanups for fid mem and ref_count changes.
2011-03-11 Peter RajnohaUse only vg_set_fid and new pv_set_fid fn to assign...
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 KabelacRefactor vg allocation code
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-02-28 Milan BrozRephrase backup message.
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-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 RajnohaRead PV metadata information from cache if pv_setup...
2011-02-25 Peter RajnohaFix a bug in metadata location calculation, cleanup...
2011-02-21 Peter RajnohaAdd old_uuid field to struct physical_volume so we...
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 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-18 Zdenek KabelacVoid* arithmetic replaced with char*
2011-02-18 Zdenek KabelacCritical section
2011-02-03 Zdenek KabelacIncrease hash table size to 1024 lv names and 64 pv...
2011-02-03 Zdenek KabelacFix wipe size when seting up mda.
2011-01-28 Zdenek KabelacSkip NULL check before dm_free
2011-01-10 Zdenek KabelacChange import_vg_from_buffer to use config_tree
2011-01-06 Zdenek KabelacIntentionaly ignore result from get_config_uint32
2011-01-05 Zdenek KabelacAdd sys_debug loging for unlink
2010-12-22 Zdenek KabelacRemove check for existance of vg pointer
2010-12-22 Zdenek KabelacAdd backtraces for archive and backup_locally
2010-12-20 Zdenek KabelacRemove const usage from destroy callbacks
2010-12-20 Zdenek KabelacSome const cleanups
2010-12-20 Zdenek KabelacAdd more strict const pointers around config tree
2010-12-10 Alasdair KergonFix scanning of VGs without in-PV mdas.
2010-12-08 Alasdair KergonRename vg_release to free_vg.
2010-11-29 Alasdair KergonFix memory leak when VG allocation policy in metadata...
2010-11-29 Zdenek KabelacFix memory leak in error path
2010-11-29 Zdenek KabelacRemove unused 'i' in _pv_analyze_mda_raw
2010-10-26 Zdenek KabelacFix NULL pointer dereference for too large MDA error...
2010-10-05 Dave WysochanskiRename 'flags' to 'status' for struct metadata_area.
2010-09-30 Alasdair KergonAdd dm_zalloc and use it and dm_pool_zalloc throughout.
2010-09-30 Peter RajnohaFix memory leak of vg_read while using live copies...
next
This page took 0.072415 seconds and 8 git commands to generate.