Age | Commit message (Expand) | Author |
2023-11-07 | Merge tag 'pull-block-2023-11-06' of https://gitlab.com/hreitz/qemu into staging | Stefan Hajnoczi |
2023-11-07 | Merge tag 'pull-target-arm-20231106' of https://git.linaro.org/people/pmaydel... | Stefan Hajnoczi |
2023-11-06 | file-posix: fix over-writing of returning zone_append offset | Naohiro Aota |
2023-11-06 | block/file-posix: fix update_zones_wp() caller | Sam Li |
2023-11-06 | qcow2: keep reference on zeroize with discard-no-unref enabled | Jean-Louis Dupond |
2023-11-06 | block/nvme: nvme_process_completion() fix bound for cid | Vladimir Sementsov-Ogievskiy |
2023-11-03 | util/uuid: Add UUID_STR_LEN definition | Cédric Le Goater |
2023-11-01 | cpr: relax blockdev migration blockers | Steve Sistare |
2023-10-31 | mirror: return mirror-specific information upon query | Fiona Ebner |
2023-10-31 | qapi/block-core: use JobType for BlockJobInfo's type | Fiona Ebner |
2023-10-31 | mirror: implement mirror_change method | Fiona Ebner |
2023-10-31 | block/mirror: determine copy_to_target only once | Fiona Ebner |
2023-10-31 | block/mirror: move dirty bitmap to filter | Fiona Ebner |
2023-10-31 | block/mirror: set actively_synced even after the job is ready | Fiona Ebner |
2023-10-31 | virtio: use defer_call() in virtio_irqfd_notify() | Stefan Hajnoczi |
2023-10-31 | util/defer-call: move defer_call() to util/ | Stefan Hajnoczi |
2023-10-31 | block: rename blk_io_plug_call() API to defer_call() | Stefan Hajnoczi |
2023-10-31 | block: Fix locking in media change monitor commands | Kevin Wolf |
2023-10-20 | migration: simplify blockers | Steve Sistare |
2023-10-12 | block: Add assertion for bdrv_graph_wrlock() | Kevin Wolf |
2023-10-12 | block: Protect bs->children with graph_lock | Kevin Wolf |
2023-10-12 | block: Mark bdrv_get_specific_info() and callers GRAPH_RDLOCK | Kevin Wolf |
2023-10-12 | block: Mark bdrv_apply_auto_read_only() and callers GRAPH_RDLOCK | Kevin Wolf |
2023-10-12 | block: Mark bdrv_op_is_blocked() and callers GRAPH_RDLOCK | Kevin Wolf |
2023-10-12 | qcow2: Mark check_constraints_on_bitmap() GRAPH_RDLOCK | Kevin Wolf |
2023-10-12 | qcow2: Mark qcow2_inactivate() and callers GRAPH_RDLOCK | Kevin Wolf |
2023-10-12 | qcow2: Mark qcow2_signal_corruption() and callers GRAPH_RDLOCK | Kevin Wolf |
2023-10-12 | block: Mark bdrv_amend_options() and callers GRAPH_RDLOCK | Kevin Wolf |
2023-10-12 | block: Mark bdrv_get_parent_name() and callers GRAPH_RDLOCK | Kevin Wolf |
2023-10-12 | block: Mark bdrv_primary_child() and callers GRAPH_RDLOCK | Kevin Wolf |
2023-10-12 | block: Mark bdrv_refresh_filename() and callers GRAPH_RDLOCK | Kevin Wolf |
2023-10-12 | block: Mark bdrv_snapshot_fallback() and callers GRAPH_RDLOCK | Kevin Wolf |
2023-10-12 | block: Mark bdrv_parent_cb_resize() and callers GRAPH_RDLOCK | Kevin Wolf |
2023-10-12 | block: Mark drain related functions GRAPH_RDLOCK | Emanuele Giuseppe Esposito |
2023-10-12 | block: Mark bdrv_first_blk() and bdrv_is_root_node() GRAPH_RDLOCK | Kevin Wolf |
2023-10-12 | block: convert more bdrv_is_allocated* and bdrv_block_status* calls to corout... | Paolo Bonzini |
2023-10-12 | block: switch to co_wrapper for bdrv_is_allocated_* | Paolo Bonzini |
2023-10-12 | block: complete public block status API | Paolo Bonzini |
2023-10-12 | block: rename the bdrv_co_block_status static function | Paolo Bonzini |
2023-10-05 | nbd/client: Accept 64-bit block status chunks | Eric Blake |
2023-10-05 | nbd/client: Initial support for extended headers | Eric Blake |
2023-10-05 | nbd/client: Plumb errp through nbd_receive_replies | Eric Blake |
2023-09-29 | block: Clean up local variable shadowing | Markus Armbruster |
2023-09-29 | block/vdi: Clean up local variable shadowing | Markus Armbruster |
2023-09-29 | block/dirty-bitmap: Clean up local variable shadowing | Markus Armbruster |
2023-09-27 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Stefan Hajnoczi |
2023-09-26 | block: mark mixed functions that can suspend | Paolo Bonzini |
2023-09-25 | nbd: Prepare for 64-bit request effect lengths | Eric Blake |
2023-09-22 | nbd: Add types for extended headers | Eric Blake |
2023-09-22 | nbd/client: Pass mode through to nbd_send_request | Eric Blake |