Add progress messages to fill-pattern command.
[libguestfs.git] / daemon / lvm.c
2010-07-30 Richard JonesNew API: is-lv: check if a block device is a logical...
2010-05-21 Richard JonesNew API: pvresize-size to allow shrinking PVs (RHBZ...
2010-04-30 Richard Joneslvresize: Use --force so it can make LVs smaller (RHBZ...
2010-04-12 Richard JonesNew API: lvresize-free to extend LVs into percentage...
2010-04-10 Richard JonesNew API: vgscan
2010-03-26 Richard Jonesappliance: Set $PATH instead of hard-coding paths to...
2010-03-18 Richard JonesNew APIs: Query the relationship between LVM objects.
2010-02-12 Richard Jonesdaemon: Don't need to prefix error messages with the...
2010-01-28 Richard JonesImplement 'vgrename' and 'lvrename' APIs.
2009-11-20 Richard Jonesavailability: Add optional groups and implement guestfs...
2009-11-09 Richard JonesFix prototype of commandv to match prototype of commandrv.
2009-09-24 Jim Meyeringavoid use of all ctype macros
2009-08-17 Jim Meyeringadjust const "**" pointers to avoid warnings
2009-08-13 Jim Meyeringgenerator.ml: use new "Pathname" designation
2009-08-13 Jim Meyering* src/generator.ml: Change all `String "device"' to...
2009-08-13 Jim Meyeringchange almost all uses: s/IS_DEVICE/RESOLVE_DEVICE/
2009-08-03 Jim MeyeringConvert all TABs-as-indentation to spaces.
2009-07-07 Richard JonesGenerate structs and struct lists generically.
2009-07-03 Jim Meyeringremove trailing blanks
2009-07-01 Richard W.M. JonesCall 'udevadm settle' after operations which add/remove...
2009-06-10 Richard JonesIn the daemon, change all const char * parameters to...
2009-06-10 Richard JonesIn the daemon, change all const char * parameters to...
2009-06-10 Richard JonesAdd IS_DEVICE checks for all calls which take a device...
2009-05-18 Richard JonesAdd: lvresize, resize2fs commands.
2009-05-18 Richard JonesAdd vg-activate{,-all} commands, and resize recipe.
2009-05-15 Richard W.M. JonesAdd: pvresize, sfdisk-N, sfdisk-l, sfdisk-kernel-geomtr...
2009-04-30 Richard JonesFix unchecked malloc (Jim Meyering).
2009-04-25 Richard JonesImplement lvremove, vgremove, pvremove.
2009-04-11 Richard JonesAdded test suite.
2009-04-08 Richard JonesBug fix: Trailing whitespace from 'pvs' command.
2009-04-07 Richard JonesImplement simple lvs/vgs/pvs commands.
2009-04-07 Richard JonesRename pvs -> pvs-full (etc), so we can add simple...
2009-04-07 Richard Jonespvs/vgs/lvs commands working now.