aboutsummaryrefslogtreecommitdiff
path: root/block/vmdk.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria1-5/+5
2022-07-12block: Make bdrv_{pread,pwrite}() return 0 on successAlberto Faria1-3/+2
2022-07-12block: Change bdrv_{pread,pwrite,pwrite_sync}() param orderAlberto Faria1-25/+25
2022-07-12block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()Alberto Faria1-32/+25
2022-05-04block/vmdk: Fix reopening bs->fileHanna Reitz1-1/+55
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell1-0/+1
2021-11-02vmdk: allow specification of tools versionThomas Weißschuh1-4/+20
2021-09-29block: use int64_t instead of int in driver write_zeroes handlersVladimir Sementsov-Ogievskiy1-1/+1
2021-09-29block: use int64_t instead of uint64_t in driver write handlersVladimir Sementsov-Ogievskiy1-4/+4
2021-09-29block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy1-2/+2
2021-01-28qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake1-6/+3
2020-10-13vmdk: fix maybe uninitialized warningsChristian Borntraeger1-4/+4
2020-09-07vmdk: Drop vmdk_co_flush()Max Reitz1-16/+0
2020-09-01block/vmdk: Remove superfluous breaksLiao Pingfang1-3/+0
2020-07-14vmdk: Add trivial backing_fmt supportEric Blake1-0/+14
2020-07-10error: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster1-4/+2
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster1-3/+1
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-2/+1
2020-05-18block: Use bdrv_default_perms()Max Reitz1-1/+1
2020-05-18block: Make format drivers use child_of_bdsMax Reitz1-3/+17
2020-05-18block: Add BdrvChildRole to BdrvChildMax Reitz1-2/+2
2020-05-18block: Add BlockDriver.is_formatMax Reitz1-0/+1
2020-05-08vmdk: Flush only once in vmdk_L2update()Kevin Wolf1-2/+5
2020-05-08vmdk: Don't update L2 table for zero write on zero clusterKevin Wolf1-1/+1
2020-05-08vmdk: Fix partial overwrite of zero clusterKevin Wolf1-6/+12
2020-05-08vmdk: Fix zero cluster allocationKevin Wolf1-5/+7
2020-05-08vmdk: Rename VmdkMetaData.valid to new_allocationKevin Wolf1-4/+4
2020-05-05block: Add blk_new_with_bs() helperEric Blake1-5/+4
2020-04-30block-backend: Add flags to blk_truncate()Kevin Wolf1-3/+3
2020-04-30block: Add flags to bdrv(_co)_truncate()Kevin Wolf1-1/+1
2020-03-26block: pass BlockDriver reference to the .bdrv_co_createMaxim Levitsky1-1/+3
2020-03-16misc: Replace zero-length arrays with flexible array member (manual)Philippe Mathieu-Daudé1-1/+1
2019-10-28block: Add @exact parameter to bdrv_co_truncate()Max Reitz1-4/+4
2019-09-03vmdk: Reject invalid compressed writesMax Reitz1-0/+10
2019-09-03vmdk: Use bdrv_dirname() for relative extent pathsMax Reitz1-20/+34
2019-08-19vmdk: Make block_status recurse for flat extentsMax Reitz1-0/+3
2019-06-24vmdk: Add read-only support for seSparse snapshotsSam Eiderman1-16/+342
2019-06-24vmdk: Reduce the max bound for L1 table sizeSam Eiderman1-6/+7
2019-06-24vmdk: Fix comment regarding max l1_size coverageSam Eiderman1-3/+8
2019-06-04block: Add BlockBackend.ctxKevin Wolf1-1/+2
2019-04-30vmdk: Set vmdk parent backing_format to vmdkSam Eiderman1-0/+2
2019-03-19vmdk: Support version=3 in VMDK descriptor filesSam Eiderman1-2/+4
2019-02-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-10/+36
2019-02-25vmdk: false positive of compat6 with hwversion not setyuchenlin1-1/+1
2019-02-25block: Add BlockDriver.bdrv_gather_child_optionsMax Reitz1-0/+19
2019-02-25block: bdrv_get_full_backing_filename_from_...'s ret. val.Max Reitz1-5/+5
2019-02-25block: Make path_combine() return the pathMax Reitz1-2/+1
2019-02-25block: Add BDS.auto_backing_fileMax Reitz1-2/+4
2019-02-25block: Use bdrv_refresh_filename() to pullMax Reitz1-0/+6
2019-02-22block/vmdk: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy1-6/+1