summaryrefslogtreecommitdiffstats
path: root/tools/lvresize.c
Commit message (Expand)AuthorAgeFilesLines
...
* Abort if automatic metadata correction fails when reading VG to update it.Alasdair Kergon2009-06-261-1/+1
* Pre-release cleanups.Alasdair Kergon2009-05-211-1/+1
* Use suspend with flush when device size was changed during table preload.Milan Broz2009-05-201-6/+0
* Move metadata backup call after vg_commit.Milan Broz2009-04-211-2/+5
* Properly release VG memory pool in all CLI tools.Milan Broz2009-04-101-1/+1
* .Alasdair Kergon2009-02-281-1/+1
* Attempt cleanup in child before execing new binary in exec_cmd()Alasdair Kergon2009-02-281-3/+3
* .Alasdair Kergon2009-02-271-1/+1
* fsadm cleanups & release prepAlasdair Kergon2009-02-271-61/+66
* Fixed bug where lvresize option -t was not properly passed to fsadm.Zdenek Kabelac2009-02-241-57/+65
* Fix fsadm lvresize for filesystem block sizes != 1024.Dave Wysochanski2009-01-151-2/+2
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-5/+5
* Prevent resizing an LV while lvconvert is using it.Alasdair Kergon2008-09-181-0/+5
* fixing fsadm usage with older blockdev,blkid,readline toolsZdenek Kabelac2008-04-291-0/+5
* more pre-release cleanupAlasdair Kergon2008-04-101-4/+3
* Fix lvresize to dump stack if vg_lock_and_read() fails.Dave Wysochanski2008-04-021-1/+3
* Fix redundant lvresize message if vg doesn't exist.Dave Wysochanski2008-04-011-3/+1
* Fix lvresize to support /dev/mapper prefix in the lvnameZdenek Kabelac2008-02-061-3/+12
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-1/+1
* Use stack return macros throughout.Alasdair Kergon2008-01-301-12/+6
* stacked mirror support (incomplete)Alasdair Kergon2007-12-201-2/+2
* Convert some vg_reads into vg_lock_and_readsAlasdair Kergon2007-11-151-14/+8
* Accept sizes with --readahead argument.Alasdair Kergon2007-11-141-6/+5
* readahead activation code (but no dm support yet)Alasdair Kergon2007-11-121-3/+3
* Fix compile warnings / minor errors introduced recently.Dave Wysochanski2007-11-121-1/+1
* Fix orphan-related locking in pvdisplay and pvs.Alasdair Kergon2007-11-021-0/+6
* Some const fixups for previous checkinsDave Wysochanski2007-09-241-6/+7
* Add %PVS extents option to lvresize, lvextend, and lvcreate.Dave Wysochanski2007-09-201-6/+25
* Fix last checkinDave Wysochanski2007-09-061-2/+1
* Fixup _lvresize error return codes and modularize functionDave Wysochanski2007-09-061-94/+129
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Make warnings go to stderr. Change log_warn to that effect, log_printPetr Rockai2007-06-281-7/+7
* Allow keyboard interrupts in yes_no_prompt(). Add code to toollib.cPetr Rockai2007-06-151-0/+2
* Add vg_check_status to consolidate vg status flags checks and error messages.Dave Wysochanski2007-06-061-14/+1
* Add %VG, %LV and %FREE suffices to lvcreate/lvresize --extents arg.Alasdair Kergon2006-09-261-0/+17
* When using local file locking, skip clustered VGs.Alasdair Kergon2006-09-021-0/+6
* Move lvm_snprintf into libdevmapper.Alasdair Kergon2006-08-211-2/+2
* Fix lvcreate corelog validation.Alasdair Kergon2006-05-161-1/+1
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-19/+12
* Improve stripe size validation.Alasdair Kergon2006-04-291-7/+35
* Check for libsepol.Alasdair Kergon2006-04-191-3/+3
* Fix vgexport/vgimport to set/reset PV exported flag so pv_attr is correct.Alasdair Kergon2006-04-121-1/+1
* Introduce origin_from_cow()Alasdair Kergon2006-04-061-3/+2
* Allow signed mirrors arguments.Alasdair Kergon2005-11-281-0/+4
* Attempt to load missing targets using modprobe.Alasdair Kergon2005-10-171-3/+3
* Change LV locking macros to take lv instead of lvid.Alasdair Kergon2005-08-151-6/+6
* prevent active mirror resize for nowAlasdair Kergon2005-06-031-0/+5
* Allow mirror images to be resized.Alasdair Kergon2005-06-031-4/+44
* lv_reduce tidying.Alasdair Kergon2005-05-091-7/+7
* Internal snapshot code restructuring.Alasdair Kergon2005-04-071-3/+3