aboutsummaryrefslogtreecommitdiff
path: root/tools/vgremove.c
AgeCommit message (Expand)Author
2012-02-27Make force_t enum usage obviousZdenek Kabelac
2010-07-09Use __attribute__ consistently throughout.Alasdair Kergon
2010-06-30Refactor vg_remove_check to place pv removal into separate function.Dave Wysochanski
2010-06-30Fix vgremove to allow removal of VG with missing PVs. (2.02.52)Milan Broz
2010-01-08Allow vgremove of a VG with PVs missing.Petr Rockai
2009-12-03Fix tools to report error when stopped by user.Milan Broz
2009-09-15Fix process_each_vg / _process_one_vg when vg_read() returns FAILED_LOCKING.Dave Wysochanski
2009-09-14Add lots of missing stack debug messages to tools.Alasdair Kergon
2009-09-02Split vg_remove_single into 2 functions - the second part commits to disk.Dave Wysochanski
2009-07-14Fix vgck and vgremove segfault if non-existent vg given.Dave Wysochanski
2009-07-10Move orphan lock inside vg_remove_single.Dave Wysochanski
2009-07-10Remove force parameter from vg_remove_single, now the liblvm function.Dave Wysochanski
2009-07-10Remove unnecessary parameters from vg_remove_single().Dave Wysochanski
2009-07-08Remove unneeded LOCK_NONBLOCKING from vg_read() API.Dave Wysochanski
2009-07-01Rework the toollib interface (process_each_*) on top of new vg_read.Dave Wysochanski
2009-06-05Fix double releasing of vg when repairing of vg is requested.Milan Broz
2009-05-13Remove NON_BLOCKING lock flag from tools and set a policy to auto-set.Dave Wysochanski
2008-01-30Some whitespace tidy-ups.Alasdair Kergon
2007-11-02Fix orphan-related locking in pvdisplay and pvs.Alasdair Kergon
2007-08-21Move guts of vgremove into lvm library.Dave Wysochanski
2007-08-21Prepare to move guts of vgremove into lvm library.Dave Wysochanski
2007-08-20Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon
2007-06-19Convert vg->status checks to use vg_check_status function.\nRename status_fla...Dave Wysochanski
2007-06-15Remove get_ prefix from get_pv_* functionsDave Wysochanski
2007-06-13Convert pv->dev to get_pv_devDave Wysochanski
2007-03-15Fix vgremove to require at least one vg argument.Milan Broz
2006-05-09Make SIZE_SHORT the default for display_size().Alasdair Kergon
2005-10-03Use ORPHAN lock definition throughout.Alasdair Kergon
2005-05-17Move archiver code from tools into library.Alasdair Kergon
2005-05-03Reinstate full PV size when removing from VG.Alasdair Kergon
2004-11-18Improve a vgremove error message.Alasdair Kergon
2004-09-27Use macro in vgremove locking fix.Alasdair Kergon
2004-09-24Hold VG lock while doing vgremove.Patrick Caulfield
2004-03-30Update copyright notices.Alasdair Kergon
2003-11-06Fix vgremove 'all OK' checkAlasdair Kergon
2003-10-21More consistent error code usage.Alasdair Kergon
2003-10-15macro changesAlasdair Kergon
2003-03-24Tidy various pre-processing incl. making libdl optional.Alasdair Kergon
2002-12-19Default stripesize 64k & config file setting for it;Alasdair Kergon
2002-11-18Some new features.Alasdair Kergon
2002-10-27agk, I recall you saying you had a massive commit pending; if you need meAndres Salomon
2002-04-24Merge with text format branch.Alasdair Kergon
2002-03-15Review locking: block signals instead of ignoring them and restore stateAlasdair Kergon
2002-03-11o activate/reactivate mergeAlasdair Kergon
2002-02-27o Lock mechanism for LV activationAlasdair Kergon
2002-02-25Begin conversion so LV id is passed to activation unit instead ofAlasdair Kergon
2002-02-11Run through indent - no (intentional) changes to any code.Alasdair Kergon
2002-02-11Preparation for an LVM2 liblvm - pass cmd_context into each tool andAlasdair Kergon
2002-02-11o Support locking with local lock filesAlasdair Kergon
2002-01-30quotes around names in outputHeinz Mauelshagen