aboutsummaryrefslogtreecommitdiff
path: root/block/vmdk.c
AgeCommit message (Expand)Author
2010-11-24block: Remove unused s->hd in various driversKevin Wolf
2010-11-04block: Allow bdrv_flush to return errorsKevin Wolf
2010-06-22vmdk: Use bdrv_(p)write_sync for metadata writesKevin Wolf
2010-05-03vmdk: Convert to bdrv_openKevin Wolf
2010-05-03vmdk: Clean up backing file handlingKevin Wolf
2010-05-03vmdk: Fix COWKevin Wolf
2010-05-03block: Open the underlying image file in generic codeKevin Wolf
2010-04-23Replace calls of old bdrv_openKevin Wolf
2010-03-09vmdk: share cleanup codeJuan Quintela
2010-03-09vmdk: fix double freeJuan Quintela
2010-03-09vmdk: make vmdk_snapshot_create return -errnoJuan Quintela
2010-03-09vmdk: return errno instead of -1Juan Quintela
2010-01-26block/vmdk.o: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov
2010-01-20Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei
2009-07-22vmdk: Fix backing file handlingKevin Wolf
2009-06-06qemu-img: Print available options with -o ?Kevin Wolf
2009-05-22Convert all block drivers to new bdrv_createKevin Wolf
2009-05-14Move block drivers into their own directoryAnthony Liguori