summaryrefslogtreecommitdiff
path: root/tools/lvremove.c
Commit message (Expand)AuthorAgeFilesLines
* process_each_lv: add check_single_lv functionDavid Teigland2017-02-131-1/+1
* lvconvert: use process_each_lvDavid Teigland2016-05-251-1/+1
* commands: lvremove: also process historical LVsPeter Rajnoha2016-03-031-0/+1
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
* cleanup: tools: "or use -S for selection" --> "or use --select for selection"Peter Rajnoha2015-03-041-1/+1
* tools: allow -S|--select for vgremove and lvremovePeter Rajnoha2015-02-101-2/+3
* vgremove: Use process_each_lv_in_vg.Alasdair G Kergon2014-10-071-17/+0
* vg/lvremove: support --yesZdenek Kabelac2014-10-061-2/+10
* snapshot: move virtsnap code from tool to libZdenek Kabelac2013-10-121-8/+0
* cleanup: introduce return_ECMD_FAILED macroZdenek Kabelac2013-07-011-4/+2
* cleanup: add proper cast for force_tZdenek Kabelac2012-10-031-1/+1
* lvremove: Revert to allowing removal of partial LVs.Petr Rockai2012-09-261-6/+0
* discards: skip when removing LVs on missing PVsAlasdair G Kergon2012-09-191-0/+6
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-1/+1
* Disallow the direct removal of a merging snapshot.Mike Snitzer2010-04-231-1/+1
* Add lots of missing stack debug messages to tools.Alasdair Kergon2009-09-141-1/+3
* Rework the toollib interface (process_each_*) on top of new vg_read.Dave Wysochanski2009-07-011-1/+1
* Add sparse devices: lvcreate -s --virtualoriginsize (hidden zero origin).Alasdair Kergon2009-04-251-0/+8
* Fix "lvremove -f vgname" when vgname contains snapshots.Dave Wysochanski2008-11-171-1/+1
* Improve the way VGs with PVs missing are handled so manual interventionAlasdair Kergon2008-09-191-0/+2
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-1/+1
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Move lv_remove_single() into library (lv_manip.c, metadata-exported.h).Dave Wysochanski2007-08-201-114/+2
* Prepare to move guts of lvremove into lvm libraryDave Wysochanski2007-08-201-18/+28
* Convert vg->status checks to use vg_check_status function.\nRename status_fla...Dave Wysochanski2007-06-191-4/+2
* Don't allow a node to remove an LV that's exclusively active on anther node.Patrick Caulfield2006-10-231-0/+10
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-1/+1
* Introduce origin_from_cow()Alasdair Kergon2006-04-061-1/+1
* Replacement activation code. [Don't use this yet!]Alasdair Kergon2005-11-081-0/+11
* Attempt to load missing targets using modprobe.Alasdair Kergon2005-10-171-1/+1
* Change LV locking macros to take lv instead of lvid.Alasdair Kergon2005-08-151-1/+1
* Always insert an intermediate layer for mirrors.Alasdair Kergon2005-06-031-0/+6
* Basic support for mirrors.Alasdair Kergon2005-06-011-0/+6
* lv_reduce tidying.Alasdair Kergon2005-05-091-2/+2
* Only ask libdevmapper for open_count when we need it.Alasdair Kergon2005-01-121-1/+1
* Revise internal locking semantics.Alasdair Kergon2004-05-051-1/+1
* Update copyright notices.Alasdair Kergon2004-03-301-13/+8
* More consistent error code usage.Alasdair Kergon2003-10-211-2/+2
* Another sync point - numerous fixes & clean ups.Alasdair Kergon2003-07-041-1/+4
* Don't process locked LVsAlasdair Kergon2003-05-061-0/+7
* configure --disable-devmapper if you don't have libdevmapperAlasdair Kergon2003-01-081-1/+1
* Some new features.Alasdair Kergon2002-11-181-17/+14
* agk, I recall you saying you had a massive commit pending; if you need meAndres Salomon2002-10-271-0/+3
* Merge with text format branch.Alasdair Kergon2002-04-241-18/+16
* Missing VG lock when iterating through all LVs.Alasdair Kergon2002-04-151-1/+1
* lv_info replaces lv_active etc.Alasdair Kergon2002-03-111-5/+8
* o Use new LCK_HOLD flag to indicate whether lock should be held on returnAlasdair Kergon2002-03-051-12/+8
* o Lock mechanism for LV activationAlasdair Kergon2002-02-271-2/+9
* Removed wrong 'lv->vg' argument from lv_is_cow() call. Is used in lv_is_cow i...Heinz Mauelshagen2002-02-211-1/+1
* o misc little fixes.Joe Thornber2002-02-211-3/+9