]> sourceware.org Git - lvm2.git/history - tools/vgsplit.c
thin: tighten discard string conversions
[lvm2.git] / tools / vgsplit.c
2011-10-06 Jonathan Earl BrassowFix vgsplit when there are mirrors that have mirrored...
2011-08-30 Petr RockaiMove the core of the lib/config/config.c functionality...
2011-08-10 Zdenek KabelacReplace free_vg with release_vg
2011-04-29 Alasdair Kergonpre-release clean-ups
2011-03-30 Zdenek KabelacFix free_vg order
2011-02-18 Zdenek KabelacConst fixing
2010-12-14 Petr RockaiAdd further consistency checking to vg_validate, ensuri...
2010-12-08 Alasdair KergonRename vg_release to free_vg.
2010-09-23 Peter RajnohaAdd escape sequence for ':' and '@' found in device...
2010-06-30 Alasdair Kergonimprove vgmetadatacopies unmanaged message
2010-06-28 Dave WysochanskiAdd --vgmetadatacopies to vgsplit man page and command.
2009-11-01 Dave WysochanskiRename validate_vg_create_params to vgcreate_params_val...
2009-11-01 Dave WysochanskiRename fill_vg_create_params to vgcreate_params_set_fro...
2009-11-01 Dave WysochanskiAdd vgcreate_params_set_defaults().
2009-10-31 Dave WysochanskiUpdate vgsplit to call vg_set_clustered().
2009-10-26 Alasdair KergonPermit snapshots of mirrors. (brassow)
2009-09-14 Alasdair KergonAdd lots of missing stack debug messages to tools.
2009-09-02 Dave WysochanskiChange vgsplit behavior to open/lock first vg based...
2009-09-02 Dave WysochanskiRefactor vgsplit - reorder _vgsplit_from and _vgsplit_t...
2009-09-02 Dave WysochanskiRefactor vgsplit: _vgsplit_from or _vgsplit_to failure...
2009-09-02 Dave WysochanskiRefactor vgsplit - create _vgsplit_from function to...
2009-09-02 Dave WysochanskiRefactor vgsplit - create _vgsplit_to function which...
2009-09-02 Dave WysochanskiRefactor vgsplit - add 'lock_vg_from_first' flag.
2009-09-02 Dave WysochanskiRefactor vgsplit - remove bad2 label.
2009-09-02 Dave WysochanskiRefactor vgsplit to move existing_vg logic in a separat...
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-09 Dave WysochanskiChange vg_create() to take only minimal parameters...
2009-07-09 Dave WysochanskiAdd defines for default vgcreate parameters.
2009-07-09 Dave WysochanskiFix memory leak in vgsplit when re-reading the VG.
2009-07-08 Dave WysochanskiRemove unneeded LOCK_NONBLOCKING from vg_read() API.
2009-07-08 Dave WysochanskiRemove LOCK_KEEP and READ_CHECK_EXISTENCE from vgsplit.
2009-07-07 Dave WysochanskiFix vg_read() error paths to properly release upon...
2009-07-01 Dave WysochanskiConvert vgsplit to use vg_read_for_update.
2009-06-10 Milan BrozFix compiler warning.
2009-06-09 Dave WysochanskiUpdate vgsplit to use new vg_reserve_newname() function.
2009-05-21 Alasdair KergonPre-release cleanups.
2009-05-13 Milan BrozRemove vg->lv_count and use counter function.
2009-05-13 Dave WysochanskiRemove NON_BLOCKING lock flag from tools and set a...
2009-05-12 Milan BrozRemove snapshot_count from VG and use function instead.
2009-04-10 Milan BrozProperly release VG memory pool in all CLI tools.
2009-01-26 Alasdair KergonRename vg_read() to vg_read_internal(). (mornfall)
2008-11-03 Alasdair KergonRight, a simple build (without options) is working...
2008-04-23 Dave WysochanskiFix vgsplit internal counting of snapshot LVs.
2008-04-15 Alasdair Kergonmissing stack
2008-04-10 Dave WysochanskiUpdate vgsplit to only restrict split with active LVs...
2008-04-10 Alasdair Kergon.
2008-04-10 Alasdair Kergonmore pre-release cleanup
2008-04-10 Alasdair Kergonmake list_move consistent with other list fns
2008-04-10 Dave WysochanskiAdd vg_is_clustered() helper function.
2008-04-10 Dave WysochanskiMinor vgsplit cleanups.
2008-04-10 Dave WysochanskiAdd _move_one_lv() helper function for vgsplit.
2008-04-09 Dave WysochanskiFix vgsplit to only move hidden 'snapshotN' LVs when...
2008-04-09 Dave WysochanskiUpdate vgsplit to take "-n LogicalVolumeName" on the...
2008-04-08 Dave WysochanskiFix vgsplit error display - fully remove log_suppress.
2008-04-08 Dave WysochanskiFix vgsplit error paths to release vg_to lock.
2008-04-02 Dave WysochanskiFix vgsplit locking and remove unneeded error messages...
2008-04-02 Dave WysochanskiSuppress "Volume group not found" message when vgsplit...
2008-03-26 Dave WysochanskiUse list_move() in applicable places.
2008-02-29 Dave WysochanskiRefactor _move_pv() in vgsplit.
2008-01-30 Alasdair KergonSome whitespace tidy-ups.
2008-01-22 Dave WysochanskiFix vgsplit test mode
2008-01-22 Dave WysochanskiFix vgsplit - print different message on successful...
2008-01-22 Dave WysochanskiFix vgsplit - print error if vgcreate option given...
2008-01-16 Dave WysochanskiCreate vgs_are_compatible() fn to check whether vgs...
2008-01-15 Dave WysochanskiMove more parameter validation into the library.
2008-01-14 Dave WysochanskiAllow vgcreate options as input to vgsplit when new...
2008-01-11 Dave WysochanskiAllow vgsplit into existing vg.
2008-01-11 Dave WysochanskiRefactor vgsplit for accepting existing vg as destination
2007-11-15 Alasdair KergonFix --addtag to drop @ prefix from name
2007-11-15 Alasdair Kergonanother vg_lock_and_read
2007-11-15 Alasdair KergonConvert some vg_reads into vg_lock_and_reads
2007-11-02 Alasdair KergonFix orphan-related locking in pvdisplay and pvs.
2007-10-12 Dave WysochanskiAdd pv_dev_name() to access PV device name.
2007-08-22 Alasdair Kergon Clean up numerous compiler warnings that crept in...
2007-08-20 Alasdair KergonFix inconsistent licence notices: executables are GPLv2...
2007-07-23 Dave WysochanskiFix error introduced with previous checkin
2007-07-23 Dave WysochanskiAdd CORRECT_INCONSISTENT and FAIL_INCONSISTENT flags...
2007-07-23 Dave WysochanskiAdd vg_lock_and_read() external library function.
2007-06-28 Milan BrozFix vgsplit if splitting all PVs from VG.
2007-06-15 Dave WysochanskiRemove get_ prefix from get_pv_* functions
2007-06-13 Dave WysochanskiConvert pv->dev to get_pv_dev
2007-06-13 Dave WysochanskiConvert pv->pe_count to get_pv_pe_count
2007-06-13 Dave WysochanskiConvert pv->pe_alloc_count to get_pv_pe_alloc_count
2007-06-06 Dave WysochanskiAdd vg_check_status to consolidate vg status flags...
2007-05-15 Milan BrozFix and clarify vgsplit error messages.
2007-03-23 Milan BrozFix vgsplit for lvm1 format (set and validate VG name...
2007-03-09 Alasdair KergonAdd a few missing pieces of vgname command line validation.
2007-01-29 Alasdair KergonFix vgsplit to handle mirrors.
2007-01-09 Alasdair KergonFree memory in _raw_read_mda_header() error paths.
2006-10-13 Alasdair KergonPropagate clustered flag in vgsplit and require resizea...
2006-09-02 Alasdair KergonWhen using local file locking, skip clustered VGs.
2006-05-09 Alasdair KergonMake SIZE_SHORT the default for display_size().
2006-04-12 Alasdair KergonFix vgexport/vgimport to set/reset PV exported flag...
2005-06-06 Alasdair KergonMake VG name restrictions consistent.
2005-06-01 Alasdair KergonBasic support for mirrors.
2005-05-03 Alasdair KergonReinstate full PV size when removing from VG.
2005-04-07 Alasdair KergonInternal snapshot code restructuring.
2004-05-18 Alasdair KergonRename allocation policies; add --alloc to cmdline...
2004-03-30 Alasdair KergonUpdate copyright notices.
next
This page took 0.693056 seconds and 107 git commands to generate.