summaryrefslogtreecommitdiffstats
path: root/block/vmdk.c
Commit message (Expand)AuthorAgeFilesLines
* block: Remove unused s->hd in various driversKevin Wolf2010-11-241-1/+0
* block: Allow bdrv_flush to return errorsKevin Wolf2010-11-041-2/+2
* vmdk: Use bdrv_(p)write_sync for metadata writesKevin Wolf2010-06-221-5/+5
* vmdk: Convert to bdrv_openKevin Wolf2010-05-031-30/+21
* vmdk: Clean up backing file handlingKevin Wolf2010-05-031-49/+9
* vmdk: Fix COWKevin Wolf2010-05-031-24/+11
* block: Open the underlying image file in generic codeKevin Wolf2010-05-031-1/+1
* Replace calls of old bdrv_openKevin Wolf2010-04-231-1/+1
* vmdk: share cleanup codeJuan Quintela2010-03-091-9/+4
* vmdk: fix double freeJuan Quintela2010-03-091-1/+1
* vmdk: make vmdk_snapshot_create return -errnoJuan Quintela2010-03-091-21/+58
* vmdk: return errno instead of -1Juan Quintela2010-03-091-7/+7
* block/vmdk.o: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov2010-01-261-10/+40
* Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei2010-01-201-4/+5
* vmdk: Fix backing file handlingKevin Wolf2009-07-221-14/+15
* qemu-img: Print available options with -o ?Kevin Wolf2009-06-061-3/+15
* Convert all block drivers to new bdrv_createKevin Wolf2009-05-221-2/+26
* Move block drivers into their own directoryAnthony Liguori2009-05-141-0/+833
OpenPOWER on IntegriCloud