]> sourceware.org Git - lvm2.git/shortlog
lvm2.git
2009-07-20 snitzerCast MINOR() in _md_sysfs_attribute_snprintf()'s dm_snp...
2009-07-20 snitzerCast MAJOR() and MINOR() to int when used with "%d...
2009-07-16 Dave WysochanskiRemove 'is already' message from vg_set_* functions.
2009-07-16 Alasdair KergonFix so only log_error and log_fatal set EUNCLASSIFIED.
2009-07-16 Dave WysochanskiRemove extraneous messages for extent_size and alloc_po...
2009-07-16 Dave WysochanskiChange default errno value to 0 (no error) and add...
2009-07-16 Alasdair KergonAdd log_errno to set a specific errno and replace log_e...
2009-07-16 Alasdair KergonAdd lvm_errno and lvm_errmsg to liblvm to obtain failur...
2009-07-15 Alasdair KergonStore any errno and error messages issued while process...
2009-07-15 Alasdair KergonUse log_error macro consistently throughout in place...
2009-07-15 Alasdair KergonRevert broken commit: old-v2_02_49 v2_02_49
2009-07-15 Alasdair Kergonpost-release
2009-07-15 Alasdair Kergonpre-release
2009-07-15 Alasdair Kergonpre-release clarification
2009-07-15 Alasdair KergonNew LOG_MESG macro to fix file/line number logging...
2009-07-15 Alasdair Kergonpre-release
2009-07-15 Dave WysochanskiFix memory leak in process_each_pv path.
2009-07-15 Dave WysochanskiFix memory leak in _process_one_vg error path.
2009-07-15 Petr RockaiFix warning.
2009-07-15 Petr RockaiUn-export vg_read_internal.
2009-07-15 Petr RockaiFix bad prototype from previous checkin.
2009-07-15 Petr RockaiPort process_each_pv to new vg_read.
2009-07-15 Petr RockaiRemove lockingfailed().
2009-07-15 Petr RockaiTake just a read lock when activating in lvchange.
2009-07-15 Petr RockaiRefuse to open VG with MISSING_PVs for update unless...
2009-07-15 Dave WysochanskiCheck for certain vg_read errors in _process_one_vg...
2009-07-15 Dave WysochanskiFix FAILED_INCONSISTENT case in vg_backup_single -...
2009-07-14 Dave WysochanskiFix pvremove test breakage.
2009-07-14 Dave WysochanskiFix vgck and vgremove segfault if non-existent vg given.
2009-07-14 Dave WysochanskiAdd a few negative tests which should fail cleanly...
2009-07-14 Milan BrozEnable use of new multi-segment registration for static...
2009-07-14 Alasdair KergonExclude VG_GLOBAL from vg_write_lock_held so scans...
2009-07-14 Dave WysochanskiAdd liblvm test case for creating of a vg.
2009-07-14 Dave WysochanskiAdd VG APIs to liblvm/.exported_symbols.
2009-07-14 Dave WysochanskiAdd lvm_vg_* APIs to create and modify VGs.
2009-07-14 Dave WysochanskiAdd default cmd->cmd_line initialization for liblvm...
2009-07-14 Dave WysochanskiDefine handles to liblvm objects for pv, vg, lv, lvseg...
2009-07-14 Dave WysochanskiRemove READ_REQUIRE_RESIZEABLE flag from vg_read()...
2009-07-14 Dave WysochanskiRemove READ_REQUIRE_RESIZEABLE flag from vgsplit.
2009-07-14 Dave WysochanskiRefactor vgsplit - move move_pvs_used_by_lv and move_pv...
2009-07-14 Dave WysochanskiRemove READ_REQUIRE_RESIZEABLE from vgextend by moving...
2009-07-13 mpatockaWHATS_NEW
2009-07-13 mpatockaChange exit() to _exit() in the child process. exit...
2009-07-13 mpatockaSuppress warning on 64-bit big-endian computers (Sparc...
2009-07-13 Alasdair KergonMake cmd->cmd_line const.
2009-07-13 Petr RockaiGet rid of the mdadm presence check in t-000-basic...
2009-07-13 Alasdair KergonFix dev name mismatch in vgcreate man page example.
2009-07-10 Dave WysochanskiRemove unused code vg_lock_and_read() and related flags.
2009-07-10 Dave WysochanskiUpdate WHATS_NEW for vgremove and ORPAHN_LOCK refactoring
2009-07-10 Dave WysochanskiChange lock ordering of vgcfgrestore to be consistent...
2009-07-10 Dave WysochanskiMove orphan lock obtain/release inside vg_extend().
2009-07-10 Dave WysochanskiMove orphan lock inside vg_remove_single.
2009-07-10 Dave WysochanskiRemove force parameter from vg_remove_single, now the...
2009-07-10 Dave WysochanskiRemove unnecessary parameters from vg_remove_single().
2009-07-10 Alasdair KergonAdd dm_log_with_errno and dm_log_with_errno_init, depre...
2009-07-09 snitzerCheck MD devices for a partition table during device...
2009-07-09 snitzerAdd extended device (blkext) and MD partition (mdp...
2009-07-09 Milan BrozFix and precise metadata read errors for segment areas.
2009-07-09 Milan BrozFix confusing metadata syntax error messages.
2009-07-09 Milan BrozFix segment import functions to print segment name...
2009-07-09 Dave WysochanskiUpdate WHATS_NEW for recent vgcreate changes
2009-07-09 Dave WysochanskiChange vg_create() to take only minimal parameters...
2009-07-09 Dave WysochanskiAdd vg_set_alloc_policy() liblvm function and move...
2009-07-09 Dave WysochanskiAdd vg_set_max_pv() liblvm function and move vgchange...
2009-07-09 Dave WysochanskiAdd vg_set_max_lv() liblvm function and move vgchange...
2009-07-09 Dave WysochanskiRename vg_change_pesize to vg_set_extent_size and use...
2009-07-09 Dave WysochanskiRemove unused 'cmd' from vg_change_pesize().
2009-07-09 Dave WysochanskiUpdate vg_change_pesize() to contain all validity checks.
2009-07-09 Dave WysochanskiAdd defines for default vgcreate parameters.
2009-07-09 Dave WysochanskiUpdate t-vgcreate-usage.sh to check for default vg...
2009-07-09 Dave WysochanskiFix memory leak in vgsplit when re-reading the VG.
2009-07-08 Dave Wysochanski.
2009-07-08 Dave WysochanskiMake exit paths more robust when some init function...
2009-07-08 Dave WysochanskiRefactor a couple log_error() statements in prep for...
2009-07-08 Dave WysochanskiAdd t-lvm-init.sh - test lvm init routines and error...
2009-07-08 Dave WysochanskiFix segfault in persistent_filter_dump() if lvm init...
2009-07-08 Dave WysochanskiMake destroy_toolcontext() better able to handle NULL...
2009-07-08 Dave WysochanskiUpdate WHATS_NEW for vgread cleanup
2009-07-08 Dave WysochanskiRemove unneeded LOCK_NONBLOCKING from vg_read() API.
2009-07-08 Dave WysochanskiRemove READ_CHECK_EXISTENCE and vg_might_exist().
2009-07-08 Dave WysochanskiRemove unneeded LOCK_KEEP from vg_read() interface.
2009-07-08 Dave WysochanskiRemove LOCK_KEEP and READ_CHECK_EXISTENCE from vgsplit.
2009-07-08 Alasdair KergonPermit several segment types to be registered by a...
2009-07-07 snitzerContinue to make --units and --size consistent (in...
2009-07-07 Alasdair Kergon.
2009-07-07 Alasdair KergonFix whitespace in linear target line to fix identical...
2009-07-07 Dave WysochanskiFix compile warning in lvmcmdline.c - use C99 PRIu64...
2009-07-07 Dave WysochanskiFix vg_read() error paths to properly release upon...
2009-07-06 snitzerReword the WHATS_NEW commandline sizes update.
2009-07-06 snitzerAllow commandline sizes to be specified in terms of...
2009-07-06 snitzerUse the MD device's stripe-width, instead of chunk_size...
2009-07-03 Alasdair KergonAdd device number to more log messages during activation.
2009-07-03 Alasdair Kergonclarification
2009-07-01 Dave WysochanskiUpdate WHATS_NEW for vg_read commits
2009-07-01 Dave WysochanskiFix t-inconsistent-metadata.sh.
2009-07-01 Dave WysochanskiAdd lvmcache_init() to polldaemon initialization.
2009-07-01 Dave WysochanskiConvert vgsplit to use vg_read_for_update.
2009-07-01 Dave WysochanskiDon't segfault in vg_release when vg->cmd is NULL.
2009-07-01 Dave WysochanskiConvert vgrename to vg_read_for_update.
2009-07-01 Dave WysochanskiConvert vgreduce to use vg_read_for_update.
next
This page took 0.054738 seconds and 5 git commands to generate.