Age | Commit message (Expand) | Author |
2020-09-15 | block/rbd: add 'namespace' to qemu_rbd_strong_runtime_opts[] | Stefano Garzarella |
2020-09-15 | qcow2: Convert qcow2_alloc_cluster_offset() into qcow2_alloc_host_offset() | Alberto Garcia |
2020-09-15 | qcow2: Make preallocate_co() resize the image to the correct size | Alberto Garcia |
2020-09-15 | block/qcow: remove runtime opts | John Snow |
2020-09-15 | block/rbd: remove runtime_opts | John Snow |
2020-09-15 | qcow2: Return the original error code in qcow2_co_pwrite_zeroes() | Alberto Garcia |
2020-09-15 | qcow2: Make qcow2_free_any_clusters() free only one cluster | Alberto Garcia |
2020-09-15 | qcow2: Handle QCowL2Meta on error in preallocate_co() | Alberto Garcia |
2020-09-15 | block/vhdx: Support vhdx image only with 512 bytes logical sector size | Swapnil Ingle |
2020-09-15 | qcow2: Rewrite the documentation of qcow2_alloc_cluster_offset() | Alberto Garcia |
2020-09-15 | qcow2: Don't check nb_clusters when removing l2meta from the list | Alberto Garcia |
2020-09-15 | qcow2: Fix removal of list members from BDRVQcow2State.cluster_allocs | Alberto Garcia |
2020-09-15 | qcow2: Use macros for the L1, refcount and bitmap table entry sizes | Alberto Garcia |
2020-09-15 | block/quorum.c: stable children names | Lukas Straub |
2020-09-11 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2020-09-10 | block/qcow2-cluster: Add missing "fallthrough" annotation | Thomas Huth |
2020-09-10 | block/nvme: Pair doorbell registers | Philippe Mathieu-Daudé |
2020-09-10 | block/nvme: Use generic NvmeBar structure | Philippe Mathieu-Daudé |
2020-09-10 | block/nvme: Group controller registers in NVMeRegs structure | Philippe Mathieu-Daudé |
2020-09-10 | file-win32: Fix "locking" option | Kevin Wolf |
2020-09-09 | trace-events: Fix attribution of trace points to source | Markus Armbruster |
2020-09-09 | trace-events: Delete unused trace points | Markus Armbruster |
2020-09-07 | block: Leave BDS.backing_{file,format} constant | Max Reitz |
2020-09-07 | block: Inline bdrv_co_block_status_from_*() | Max Reitz |
2020-09-07 | commit: Deal with filters | Max Reitz |
2020-09-07 | backup: Deal with filters | Max Reitz |
2020-09-07 | mirror: Deal with filters | Max Reitz |
2020-09-07 | block-copy: Use CAF to find sync=top base | Max Reitz |
2020-09-07 | block: Use child access functions for QAPI queries | Max Reitz |
2020-09-07 | block: Report data child for query-blockstats | Max Reitz |
2020-09-07 | block/null: Implement bdrv_get_allocated_file_size | Max Reitz |
2020-09-07 | block/snapshot: Fix fallback | Max Reitz |
2020-09-07 | block: Use CAF in bdrv_co_rw_vmstate() | Max Reitz |
2020-09-07 | block: Iterate over children in refresh_limits | Max Reitz |
2020-09-07 | vmdk: Drop vmdk_co_flush() | Max Reitz |
2020-09-07 | block: Flush all children in generic code | Max Reitz |
2020-09-07 | block: Use bdrv_cow_child() in bdrv_co_truncate() | Max Reitz |
2020-09-07 | stream: Deal with filters | Max Reitz |
2020-09-07 | block: Use CAFs in block status functions | Max Reitz |
2020-09-07 | block: Use bdrv_filter_(bs|child) where obvious | Max Reitz |
2020-09-07 | copy-on-read: Support compressed writes | Max Reitz |
2020-09-07 | throttle: Support compressed writes | Max Reitz |
2020-09-07 | block: Drop bdrv_is_encrypted() | Max Reitz |
2020-09-07 | block/nvme: Use an array of EventNotifier | Philippe Mathieu-Daudé |
2020-09-07 | block/nvme: Extract nvme_poll_queue() | Philippe Mathieu-Daudé |
2020-09-07 | block/nvme: Simplify nvme_create_queue_pair() arguments | Philippe Mathieu-Daudé |
2020-09-07 | block/nvme: Replace BDRV_POLL_WHILE by AIO_WAIT_WHILE | Philippe Mathieu-Daudé |
2020-09-07 | block/nvme: Simplify nvme_init_queue() arguments | Philippe Mathieu-Daudé |
2020-09-07 | block/nvme: Replace qemu_try_blockalign(bs) by qemu_try_memalign(pg_sz) | Philippe Mathieu-Daudé |
2020-09-07 | block/nvme: Replace qemu_try_blockalign0 by qemu_try_blockalign/memset | Philippe Mathieu-Daudé |