| Commit message (Expand) | Author | Age | Files | Lines |
* | ubuntu: deactivate LVs and VGs before removing them. | Richard W.M. Jones | 2010-12-07 | 1 | -0/+10 |
* | daemon: Fix /dev/mapper paths from mounts and mountpoints (RHBZ#646432). | Richard W.M. Jones | 2010-10-28 | 1 | -34/+32 |
* | New API: lvm-canonical-lv-name: make LV name canonical. | Richard W.M. Jones | 2010-10-27 | 1 | -0/+42 |
* | New API: is-lv: check if a block device is a logical volume (RHBZ#619793) | Richard Jones | 2010-07-30 | 1 | -0/+47 |
* | New API: pvresize-size to allow shrinking PVs (RHBZ#585222). | Richard Jones | 2010-05-21 | 1 | -0/+24 |
* | lvresize: Use --force so it can make LVs smaller (RHBZ#587484). | Richard Jones | 2010-04-30 | 1 | -1/+1 |
* | New API: lvresize-free to extend LVs into percentage of free space. | Richard Jones | 2010-04-12 | 1 | -0/+26 |
* | New API: vgscan | Richard Jones | 2010-04-10 | 1 | -0/+18 |
* | appliance: Set $PATH instead of hard-coding paths to binaries everywhere. | Richard Jones | 2010-03-26 | 1 | -21/+20 |
* | New APIs: Query the relationship between LVM objects. | Richard Jones | 2010-03-18 | 1 | -0/+83 |
* | daemon: Don't need to prefix error messages with the command name. | Richard Jones | 2010-02-12 | 1 | -4/+4 |
* | Implement 'vgrename' and 'lvrename' APIs. | Richard Jones | 2010-01-28 | 1 | -0/+44 |
* | availability: Add optional groups and implement guestfs_available call. | Richard Jones | 2009-11-20 | 1 | -0/+8 |
* | Fix prototype of commandv to match prototype of commandrv. | Richard Jones | 2009-11-09 | 1 | -2/+2 |
* | avoid use of all ctype macros | Jim Meyering | 2009-09-24 | 1 | -3/+3 |
* | adjust const "**" pointers to avoid warnings | Jim Meyering | 2009-08-17 | 1 | -8/+4 |
* | generator.ml: use new "Pathname" designation | Jim Meyering | 2009-08-13 | 1 | -11/+9 |
* | * src/generator.ml: Change all `String "device"' to `Device "device"'. | Jim Meyering | 2009-08-13 | 1 | -8/+0 |
* | change almost all uses: s/IS_DEVICE/RESOLVE_DEVICE/ | Jim Meyering | 2009-08-13 | 1 | -6/+6 |
* | Convert all TABs-as-indentation to spaces. | Jim Meyering | 2009-08-03 | 1 | -14/+14 |
* | Generate structs and struct lists generically. | Richard Jones | 2009-07-07 | 1 | -3/+3 |
* | remove trailing blanks | Jim Meyering | 2009-07-03 | 1 | -1/+1 |
* | Call 'udevadm settle' after operations which add/remove device nodes. | Richard W.M. Jones | 2009-07-01 | 1 | -0/+23 |
* | In the daemon, change all const char * parameters to char *. | Richard Jones | 2009-06-10 | 1 | -12/+12 |
* | Add IS_DEVICE checks for all calls which take a device parameter. | Richard Jones | 2009-06-10 | 1 | -0/+12 |
* | Add: lvresize, resize2fs commands. | Richard Jones | 2009-05-18 | 1 | -0/+24 |
* | Add vg-activate{,-all} commands, and resize recipe. | Richard Jones | 2009-05-18 | 1 | -0/+39 |
* | Add: pvresize, sfdisk-N, sfdisk-l, sfdisk-kernel-geomtry, sfdisk-disk-geometr... | Richard W.M. Jones | 2009-05-15 | 1 | -0/+18 |
* | Fix unchecked malloc (Jim Meyering). | Richard Jones | 2009-04-30 | 1 | -0/+4 |
* | Implement lvremove, vgremove, pvremove. | Richard Jones | 2009-04-25 | 1 | -0/+54 |
* | Added test suite. | Richard Jones | 2009-04-11 | 1 | -0/+131 |
* | Bug fix: Trailing whitespace from 'pvs' command. | Richard Jones | 2009-04-08 | 1 | -0/+6 |
* | Implement simple lvs/vgs/pvs commands. | Richard Jones | 2009-04-07 | 1 | -0/+115 |
* | Rename pvs -> pvs-full (etc), so we can add simple pvs (etc) commands. | Richard Jones | 2009-04-07 | 1 | -3/+3 |
* | pvs/vgs/lvs commands working now. | Richard Jones | 2009-04-07 | 1 | -0/+50 |