summaryrefslogtreecommitdiffstats
path: root/nova/virt/disk/vfs
Commit message (Expand)AuthorAgeFilesLines
* Do not raise NEW exceptionsBoris Pavlovic2013-06-221-4/+4
* Improve Python 3.x compatibilityDirk Mueller2013-04-222-7/+7
* Correct exception args in vfs/guestfs.Dan Prince2013-03-101-3/+3
* Run libguestfs API calls in a thread poolDaniel P. Berrange2013-02-251-1/+2
* Make guestfs use same libvirt URI as Nova.Dan Prince2013-02-221-0/+5
* Fix leak of loop/nbd devices in injection using localfsArata Notsu2013-02-191-1/+1
* Merge "improve libguestfs exception handling"Jenkins2013-01-061-13/+26
|\
| * improve libguestfs exception handlingPádraig Brady2013-01-031-13/+26
* | Merge "Fix spelling mistakes in nova.virt"Jenkins2013-01-041-1/+1
|\ \ | |/ |/|
| * Fix spelling mistakes in nova.virtJoe Gordon2013-01-021-1/+1
* | fix resize of unpartitioned images with libguestfsPádraig Brady2013-01-031-8/+13
|/
* Report failures to mount in localfs correctly.Michael Still2012-12-301-2/+1
* Convert file injection code to use the VFS APIsDaniel P. Berrange2012-11-211-0/+25
* Introduce a VFS implementation backed by the libguestfs APIsDaniel P. Berrange2012-11-211-0/+178
* Introduce a VFS implementation mapped to the host filesystemDaniel P. Berrange2012-11-211-0/+159
* Introduce a VFS api abstraction for manipulating disk imagesDaniel P. Berrange2012-11-152-0/+126