summaryrefslogtreecommitdiffstats
path: root/daemon/lvm.c
Commit message (Expand)AuthorAgeFilesLines
* daemon: Ignore lvresize error "New size..matches existing size" (RHBZ#834712).Richard W.M. Jones2012-11-231-6/+21
* daemon: collect list of called external commandsOlaf Hering2012-08-301-31/+33
* New APIs: pvchange-uuid, pvchange-uuid-all, vgchange-uuid, vgchange-uuid-all.Richard W.M. Jones2012-07-251-0/+84
* New API: vgmeta: Download volume group metadata.Richard W.M. Jones2012-03-171-0/+88
* Use the new lvcreate-free API to create largest possible LVs.Richard W.M. Jones2012-03-151-1/+1
* New API: lvcreate-free: Create logical volume as % of free space.Richard W.M. Jones2012-03-151-0/+30
* Replace 'int' with 'size_t' passim.Richard W.M. Jones2012-03-131-2/+3
* daemon: Implement a growable strings buffer type.Richard W.M. Jones2012-03-131-16/+16
* Tempus fugit.Richard W.M. Jones2012-01-181-1/+1
* Update FSF address.Matthew Booth2011-11-081-1/+1
* New API: list-dm-devices (RHBZ#688062).Richard W.M. Jones2011-07-121-1/+79
* Coverity: Don't leak argv arrays.Richard W.M. Jones2011-06-091-0/+4
* ubuntu: deactivate LVs and VGs before removing them.Richard W.M. Jones2010-12-071-0/+10
* daemon: Fix /dev/mapper paths from mounts and mountpoints (RHBZ#646432).Richard W.M. Jones2010-10-281-34/+32
* New API: lvm-canonical-lv-name: make LV name canonical.Richard W.M. Jones2010-10-271-0/+42
* New API: is-lv: check if a block device is a logical volume (RHBZ#619793)Richard Jones2010-07-301-0/+47
* New API: pvresize-size to allow shrinking PVs (RHBZ#585222).Richard Jones2010-05-211-0/+24
* lvresize: Use --force so it can make LVs smaller (RHBZ#587484).Richard Jones2010-04-301-1/+1
* New API: lvresize-free to extend LVs into percentage of free space.Richard Jones2010-04-121-0/+26
* New API: vgscanRichard Jones2010-04-101-0/+18
* appliance: Set $PATH instead of hard-coding paths to binaries everywhere.Richard Jones2010-03-261-21/+20
* New APIs: Query the relationship between LVM objects.Richard Jones2010-03-181-0/+83
* daemon: Don't need to prefix error messages with the command name.Richard Jones2010-02-121-4/+4
* Implement 'vgrename' and 'lvrename' APIs.Richard Jones2010-01-281-0/+44
* availability: Add optional groups and implement guestfs_available call.Richard Jones2009-11-201-0/+8
* Fix prototype of commandv to match prototype of commandrv.Richard Jones2009-11-091-2/+2
* avoid use of all ctype macrosJim Meyering2009-09-241-3/+3
* adjust const "**" pointers to avoid warningsJim Meyering2009-08-171-8/+4
* generator.ml: use new "Pathname" designationJim Meyering2009-08-131-11/+9
* * src/generator.ml: Change all `String "device"' to `Device "device"'.Jim Meyering2009-08-131-8/+0
* change almost all uses: s/IS_DEVICE/RESOLVE_DEVICE/Jim Meyering2009-08-131-6/+6
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-031-14/+14
* Generate structs and struct lists generically.Richard Jones2009-07-071-3/+3
* remove trailing blanksJim Meyering2009-07-031-1/+1
* Call 'udevadm settle' after operations which add/remove device nodes.Richard W.M. Jones2009-07-011-0/+23
* In the daemon, change all const char * parameters to char *.Richard Jones2009-06-101-12/+12
* Add IS_DEVICE checks for all calls which take a device parameter.Richard Jones2009-06-101-0/+12
* Add: lvresize, resize2fs commands.Richard Jones2009-05-181-0/+24
* Add vg-activate{,-all} commands, and resize recipe.Richard Jones2009-05-181-0/+39
* Add: pvresize, sfdisk-N, sfdisk-l, sfdisk-kernel-geomtry, sfdisk-disk-geometr...Richard W.M. Jones2009-05-151-0/+18
* Fix unchecked malloc (Jim Meyering).Richard Jones2009-04-301-0/+4
* Implement lvremove, vgremove, pvremove.Richard Jones2009-04-251-0/+54
* Added test suite.Richard Jones2009-04-111-0/+131
* Bug fix: Trailing whitespace from 'pvs' command.Richard Jones2009-04-081-0/+6
* Implement simple lvs/vgs/pvs commands.Richard Jones2009-04-071-0/+115
* Rename pvs -> pvs-full (etc), so we can add simple pvs (etc) commands.Richard Jones2009-04-071-3/+3
* pvs/vgs/lvs commands working now.Richard Jones2009-04-071-0/+50