]> sourceware.org Git - lvm2.git/history - tools/pvmove.c
Reinstate accidentally-deleted line.
[lvm2.git] / tools / pvmove.c
2012-02-28 Zdenek KabelacUsing enum types for enums
2011-12-08 Alasdair Kergonreinstate !first_time check
2011-10-11 Zdenek KabelacRemove test for first_time with FIXME
2011-09-27 Alasdair KergonIntroduce revert_lv for better pvmove cleanup.
2011-09-27 Alasdair KergonReplace incomplete pvmove activation failure recovery...
2011-09-27 Alasdair KergonAbort if _finish_pvmove suspend_lvs fails instead of...
2011-09-21 Alasdair KergonFIXMEs to note problems with some error paths. (Perhap...
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-06-11 Alasdair KergonMajor pvmove fix to issue ioctls in the correct order...
2011-03-29 Zdenek KabelacRemove double braces
2011-03-11 Peter RajnohaAdd new free_pv_fid fn and use it throughout to free...
2010-12-08 Alasdair KergonRename vg_release to free_vg.
2010-09-23 Peter RajnohaAdd escape sequence for ':' and '@' found in device...
2010-08-23 Milan BrozFix pvmove --abort to work even for empty pvmove LV
2010-07-09 Alasdair KergonUse __attribute__ consistently throughout.
2010-05-24 Petr RockaiAccount for mirror transient status when doing lvconver...
2010-04-09 Alasdair KergonPermit mimage LVs to be striped in lvcreate and lvresize.
2010-02-05 Mike SnitzerPrepare for _get_lvconvert_vg() reuse as part of a...
2010-01-27 Milan BrozFix pvmove abort when temporary mirror fails to be...
2010-01-26 Milan BrozAdd some missing vg_revrts calls when pvmove aborts.
2010-01-05 Mike SnitzerAdd missing 'stack;' for all activate_lv and deactivate...
2010-01-05 Mike SnitzerAdd missing 'stack;' for all suspend_lv and resume_lv...
2009-12-04 Peter RajnohaGive better message for pvmove when all data on source...
2009-12-03 Milan BrozFix pvmove test mode to not fail and do not poll.
2009-11-03 Alasdair KergonTidy some uses of arg_count and introduce arg_is_set.
2009-09-30 Alasdair KergonMake poll_mirror_progress a function that can be replaced.
2009-07-08 Dave WysochanskiRefactor a couple log_error() statements in prep for...
2009-07-07 Dave WysochanskiFix vg_read() error paths to properly release upon...
2009-07-01 Dave WysochanskiConvert the straight instances of vg_lock_and_read...
2009-06-26 Alasdair Kergonrevert last patch - let's do a release first
2009-06-26 Dave WysochanskiConvert the straight instances of vg_lock_and_read...
2009-06-01 Milan BrozFix convert polling to ignore LV with different UUID.
2009-05-21 Alasdair KergonPre-release cleanups.
2009-05-19 Milan BrozIf pvmove fails activating mirror volume, try restore...
2009-05-13 Milan BrozRemove unneeded import parameter from lv_create_empty.
2009-04-21 Milan BrozMove metadata backup call after vg_commit.
2009-04-10 Milan BrozProperly release VG memory pool in all CLI tools.
2009-02-28 Alasdair KergonFix last check-ins: seg can be NULL.
2008-11-03 Alasdair KergonRight, a simple build (without options) is working...
2008-04-10 Dave WysochanskiAdd vg_is_clustered() helper function.
2008-04-09 Alasdair KergonUse clustered mirror log with pvmove in clustered VGs...
2008-04-09 Alasdair Kergon Fix some pvmove error status codes.
2008-04-07 Milan BrozAdd detection of clustered mirror log capability.
2008-04-04 Milan BrozAdd validation of LV name to pvmove -n.
2008-01-30 Alasdair KergonSome whitespace tidy-ups.
2008-01-30 Alasdair KergonUse stack return macros throughout.
2007-12-22 Alasdair Kergonlvconvert uses polldaemon now
2007-12-20 Alasdair KergonMajor restructuring of pvmove and lvconvert layer manip...
2007-12-05 Alasdair Kergonexport can_split parameter until rest of pvmove allocat...
2007-11-15 Alasdair KergonConvert some vg_reads into vg_lock_and_reads
2007-10-11 Dave WysochanskiNon-functional change - refactor lv_create_empty().
2007-08-20 Alasdair KergonFix inconsistent licence notices: executables are GPLv2...
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-15 Dave WysochanskiRemove get_ prefix from get_pv_* functions
2007-06-14 Dave WysochanskiConvert pv->vg_name to get_pv_vg_name
2007-06-13 Dave WysochanskiConvert pv->vg_name to get_pv_vg_name
2007-06-13 Dave WysochanskiConvert pv->dev to get_pv_dev
2007-06-06 Dave WysochanskiAdd vg_check_status to consolidate vg status flags...
2007-03-09 Alasdair KergonSupport the /dev/mapper prefix on most command lines.
2006-09-02 Alasdair KergonWhen using local file locking, skip clustered VGs.
2006-08-25 Alasdair KergonAdd skip_dev_dir() to process command line 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-10-16 Alasdair KergonUse hash, bitset, malloc, pool from libdevmapper.
2005-08-15 Alasdair KergonChange LV locking macros to take lv instead of lvid.
2005-08-14 Alasdair KergonPrepare tools to support clustered mirrors.
2005-06-14 Alasdair KergonVarious allocation-related pvmove fixes.
2005-06-03 Alasdair KergonAlways insert an intermediate layer for mirrors.
2005-05-09 Alasdair Kergonlv_reduce tidying.
2005-04-07 Alasdair KergonInternal snapshot code restructuring.
2005-04-07 Alasdair Kergonadd lvid to lv_create_empty
2004-09-14 Alasdair KergonSuppress pvmove abort message in test mode.
2004-09-14 Alasdair KergonAllow pvmove to move data within the same PV.
2004-08-17 Alasdair KergonSupport for PE ranges in pvmove source PV.
2004-08-17 Alasdair KergonChange alloc_areas to pe_ranges and allow suppression...
2004-05-05 Alasdair KergonSkip mirror LV. Comments.
2004-05-05 Alasdair KergonSeparate out polldaemon.
2004-05-05 Alasdair KergonRevise internal locking semantics.
2004-05-05 Alasdair Kergonmove find_pv_by_name to lib
2004-03-31 Alasdair KergonMissing dev_close_all()s
2004-03-30 Alasdair KergonUpdate copyright notices.
2004-03-26 Alasdair KergonRebaseline internal verbose level.
2003-11-20 Alasdair KergonDon't remove mirror LV until after other LVs reloaded.
2003-10-15 Alasdair Kergonmacro changes
2003-08-20 Alasdair KergonSome tidyups and minor fixes.
2003-08-18 Alasdair KergonAlso allow pvmove --abort when pvmove mirror not active...
2003-08-18 Alasdair KergonMissing check for inconsistent VG in pvmove.
2003-07-04 Alasdair KergonAnother sync point - numerous fixes & clean ups.
2003-05-06 Alasdair Kergonremove global pvmove lock & poll for completion
2003-04-30 Alasdair KergonDon't move snapshots
2003-04-30 Alasdair KergonAdd pvmove
This page took 0.479471 seconds and 100 git commands to generate.