summaryrefslogtreecommitdiffstats
path: root/tools/lvremove.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove VG arg from lv_is_cow() and lv_is_origin() - use lv->vg instead.Alasdair Kergon2002-02-201-1/+1
* o First pass at format1 snapshot support.Joe Thornber2002-02-131-1/+1
* Run through indent - no (intentional) changes to any code.Alasdair Kergon2002-02-111-3/+5
* Preparation for an LVM2 liblvm - pass cmd_context into each tool andAlasdair Kergon2002-02-111-6/+6
* quotes around names in outputHeinz Mauelshagen2002-01-301-9/+9
* o Basic support for exporting (but importing not completed yet).Alasdair Kergon2002-01-291-0/+5
* Reviewed interaction with lib/activate now that the interface has settled down.Alasdair Kergon2002-01-221-11/+7
* o ACTIVE is no longer a status flag - lv_active() used to check if an LVAlasdair Kergon2002-01-101-8/+0
* Add archiving.Alasdair Kergon2002-01-091-0/+3
* o sync tool changes for backup stuff.Joe Thornber2002-01-071-1/+1
* o Add autobackup support to tools (follows most vg_write calls).Alasdair Kergon2001-12-311-4/+1
* Add -t or --test arg to all tools that update metadata to avoidAlasdair Kergon2001-11-281-2/+2
* o activation & active status testsAlasdair Kergon2001-11-211-6/+10