aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2023-11-07Merge tag 'pull-block-2023-11-06' of https://gitlab.com/hreitz/qemu into stagingStefan Hajnoczi
2023-11-07Merge tag 'pull-target-arm-20231106' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2023-11-06file-posix: fix over-writing of returning zone_append offsetNaohiro Aota
2023-11-06block/file-posix: fix update_zones_wp() callerSam Li
2023-11-06qcow2: keep reference on zeroize with discard-no-unref enabledJean-Louis Dupond
2023-11-06block/nvme: nvme_process_completion() fix bound for cidVladimir Sementsov-Ogievskiy
2023-11-03util/uuid: Add UUID_STR_LEN definitionCédric Le Goater
2023-11-01cpr: relax blockdev migration blockersSteve Sistare
2023-10-31mirror: return mirror-specific information upon queryFiona Ebner
2023-10-31qapi/block-core: use JobType for BlockJobInfo's typeFiona Ebner
2023-10-31mirror: implement mirror_change methodFiona Ebner
2023-10-31block/mirror: determine copy_to_target only onceFiona Ebner
2023-10-31block/mirror: move dirty bitmap to filterFiona Ebner
2023-10-31block/mirror: set actively_synced even after the job is readyFiona Ebner
2023-10-31virtio: use defer_call() in virtio_irqfd_notify()Stefan Hajnoczi
2023-10-31util/defer-call: move defer_call() to util/Stefan Hajnoczi
2023-10-31block: rename blk_io_plug_call() API to defer_call()Stefan Hajnoczi
2023-10-31block: Fix locking in media change monitor commandsKevin Wolf
2023-10-20migration: simplify blockersSteve Sistare
2023-10-12block: Add assertion for bdrv_graph_wrlock()Kevin Wolf
2023-10-12block: Protect bs->children with graph_lockKevin Wolf
2023-10-12block: Mark bdrv_get_specific_info() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark bdrv_apply_auto_read_only() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark bdrv_op_is_blocked() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12qcow2: Mark check_constraints_on_bitmap() GRAPH_RDLOCKKevin Wolf
2023-10-12qcow2: Mark qcow2_inactivate() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12qcow2: Mark qcow2_signal_corruption() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark bdrv_amend_options() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark bdrv_get_parent_name() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark bdrv_primary_child() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark bdrv_refresh_filename() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark bdrv_snapshot_fallback() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark bdrv_parent_cb_resize() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark drain related functions GRAPH_RDLOCKEmanuele Giuseppe Esposito
2023-10-12block: Mark bdrv_first_blk() and bdrv_is_root_node() GRAPH_RDLOCKKevin Wolf
2023-10-12block: convert more bdrv_is_allocated* and bdrv_block_status* calls to corout...Paolo Bonzini
2023-10-12block: switch to co_wrapper for bdrv_is_allocated_*Paolo Bonzini
2023-10-12block: complete public block status APIPaolo Bonzini
2023-10-12block: rename the bdrv_co_block_status static functionPaolo Bonzini
2023-10-05nbd/client: Accept 64-bit block status chunksEric Blake
2023-10-05nbd/client: Initial support for extended headersEric Blake
2023-10-05nbd/client: Plumb errp through nbd_receive_repliesEric Blake
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