Age | Commit message (Expand) | Author |
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 |
2023-09-21 | parallels: mark driver as supporting CBT | Denis V. Lunev |
2023-09-21 | parallels: fix formatting in bdrv_parallels initialization | Denis V. Lunev |
2023-09-20 | block-backend: process zoned requests in the current AioContext | Stefan Hajnoczi |
2023-09-20 | block-backend: process I/O in the current AioContext | Stefan Hajnoczi |
2023-09-20 | block: remove AIOCBInfo->get_aio_context() | Stefan Hajnoczi |
2023-09-20 | block: add BDRV_BLOCK_COMPRESSED flag for bdrv_block_status() | Andrey Drobyshev via |
2023-09-20 | block: Mark bdrv_add/del_child() and caller GRAPH_WRLOCK | Kevin Wolf |
2023-09-20 | block: Mark bdrv_unref_child() GRAPH_WRLOCK | Kevin Wolf |
2023-09-20 | block: Mark bdrv_root_unref_child() GRAPH_WRLOCK | Kevin Wolf |
2023-09-20 | block: Mark bdrv_child_perm() GRAPH_RDLOCK | Kevin Wolf |
2023-09-20 | block: Mark bdrv_parent_perms_conflict() and callers GRAPH_RDLOCK | Kevin Wolf |
2023-09-20 | block: Mark bdrv_attach_child() GRAPH_WRLOCK | Kevin Wolf |
2023-09-20 | block: Mark bdrv_attach_child_common() GRAPH_WRLOCK | Kevin Wolf |
2023-09-20 | block: Introduce bdrv_schedule_unref() | Kevin Wolf |
2023-09-20 | preallocate: Don't poll during permission updates | Kevin Wolf |
2023-09-20 | preallocate: Factor out preallocate_truncate_to_real_size() | Kevin Wolf |
2023-09-11 | Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging | Stefan Hajnoczi |
2023-09-08 | block: Make more BlockDriver definitions static | Kevin Wolf |
2023-09-08 | block/meson.build: Restore alphabetical order of files | Kevin Wolf |
2023-09-08 | block: Remove unnecessary variable in bdrv_block_device_info | Fabiano Rosas |
2023-09-08 | block: Remove bdrv_query_block_node_info | Fabiano Rosas |
2023-09-08 | vmdk: Clean up bdrv_open_child() return value check | Dmitry Frolov |
2023-09-08 | block/iscsi: Document why we use raw malloc() | Peter Maydell |
2023-09-08 | block: change reqs_lock to QemuMutex | Stefan Hajnoczi |