index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
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
2023-09-22
nbd: Replace bool structured_reply with mode enum
Eric Blake
2023-09-21
Merge tag 'pull-parallels-2023-09-20-v2' of https://src.openvz.org/scm/~den/q...
Stefan Hajnoczi
2023-09-21
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
2023-09-21
Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into staging
Stefan Hajnoczi
2023-09-21
parallels: naive implementation of parallels_co_pwrite_zeroes
Denis V. Lunev
2023-09-21
parallels: naive implementation of parallels_co_pdiscard
Denis V. Lunev
2023-09-21
parallels: improve readability of allocate_clusters
Denis V. Lunev
2023-09-21
parallels: naive implementation of allocate_clusters with used bitmap
Denis V. Lunev
2023-09-21
parallels: update used bitmap in allocate_cluster
Denis V. Lunev
2023-09-21
parallels: accept multiple clusters in mark_used()
Denis V. Lunev
2023-09-21
parallels: collect bitmap of used clusters at open
Denis V. Lunev
2023-09-21
parallels: fix broken parallels_check_data_off()
Denis V. Lunev
2023-09-21
parallels: create mark_used() helper which sets bit in used bitmap
Denis V. Lunev
2023-09-21
parallels: refactor path when we need to re-check image in parallels_open
Denis V. Lunev
2023-09-21
parallels: return earlier from parallels_open() function on error
Denis V. Lunev
2023-09-21
parallels: return earler in fail_format branch in parallels_open()
Denis V. Lunev
2023-09-21
parallels: invent parallels_opts_prealloc() helper to parse prealloc opts
Denis V. Lunev
2023-09-21
parallels: fix memory leak in parallels_open()
Denis V. Lunev
[next]