aboutsummaryrefslogtreecommitdiff
path: root/block/vhdx.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-10vhdx: Require GRAPH_RDLOCK for accessing a node's parent listKevin Wolf1-4/+5
2023-05-10block: bdrv/blk_co_unref() for calls in coroutine contextKevin Wolf1-3/+3
2023-02-23block: Mark bdrv_co_create() and callers GRAPH_RDLOCKKevin Wolf1-4/+3
2023-02-23block: Mark public read/write functions GRAPH_RDLOCKKevin Wolf1-5/+6
2023-02-17vhdx: Fix .bdrv_co_create(_opts) to open images with no_co_wrapperKevin Wolf1-5/+5
2023-02-01block: Convert bdrv_get_info() to co_wrapper_mixedEmanuele Giuseppe Esposito1-2/+3
2022-12-15block: bdrv_create_file is a coroutine_fnEmanuele Giuseppe Esposito1-1/+1
2022-10-30Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi1-8/+7
2022-10-27vhdx: switch to *_co_* functionsAlberto Faria1-4/+4
2022-10-27block: introduce bdrv_open_file_child() helperVladimir Sementsov-Ogievskiy1-4/+3
2022-10-26block: add BDRV_REQ_REGISTERED_BUF request flagStefan Hajnoczi1-1/+0
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria1-10/+10
2022-07-12block: Change bdrv_{pread,pwrite,pwrite_sync}() param orderAlberto Faria1-14/+14
2022-07-12block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()Alberto Faria1-14/+18
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell1-0/+1
2020-09-15block/vhdx: Support vhdx image only with 512 bytes logical sector sizeSwapnil Ingle1-3/+3
2020-07-10error: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster1-3/+2
2020-07-10qapi: Smooth another visitor error checking patternMarkus Armbruster1-5/+2
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-2/+1
2020-07-06block/vhdx: drop unallocated_blocks_are_zeroVladimir Sementsov-Ogievskiy1-3/+0
2020-05-18block: Use bdrv_default_perms()Max Reitz1-1/+1
2020-05-18block: Make format drivers use child_of_bdsMax Reitz1-2/+2
2020-05-18block: Add BdrvChildRole to BdrvChildMax Reitz1-1/+1
2020-05-18block: Add BlockDriver.is_formatMax Reitz1-0/+1
2020-05-08vhdx: Rework truncation logicEric Blake1-38/+51
2020-05-05Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-05-05' in...Peter Maydell1-4/+4
2020-05-05block: Add blk_new_with_bs() helperEric Blake1-4/+4
2020-05-04Compress lines for immediate returnSimran Singhal1-2/+1
2020-04-30block-backend: Add flags to blk_truncate()Kevin Wolf1-2/+2
2020-04-30block: Add flags to bdrv(_co)_truncate()Kevin Wolf1-1/+1
2020-04-29various: Remove suspicious '\' character outside of #define in C codePhilippe Mathieu-Daudé1-4/+4
2020-03-26block: pass BlockDriver reference to the .bdrv_co_createMaxim Levitsky1-1/+2
2019-10-28block: Add @exact parameter to bdrv_co_truncate()Max Reitz1-3/+4
2019-10-14block/vhdx: add check for truncated image filesPeter Lieven1-17/+103
2019-08-19vhdx: Fix .bdrv_has_zero_init()Max Reitz1-1/+25
2019-08-19block: Use bdrv_has_zero_init_truncate()Max Reitz1-1/+1
2019-06-04block: Add BlockBackend.ctxKevin Wolf1-1/+2
2019-04-30block/vhdx: Use IEC binary prefixes for size constantsStefano Garzarella1-2/+2
2019-04-30block/vhdx: Remove redundant IEC binary prefixes definitionStefano Garzarella1-1/+2
2018-11-05block/vhdx: Don't take address of fields in packed structsPeter Maydell1-9/+9
2018-07-23block: Fix typos in comments (found by codespell)Stefan Weil1-1/+1
2018-06-29vhdx: Switch to byte-based callsEric Blake1-6/+6
2018-06-15block: Factor out qobject_input_visitor_new_flat_confused()Markus Armbruster1-5/+2
2018-06-15block: Clean up a misuse of qobject_to() in .bdrv_co_create_opts()Markus Armbruster1-5/+4
2018-06-15block: Fix -blockdev for certain non-string scalarsMarkus Armbruster1-1/+1
2018-06-15block: Add block-specific QDict headerMax Reitz1-0/+1
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+1
2018-05-31block: use local path for local headersMichael S. Tsirkin1-1/+1
2018-05-29vhdx: Fix vhdx_co_create() return valueKevin Wolf1-1/+1
2018-05-15block: Merge .bdrv_co_writev{,_flags} in driversEric Blake1-1/+3