aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2023-10-31mirror: return mirror-specific information upon queryFiona Ebner1-8/+23
2023-10-31qapi/block-core: use JobType for BlockJobInfo's typeFiona Ebner1-2/+2
2023-10-31mirror: implement mirror_change methodFiona Ebner1-3/+41
2023-10-31block/mirror: determine copy_to_target only onceFiona Ebner1-23/+18
2023-10-31block/mirror: move dirty bitmap to filterFiona Ebner1-4/+13
2023-10-31block/mirror: set actively_synced even after the job is readyFiona Ebner1-3/+3
2023-10-31virtio: use defer_call() in virtio_irqfd_notify()Stefan Hajnoczi2-0/+10
2023-10-31util/defer-call: move defer_call() to util/Stefan Hajnoczi6-157/+4
2023-10-31block: rename blk_io_plug_call() API to defer_call()Stefan Hajnoczi5-66/+63
2023-10-31block: Fix locking in media change monitor commandsKevin Wolf1-0/+5
2023-10-20migration: simplify blockersSteve Sistare7-30/+15
2023-10-12block: Add assertion for bdrv_graph_wrlock()Kevin Wolf1-1/+2
2023-10-12block: Protect bs->children with graph_lockKevin Wolf1-1/+2
2023-10-12block: Mark bdrv_get_specific_info() and callers GRAPH_RDLOCKKevin Wolf1-4/+2
2023-10-12block: Mark bdrv_apply_auto_read_only() and callers GRAPH_RDLOCKKevin Wolf8-1/+16
2023-10-12block: Mark bdrv_op_is_blocked() and callers GRAPH_RDLOCKKevin Wolf4-2/+12
2023-10-12qcow2: Mark check_constraints_on_bitmap() GRAPH_RDLOCKKevin Wolf1-6/+3
2023-10-12qcow2: Mark qcow2_inactivate() and callers GRAPH_RDLOCKKevin Wolf1-5/+10
2023-10-12qcow2: Mark qcow2_signal_corruption() and callers GRAPH_RDLOCKKevin Wolf8-189/+246
2023-10-12block: Mark bdrv_amend_options() and callers GRAPH_RDLOCKKevin Wolf1-3/+1
2023-10-12block: Mark bdrv_get_parent_name() and callers GRAPH_RDLOCKKevin Wolf12-6/+31
2023-10-12block: Mark bdrv_primary_child() and callers GRAPH_RDLOCKKevin Wolf1-0/+3
2023-10-12block: Mark bdrv_refresh_filename() and callers GRAPH_RDLOCKKevin Wolf6-26/+49
2023-10-12block: Mark bdrv_snapshot_fallback() and callers GRAPH_RDLOCKKevin Wolf1-6/+29
2023-10-12block: Mark bdrv_parent_cb_resize() and callers GRAPH_RDLOCKKevin Wolf1-3/+9
2023-10-12block: Mark drain related functions GRAPH_RDLOCKEmanuele Giuseppe Esposito1-4/+28
2023-10-12block: Mark bdrv_first_blk() and bdrv_is_root_node() GRAPH_RDLOCKKevin Wolf7-7/+33
2023-10-12block: convert more bdrv_is_allocated* and bdrv_block_status* calls to corout...Paolo Bonzini8-32/+33
2023-10-12block: switch to co_wrapper for bdrv_is_allocated_*Paolo Bonzini1-46/+7
2023-10-12block: complete public block status APIPaolo Bonzini1-13/+5
2023-10-12block: rename the bdrv_co_block_status static functionPaolo Bonzini1-10/+11
2023-10-05nbd/client: Accept 64-bit block status chunksEric Blake2-15/+35
2023-10-05nbd/client: Initial support for extended headersEric Blake1-1/+1
2023-10-05nbd/client: Plumb errp through nbd_receive_repliesEric Blake1-6/+12
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