aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2023-02-23block: Mark bdrv_co_flush() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito
2023-02-23block/qed: add missing graph rdlock in qed_need_check_timer_entryEmanuele Giuseppe Esposito
2023-02-23block: Mark bdrv_co_ioctl() and callers GRAPH_RDLOCKKevin Wolf
2023-02-23block: Mark bdrv_co_block_status() and callers GRAPH_RDLOCKKevin Wolf
2023-02-23block: Mark bdrv_co_truncate() and callers GRAPH_RDLOCKKevin Wolf
2023-02-23mirror: Fix access of uninitialised fields during startKevin Wolf
2023-02-17block/file-posix: don't use functions calling AIO_WAIT_WHILE in worker threadsEmanuele Giuseppe Esposito
2023-02-17block: Handle curl 7.55.0, 7.85.0 version changesAnton Johansson
2023-02-17vpc: Fix .bdrv_co_create(_opts) to open images with no_co_wrapperKevin Wolf
2023-02-17vmdk: Fix .bdrv_co_create(_opts) to open images with no_co_wrapperKevin Wolf
2023-02-17vhdx: Fix .bdrv_co_create(_opts) to open images with no_co_wrapperKevin Wolf
2023-02-17vdi: Fix .bdrv_co_create(_opts) to open images with no_co_wrapperKevin Wolf
2023-02-17qed: Fix .bdrv_co_create(_opts) to open images with no_co_wrapperKevin Wolf
2023-02-17qcow2: Fix open/create to open images with no_co_wrapperKevin Wolf
2023-02-17qcow: Fix .bdrv_co_create(_opts) to open images with no_co_wrapperKevin Wolf
2023-02-17parallels: Fix .bdrv_co_create(_opts) to open images with no_co_wrapperKevin Wolf
2023-02-17luks: Fix .bdrv_co_create(_opts) to open images with no_co_wrapperKevin Wolf
2023-02-17block: Create no_co_wrappers for open functionsKevin Wolf
2023-02-17curl: Fix error path in curl_open()Hanna Czenczek
2023-02-16Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2023-02-15block: deprecate iSCSI 'password' in favour of 'password-secret'Daniel P. Berrangé
2023-02-10block/iscsi: fix double-free on BUSY or similar statusesPaolo Bonzini
2023-02-09block: fix detect-zeroes= with BDRV_REQ_REGISTERED_BUFStefan Hajnoczi
2023-02-08Fix non-first inclusions of qemu/osdep.hMarkus Armbruster
2023-02-08block: Clean up includesMarkus Armbruster
2023-02-04Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into...Peter Maydell
2023-02-04block: Factor out hmp_change_medium(), and move to block/monitor/Markus Armbruster
2023-02-01qemu-img: Change info key names for protocol nodesHanna Reitz
2023-02-01block/qapi: Add indentation to bdrv_node_info_dump()Hanna Reitz
2023-02-01block/qapi: Introduce BlockGraphInfoHanna Reitz
2023-02-01block/qapi: Let bdrv_query_image_info() recurseHanna Reitz
2023-02-01qemu-img: Use BlockNodeInfoHanna Reitz
2023-02-01block: Split BlockNodeInfo off of ImageInfoHanna Reitz
2023-02-01block/vmdk: Change extent info typeHanna Reitz
2023-02-01block/file: Add file-specific image infoHanna Reitz
2023-02-01block: Improve empty format-specific info dumpHanna Reitz
2023-02-01block: Rename bdrv_load/save_vmstate() to bdrv_co_load/save_vmstate()Emanuele Giuseppe Esposito
2023-02-01block: Convert bdrv_debug_event() to co_wrapper_mixedEmanuele Giuseppe Esposito
2023-02-01block: Convert bdrv_lock_medium() to co_wrapperEmanuele Giuseppe Esposito
2023-02-01block: Convert bdrv_eject() to co_wrapperEmanuele Giuseppe Esposito
2023-02-01block: Convert bdrv_get_info() to co_wrapper_mixedEmanuele Giuseppe Esposito
2023-02-01block: Convert bdrv_get_allocated_file_size() to co_wrapperEmanuele Giuseppe Esposito
2023-02-01block: use bdrv_co_refresh_total_sectors when possibleEmanuele Giuseppe Esposito
2023-02-01block-backend: use bdrv_getlength instead of blk_getlengthEmanuele Giuseppe Esposito
2023-02-01block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixedEmanuele Giuseppe Esposito
2023-02-01block: Rename refresh_total_sectors to bdrv_refresh_total_sectorsEmanuele Giuseppe Esposito
2023-02-01block: Convert bdrv_is_inserted() to co_wrapperEmanuele Giuseppe Esposito
2023-02-01block: Convert bdrv_io_unplug() to co_wrapperEmanuele Giuseppe Esposito
2023-02-01block: Convert bdrv_io_plug() to co_wrapperEmanuele Giuseppe Esposito
2023-01-24qcow2: Fix theoretical corruption in store_bitmap() error pathKevin Wolf