]> sourceware.org Git - lvm2.git/history - tools/vgreduce.c
dev-type: detect mixed dos partition with gpt's PMBR
[lvm2.git] / tools / vgreduce.c
2021-06-09 Zdenek Kabelacbackup: automatically store data on vg_unlock
2021-06-09 Zdenek Kabelacarchiving: take archive automatically
2020-01-15 Heming Zhaoadd suggestion message for mirror LVs
2019-06-25 David Teiglandexported vg handling
2019-04-29 David Teiglandlocking: unify global lock for flock and lockd
2019-01-15 David Teiglandadd device hints to reduce scanning
2018-06-12 David TeiglandFix use of orphan lock in commands
2016-11-25 Zdenek Kabelaccleanup: add missing WARNING into log_warn
2016-11-25 Zdenek Kabelaccleanup: add some dots and use display_lvname
2016-06-21 Alasdair G Kergontools: Use arg_is_set instead of arg_count.
2016-06-20 Peter Rajnohatoollib: make it possible to also process internal...
2016-06-20 Peter Rajnohatoollib: add 'parent' field to processing_handle; init...
2016-06-17 David Teiglandvgreduce: fix location of lvmlockd global lock
2016-06-17 Peter Rajnohatools: add missing destroy_processing_handle in pvscan...
2016-05-25 David Teiglandvgreduce: use process_each_vg
2016-03-03 Zdenek Kabelaccleanup: use lv_is_partial
2016-02-25 David Teiglandtoollib: add two phase pv processing code
2016-01-21 Zdenek Kabelacdoc: change fsf address
2015-07-08 Peter Rajnohacoverity: fix missing initialization
2015-07-02 David TeiglandAdd lvmlockd
2015-02-10 Peter Rajnohatoollib: replace void *handle with struct processing_ha...
2014-10-07 David Teiglandvgreduce: Use process_each_pv.
2014-10-07 David Teiglandtoollib: Rewrite process_each_pv.
2014-09-15 Alasdair G Kergonmirrors: Fix checks for mirror/raid/pvmove LVs.
2014-09-15 Alasdair G Kergoncleanup: Use lv_is_ macros.
2013-11-19 Tony Aslesonmetadata.c: Call refactored vgreduce_single
2013-11-19 Tony Aslesonvgreduce: Move _vgreduce_single functionality
2013-06-10 Petr Rockailocking: Make it possible to pass down an LV to activat...
2013-02-20 Jonathan BrassowRAID: Make 'vgreduce --removemissing' work with RAID LVs
2012-08-25 Alasdair G Kergonconfig: add silent mode
2012-08-23 Zdenek Kabelaccheck: add internal errors for unexpected paths
2012-08-23 Zdenek Kabelaccleanup: drop unneeded included header files
2012-03-30 Zdenek KabelacFix unlocking in error path of vgreduce
2012-02-27 Zdenek KabelacMake force_t enum usage obvious
2012-02-15 Petr RockaiTurn a warning to an error in vgreduce --removemissing...
2012-02-08 Zdenek KabelacRemove duplicate test
2011-08-10 Zdenek KabelacReplace free_vg with release_vg
2011-07-08 Alasdair Kergonremove unnecessary lvconvert.h
2011-05-07 Petr RockaiRewrite vgreduce --removemissing --force, using existin...
2011-03-29 Zdenek KabelacRemove double braces
2011-03-11 Peter RajnohaAdd new free_pv_fid fn and use it throughout to free...
2011-02-28 Peter RajnohaAllow non-orphan PVs with two metadata areas to be...
2011-02-21 Peter RajnohaChange pv_write code to work with the changes in metada...
2011-02-18 Zdenek KabelacConst fixing
2010-12-08 Alasdair KergonRename vg_release to free_vg.
2010-08-17 Alasdair KergonAllow internal suspend and resume of origin without...
2010-07-09 Alasdair KergonUse __attribute__ consistently throughout.
2010-04-13 Dave WysochanskiUse del_pvl_from_vgs() in vgreduce paths.
2010-04-13 Dave WysochanskiCall add_pvl_to_vgs() and del_pvl_from_vgs() from more...
2010-03-16 Alasdair KergonIntroduce is_missing_pv().
2009-12-17 Petr RockaiAlso clean up MISSING devices in --removemissing -...
2009-09-14 Alasdair KergonAdd lots of missing stack debug messages to tools.
2009-07-24 Dave WysochanskiRemove redundant validate_name in vgreduce.
2009-07-15 Petr RockaiPort process_each_pv to new vg_read.
2009-07-15 Petr RockaiRefuse to open VG with MISSING_PVs for update unless...
2009-07-08 Dave WysochanskiRemove unneeded LOCK_NONBLOCKING from vg_read() API.
2009-07-01 Dave WysochanskiConvert vgreduce to use vg_read_for_update.
2009-06-15 Petr Rockai- Ignore suspended devices during repair (Milan).
2009-05-21 Alasdair KergonPre-release cleanups.
2009-05-13 Dave WysochanskiRemove NON_BLOCKING lock flag from tools and set a...
2009-04-22 Milan BrozFix vgreduce --removemissing failure exit code.
2009-04-10 Milan BrozProperly release VG memory pool in all CLI tools.
2009-02-09 Milan BrozSeparate PV label attributes which do not need parse...
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-09-19 Alasdair Kergonfix last release
2008-09-19 Alasdair KergonImprove the way VGs with PVs missing are handled so...
2008-09-19 Alasdair Kergonremove unused var
2008-09-18 Alasdair KergonAvoid shuffling remaining mirror images when removing...
2008-04-08 Alasdair KergonFix vgreduce to use vg_split_mdas to check sufficient...
2008-02-06 Alasdair Kergonsplit orphan VG by format type
2008-01-30 Alasdair Kergonundo a few 'stack' moves
2008-01-30 Alasdair KergonSome whitespace tidy-ups.
2008-01-30 Alasdair KergonUse stack return macros throughout.
2008-01-17 Alasdair Kergonrename lv_remap_error
2008-01-17 Alasdair Kergonlvconvert/vgreduce fixes
2008-01-16 Alasdair KergonMaintain lists of stacked LV segments using each LV.
2007-11-19 Alasdair Kergonnote pvmove breakage
2007-11-15 Alasdair Kergonmore vg_read lock fixes
2007-11-14 Alasdair KergonAvoid nested vg_reads when processing PVs in VGs and...
2007-11-12 Alasdair Kergonreadahead activation code (but no dm support yet)
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-06-19 Dave WysochanskiConvert vg->status checks to use vg_check_status functi...
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->size to get_pv_size
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-03-09 Alasdair KergonAdd a few missing pieces of vgname command line validation.
2007-03-09 Alasdair KergonSupport the /dev/mapper prefix on most command lines.
2007-01-31 Alasdair KergonFix some &->&& vgreduce cmdline validation. [Andre...
2007-01-09 Alasdair KergonAvoid vgreduce error when mirror code removes the log LV.
2006-11-30 Alasdair KergonAdjust some alignments for ia64 and sparc.
2006-09-07 Alasdair Kergonfix vgreduce clustered check
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-07-04 Alasdair KergonDifferentiate between the two 'log device failed' cases...
next
This page took 0.847717 seconds and 108 git commands to generate.