aboutsummaryrefslogtreecommitdiff
path: root/block/vmdk.c
AgeCommit message (Expand)Author
2015-01-13block/vmdk: Relative backing file for creationMax Reitz
2014-12-12vmdk: Fix error for JSON descriptor file namesMax Reitz
2014-12-10vmdk: Set errp on failures in vmdk_open_vmdk4Fam Zheng
2014-12-10vmdk: Remove unnecessary initializationFam Zheng
2014-12-10vmdk: Check descriptor file length when reading itFam Zheng
2014-12-10vmdk: Clean up descriptor file readingFam Zheng
2014-12-10vmdk: Fix comment to match code of extent linesFam Zheng
2014-12-10vmdk: Use g_random_int to generate CIDFam Zheng
2014-11-14vmdk: Leave bdi intact if -ENOTSUP in vmdk_get_infoFam Zheng
2014-10-20block: Eliminate BlockDriverState member device_name[]Markus Armbruster
2014-10-03vmdk: Fix integer overflow in offset calculationFam Zheng
2014-09-12block: round up file size to nearest sectorHu Tao
2014-09-08vmdk: fix buf leak in vmdk_parse_extents()Stefan Hajnoczi
2014-09-08vmdk: fix vmdk_parse_extents() extent_file leaksStefan Hajnoczi
2014-08-22vmdk: Use bdrv_nb_sectors() where sectors, not bytes are wantedMarkus Armbruster
2014-08-20block: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2014-08-15vmdk: Handle failure for potentially large allocationsKevin Wolf
2014-08-15vmdk: Optimize cluster allocationFam Zheng
2014-08-15block: Use bdrv_nb_sectors() where sectors, not bytes are wantedMarkus Armbruster
2014-07-18block: Add Error argument to bdrv_refresh_limits()Kevin Wolf
2014-07-01qemu-img create: add 'nocow' optionChunyan Liu
2014-06-26block: Catch backing files assigned to non-COW driversKevin Wolf
2014-06-16cleanup QEMUOptionParameterChunyan Liu
2014-06-16vmdk.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16change block layer to support both QemuOpts and QEMUOptionParamterChunyan Liu
2014-06-04vmdk: implement .bdrv_detach/attach_aio_context()Stefan Hajnoczi
2014-05-30vmdk: Fix local_err in vmdk_createFam Zheng
2014-05-09vmdk: Implement .bdrv_get_info()Fam Zheng
2014-05-09vmdk: Implement .bdrv_write_compressedFam Zheng
2014-04-22vmdk: Fix "%x" to PRIx32 in format strings for cidFam Zheng
2014-04-22vmdk: Fix %d and %lld to PRI* in format stringsFam Zheng
2014-02-28block/vmdk: do not report file offset for compressed extentsPeter Lieven
2014-02-21block: do not abuse EMEDIUMTYPEPaolo Bonzini
2014-02-21vmdk: correctly propagate errorsPaolo Bonzini
2014-02-21vmdk: do not try opening a file as both image and descriptorPaolo Bonzini
2014-02-21vmdk: push vmdk_read_desc up to callerPaolo Bonzini
2014-02-21vmdk: extract vmdk_read_descPaolo Bonzini
2014-02-21block: Make bdrv_file_open() staticMax Reitz
2014-02-21block: Add reference parameter to bdrv_open()Max Reitz
2014-02-21block: Change BDS parameter of bdrv_open() to **Max Reitz
2014-02-14block: Don't throw away errno via error_setgJeff Cody
2014-01-31block/vmdk: add basic .bdrv_check supportPeter Lieven
2014-01-24block: Move initialisation of BlockLimits to bdrv_refresh_limits()Kevin Wolf
2014-01-24vmdk: Fix format specific information (create type) for streamOptimizedFam Zheng
2014-01-24vmdk: Check for overhead when openingFam Zheng
2014-01-22block: Allow reference for bdrv_file_open()Max Reitz
2014-01-22vmdk: Fix big flat extent IOFam Zheng
2013-12-20vmdk: Allow vmdk_create to work with protocolFam Zheng
2013-12-20vmdk: Check VMFS extent line field numberFam Zheng
2013-12-03block drivers: expose requirement for write same alignment from formatsPaolo Bonzini