aboutsummaryrefslogtreecommitdiff
path: root/block/vmdk.c
AgeCommit message (Expand)Author
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-19block: add bdrv_get_allocated_file_size() operationFam Zheng
2011-07-19VMDK: fix coding styleFam Zheng
2011-07-19VMDK: create different subformatsFam Zheng
2011-07-19VMDK: open/read/write for monolithicFlat imageFam Zheng
2011-07-19VMDK: change get_cluster_offset return typeFam Zheng
2011-07-19VMDK: move 'static' cid_update flag to bs fieldFam Zheng
2011-07-19VMDK: flush multiple extentsFam Zheng
2011-07-19VMDK: add field BDRVVmdkState.desc_offsetFam Zheng
2011-07-19VMDK: separate vmdk_open by format versionFam Zheng
2011-07-19VMDK: probe for monolithicFlat imagesFam Zheng
2011-07-19VMDK: bugfix, align offset to cluster in get_whole_clusterFam Zheng
2011-07-19VMDK: introduce VmdkExtentFam Zheng
2011-06-08vmdk: fix endianness bugsAlexander Graf
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