aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2023-09-29block: Clean up local variable shadowingMarkus Armbruster3-19/+19
2023-09-29block/vdi: Clean up local variable shadowingMarkus Armbruster1-4/+3
2023-09-29block/dirty-bitmap: Clean up local variable shadowingMarkus Armbruster2-11/+11
2023-09-27Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi4-7/+8
2023-09-26block: mark mixed functions that can suspendPaolo Bonzini4-7/+8
2023-09-25nbd: Prepare for 64-bit request effect lengthsEric Blake2-7/+20
2023-09-22nbd: Add types for extended headersEric Blake1-3/+3
2023-09-22nbd/client: Pass mode through to nbd_send_requestEric Blake1-2/+3
2023-09-22nbd: Replace bool structured_reply with mode enumEric Blake1-3/+5
2023-09-21Merge tag 'pull-parallels-2023-09-20-v2' of https://src.openvz.org/scm/~den/q...Stefan Hajnoczi2-89/+303
2023-09-21Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi16-125/+232
2023-09-21Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into stagingStefan Hajnoczi4-108/+109
2023-09-21parallels: naive implementation of parallels_co_pwrite_zeroesDenis V. Lunev1-0/+14
2023-09-21parallels: naive implementation of parallels_co_pdiscardDenis V. Lunev1-0/+46
2023-09-21parallels: improve readability of allocate_clustersDenis V. Lunev1-8/+5
2023-09-21parallels: naive implementation of allocate_clusters with used bitmapDenis V. Lunev1-12/+39
2023-09-21parallels: update used bitmap in allocate_clusterDenis V. Lunev1-0/+14
2023-09-21parallels: accept multiple clusters in mark_used()Denis V. Lunev1-8/+10
2023-09-21parallels: collect bitmap of used clusters at openDenis V. Lunev2-0/+76
2023-09-21parallels: fix broken parallels_check_data_off()Denis V. Lunev1-0/+1
2023-09-21parallels: create mark_used() helper which sets bit in used bitmapDenis V. Lunev1-9/+25
2023-09-21parallels: refactor path when we need to re-check image in parallels_openDenis V. Lunev1-11/+10
2023-09-21parallels: return earlier from parallels_open() function on errorDenis V. Lunev1-9/+5
2023-09-21parallels: return earler in fail_format branch in parallels_open()Denis V. Lunev1-1/+2
2023-09-21parallels: invent parallels_opts_prealloc() helper to parse prealloc optsDenis V. Lunev1-28/+44
2023-09-21parallels: fix memory leak in parallels_open()Denis V. Lunev1-0/+1
2023-09-21parallels: mark driver as supporting CBTDenis V. Lunev1-0/+6
2023-09-21parallels: fix formatting in bdrv_parallels initializationDenis V. Lunev1-17/+19
2023-09-20block-backend: process zoned requests in the current AioContextStefan Hajnoczi1-6/+6
2023-09-20block-backend: process I/O in the current AioContextStefan Hajnoczi1-3/+3
2023-09-20block: remove AIOCBInfo->get_aio_context()Stefan Hajnoczi2-32/+8
2023-09-20block: add BDRV_BLOCK_COMPRESSED flag for bdrv_block_status()Andrey Drobyshev via3-1/+9
2023-09-20block: Mark bdrv_add/del_child() and caller GRAPH_WRLOCKKevin Wolf1-17/+6
2023-09-20block: Mark bdrv_unref_child() GRAPH_WRLOCKKevin Wolf7-1/+31
2023-09-20block: Mark bdrv_root_unref_child() GRAPH_WRLOCKKevin Wolf1-0/+3
2023-09-20block: Mark bdrv_child_perm() GRAPH_RDLOCKKevin Wolf1-5/+5
2023-09-20block: Mark bdrv_parent_perms_conflict() and callers GRAPH_RDLOCKKevin Wolf4-8/+34
2023-09-20block: Mark bdrv_attach_child() GRAPH_WRLOCKKevin Wolf2-0/+8
2023-09-20block: Mark bdrv_attach_child_common() GRAPH_WRLOCKKevin Wolf1-5/+15
2023-09-20block: Introduce bdrv_schedule_unref()Kevin Wolf1-7/+19
2023-09-20preallocate: Don't poll during permission updatesKevin Wolf1-20/+69
2023-09-20preallocate: Factor out preallocate_truncate_to_real_size()Kevin Wolf1-26/+22
2023-09-11Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi9-54/+33
2023-09-08block: Make more BlockDriver definitions staticKevin Wolf3-3/+3
2023-09-08block/meson.build: Restore alphabetical order of filesKevin Wolf1-6/+6
2023-09-08block: Remove unnecessary variable in bdrv_block_device_infoFabiano Rosas1-3/+2
2023-09-08block: Remove bdrv_query_block_node_infoFabiano Rosas1-27/+0
2023-09-08vmdk: Clean up bdrv_open_child() return value checkDmitry Frolov1-1/+1
2023-09-08block/iscsi: Document why we use raw malloc()Peter Maydell1-0/+1
2023-09-08block: change reqs_lock to QemuMutexStefan Hajnoczi1-12/+12