summaryrefslogtreecommitdiffstats
path: root/block/vmdk.c
Commit message (Expand)AuthorAgeFilesLines
* VMDK: fix leak of extent_fileFam Zheng2011-09-201-4/+10
* VMDK: bugfix, opening vSphere 4 exported imageFam Zheng2011-09-061-2/+7
* VMDK: bugfix, open Haiku vmdk imageFam Zheng2011-09-061-4/+11
* VMDK: creating streamOptimized subformatFam Zheng2011-09-061-6/+12
* VMDK: read/write compressed extentFam Zheng2011-09-061-11/+100
* VMDK: Opening compressed extent.Fam Zheng2011-09-061-0/+16
* VMDK: separate vmdk_read_extent/vmdk_write_extentFam Zheng2011-09-061-9/+45
* VMDK: add twoGbMaxExtentSparse supportFam Zheng2011-09-061-50/+83
* VMDK: enable twoGbMaxExtentFlatFam Zheng2011-09-061-1/+3
* Use new macro QEMU_PACKED for packed structuresStefan Weil2011-09-031-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-11/+11
* block: add bdrv_get_allocated_file_size() operationFam Zheng2011-07-191-0/+24
* VMDK: fix coding styleFam Zheng2011-07-191-30/+46
* VMDK: create different subformatsFam Zheng2011-07-191-229/+274
* VMDK: open/read/write for monolithicFlat imageFam Zheng2011-07-191-13/+158
* VMDK: change get_cluster_offset return typeFam Zheng2011-07-191-37/+42
* VMDK: move 'static' cid_update flag to bs fieldFam Zheng2011-07-191-3/+3
* VMDK: flush multiple extentsFam Zheng2011-07-191-1/+11
* VMDK: add field BDRVVmdkState.desc_offsetFam Zheng2011-07-191-9/+18
* VMDK: separate vmdk_open by format versionFam Zheng2011-07-191-66/+112
* VMDK: probe for monolithicFlat imagesFam Zheng2011-07-191-2/+43
* VMDK: bugfix, align offset to cluster in get_whole_clusterFam Zheng2011-07-191-3/+5
* VMDK: introduce VmdkExtentFam Zheng2011-07-191-102/+246
* vmdk: fix endianness bugsAlexander Graf2011-06-081-8/+14
* 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