summaryrefslogtreecommitdiffstats
path: root/sparsify
Commit message (Expand)AuthorAgeFilesLines
* sparsify: Better error when user specifies --compress + raw output (RHBZ#8521...Richard W.M. Jones2012-11-151-16/+21
* tests: Replace 'make extra-tests' with individual tests.Richard W.M. Jones2012-11-132-1/+4
* sparsify: Fix dependencies so they include resize/progress.*Richard W.M. Jones2012-10-151-1/+1
* sparsify: Re-use progress bar wrapper code from virt-resize.Richard W.M. Jones2012-10-116-187/+6
* sparsify: Fix use of closed handle (thanks Olaf Hering).Richard W.M. Jones2012-09-042-2/+2
* sparsify: Use guestfs_disk_format to autodetect input format (RHBZ#853762).Richard W.M. Jones2012-09-031-19/+4
* podwrapper: Add --license parameter, which is required.Richard W.M. Jones2012-08-211-0/+1
* man pages: Ensure consistent copyright/author sections, remove licenseRichard W.M. Jones2012-08-211-15/+1
* FAQ: virt-sparsify and raw sparse output.Richard W.M. Jones2012-08-191-0/+13
* Replace mount-options with mount where appropriate.Richard W.M. Jones2012-08-182-3/+3
* sparsify: Detect qemu-img version and use qcow2 v3 for overlay if available.Richard W.M. Jones2012-07-251-1/+41
* sparsify: Change code that generates qemu-img -o argument.Richard W.M. Jones2012-07-251-7/+9
* build: Rename most C files that contain underscore with dash.Richard W.M. Jones2012-07-192-2/+2
* build: Change calls to podwrapper.sh to use $(PODWRAPPER).Richard W.M. Jones2012-07-161-1/+1
* generator: Rename 'add_drive_opts' API to 'add_drive'.Richard W.M. Jones2012-07-141-2/+2
* New API: guestfs_shutdown: Cleanly shutdown the backend.Richard W.M. Jones2012-07-031-0/+1
* run: Set MALLOC_PERTURB_ to a random value.Richard W.M. Jones2012-06-281-5/+1
* tests: Add ./run --test option.Richard W.M. Jones2012-06-261-1/+1
* build: Define builddir and abs_srcdir when they are missing.Richard W.M. Jones2012-06-181-0/+6
* ocaml: Use OCAMLOPTFLAGS when compiling .cmx (ie. native code) files.Richard W.M. Jones2012-06-181-1/+1
* New API: guestfs_canonical_device_name.Richard W.M. Jones2012-06-132-16/+2
* Add gettext support for OCaml tools (virt-resize, virt-sparsify, virt-sysprep).Richard W.M. Jones2012-05-013-32/+41
* sparsify: Add a note about sparsify on tmpfs.Richard W.M. Jones2012-04-181-0/+8
* resize, sparsify: Add a simple-minded check to stop indisk = outdisk.Richard W.M. Jones2012-04-171-0/+6
* sparsify: Fix comma/colon and quoting in qemu-img command.Richard W.M. Jones2012-04-172-12/+27
* Ensure that SOURCES are always in EXTRA_DIST, even if OCaml not available.Richard W.M. Jones2012-03-311-5/+3
* sparsify: Implement --zero option.Richard W.M. Jones2012-03-152-28/+47
* sparsify: Add a note about encrypted disks to the man page.Richard W.M. Jones2012-03-151-1/+2
* sparsify: Unlink temporary overlay file if user presses ^C.Richard W.M. Jones2012-03-151-1/+5
* sparsify: Support sparsifying Linux swap partitions.Richard W.M. Jones2012-03-152-7/+28
* sparsify: Use zero-device instead of dd if=/dev/zero to zero device.Richard W.M. Jones2012-03-151-5/+3
* Use the new lvcreate-free API to create largest possible LVs.Richard W.M. Jones2012-03-151-4/+1
* sparsify: Use new zero_free_space API.Richard W.M. Jones2012-03-151-14/+2
* sparsify: Only print qemu-img command if verbose.Richard W.M. Jones2012-03-151-1/+1
* resize, sparsify: find progress mini-library in out-of-tree builds (2)Hilko Bengen2012-01-231-2/+2
* Do not run appliance-related checks if not building applianceHilko Bengen2012-01-231-0/+2
* Replace setting of environment variables with usage of local run scriptHilko Bengen2012-01-231-3/+1
* resize, sparsify: find progress mini-library in out-of-tree buildsHilko Bengen2012-01-201-1/+1
* Fixed out-of-tree compilation of OCaml code after .depend files removalHilko Bengen2012-01-201-2/+3
* Tempus fugit.Richard W.M. Jones2012-01-183-3/+3
* build: Remove .depend files from gitMatthew Booth2012-01-112-8/+1
* build: Fix automake warningsMatthew Booth2012-01-041-3/+5
* extra tests: Test virt-sparsify.Richard W.M. Jones2011-11-293-4/+18
* sparsify: Add -o option for passing qemu-img output format options.Richard W.M. Jones2011-11-222-5/+23
* sparsify: Add --compress option.Richard W.M. Jones2011-11-222-5/+16
* sparsify: Add auto-detection of .vdi files.Richard W.M. Jones2011-11-223-3/+23
* Update FSF address.Matthew Booth2011-11-084-4/+4
* test-virt-sparsify: Relax size_after constraint (for Debian).Richard W.M. Jones2011-10-271-1/+1
* ocaml: Make sure virt-resize, virt-sparsify are rebuilt if Guestfs API changes.Richard W.M. Jones2011-10-252-8/+8
* sparsify: Fix --ignore option to work on canonical device names.Richard W.M. Jones2011-10-041-2/+7