summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2023-09-29block: Clean up local variable shadowingMarkus Armbruster
2023-09-29block/vdi: Clean up local variable shadowingMarkus Armbruster
2023-09-29block/dirty-bitmap: Clean up local variable shadowingMarkus Armbruster
2023-09-27Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-09-26block: mark mixed functions that can suspendPaolo Bonzini
2023-09-25nbd: Prepare for 64-bit request effect lengthsEric Blake
2023-09-22nbd: Add types for extended headersEric Blake
2023-09-22nbd/client: Pass mode through to nbd_send_requestEric Blake
2023-09-22nbd: Replace bool structured_reply with mode enumEric Blake
2023-09-21Merge tag 'pull-parallels-2023-09-20-v2' of https://src.openvz.org/scm/~den/q...Stefan Hajnoczi
2023-09-21Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2023-09-21Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into stagingStefan Hajnoczi
2023-09-21parallels: naive implementation of parallels_co_pwrite_zeroesDenis V. Lunev
2023-09-21parallels: naive implementation of parallels_co_pdiscardDenis V. Lunev
2023-09-21parallels: improve readability of allocate_clustersDenis V. Lunev
2023-09-21parallels: naive implementation of allocate_clusters with used bitmapDenis V. Lunev
2023-09-21parallels: update used bitmap in allocate_clusterDenis V. Lunev
2023-09-21parallels: accept multiple clusters in mark_used()Denis V. Lunev
2023-09-21parallels: collect bitmap of used clusters at openDenis V. Lunev
2023-09-21parallels: fix broken parallels_check_data_off()Denis V. Lunev
2023-09-21parallels: create mark_used() helper which sets bit in used bitmapDenis V. Lunev
2023-09-21parallels: refactor path when we need to re-check image in parallels_openDenis V. Lunev
2023-09-21parallels: return earlier from parallels_open() function on errorDenis V. Lunev
2023-09-21parallels: return earler in fail_format branch in parallels_open()Denis V. Lunev
2023-09-21parallels: invent parallels_opts_prealloc() helper to parse prealloc optsDenis V. Lunev
2023-09-21parallels: fix memory leak in parallels_open()Denis V. Lunev
2023-09-21parallels: mark driver as supporting CBTDenis V. Lunev
2023-09-21parallels: fix formatting in bdrv_parallels initializationDenis V. Lunev
2023-09-20block-backend: process zoned requests in the current AioContextStefan Hajnoczi
2023-09-20block-backend: process I/O in the current AioContextStefan Hajnoczi
2023-09-20block: remove AIOCBInfo->get_aio_context()Stefan Hajnoczi
2023-09-20block: add BDRV_BLOCK_COMPRESSED flag for bdrv_block_status()Andrey Drobyshev via
2023-09-20block: Mark bdrv_add/del_child() and caller GRAPH_WRLOCKKevin Wolf
2023-09-20block: Mark bdrv_unref_child() GRAPH_WRLOCKKevin Wolf
2023-09-20block: Mark bdrv_root_unref_child() GRAPH_WRLOCKKevin Wolf
2023-09-20block: Mark bdrv_child_perm() GRAPH_RDLOCKKevin Wolf
2023-09-20block: Mark bdrv_parent_perms_conflict() and callers GRAPH_RDLOCKKevin Wolf
2023-09-20block: Mark bdrv_attach_child() GRAPH_WRLOCKKevin Wolf
2023-09-20block: Mark bdrv_attach_child_common() GRAPH_WRLOCKKevin Wolf
2023-09-20block: Introduce bdrv_schedule_unref()Kevin Wolf
2023-09-20preallocate: Don't poll during permission updatesKevin Wolf
2023-09-20preallocate: Factor out preallocate_truncate_to_real_size()Kevin Wolf
2023-09-11Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2023-09-08block: Make more BlockDriver definitions staticKevin Wolf
2023-09-08block/meson.build: Restore alphabetical order of filesKevin Wolf
2023-09-08block: Remove unnecessary variable in bdrv_block_device_infoFabiano Rosas
2023-09-08block: Remove bdrv_query_block_node_infoFabiano Rosas
2023-09-08vmdk: Clean up bdrv_open_child() return value checkDmitry Frolov
2023-09-08block/iscsi: Document why we use raw malloc()Peter Maydell
2023-09-08block: change reqs_lock to QemuMutexStefan Hajnoczi