aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2020-09-29qapi: Restrict query-uuid command to machine codePhilippe Mathieu-Daudé
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-16block/file: switch to use qemu_open/qemu_create for improved errorsDaniel P. Berrangé
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé
2020-09-15block/rbd: add 'namespace' to qemu_rbd_strong_runtime_opts[]Stefano Garzarella
2020-09-15qcow2: Convert qcow2_alloc_cluster_offset() into qcow2_alloc_host_offset()Alberto Garcia
2020-09-15qcow2: Make preallocate_co() resize the image to the correct sizeAlberto Garcia
2020-09-15block/qcow: remove runtime optsJohn Snow
2020-09-15block/rbd: remove runtime_optsJohn Snow
2020-09-15qcow2: Return the original error code in qcow2_co_pwrite_zeroes()Alberto Garcia
2020-09-15qcow2: Make qcow2_free_any_clusters() free only one clusterAlberto Garcia
2020-09-15qcow2: Handle QCowL2Meta on error in preallocate_co()Alberto Garcia
2020-09-15block/vhdx: Support vhdx image only with 512 bytes logical sector sizeSwapnil Ingle
2020-09-15qcow2: Rewrite the documentation of qcow2_alloc_cluster_offset()Alberto Garcia
2020-09-15qcow2: Don't check nb_clusters when removing l2meta from the listAlberto Garcia
2020-09-15qcow2: Fix removal of list members from BDRVQcow2State.cluster_allocsAlberto Garcia
2020-09-15qcow2: Use macros for the L1, refcount and bitmap table entry sizesAlberto Garcia
2020-09-15block/quorum.c: stable children namesLukas Straub
2020-09-11Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2020-09-10block/qcow2-cluster: Add missing "fallthrough" annotationThomas Huth
2020-09-10block/nvme: Pair doorbell registersPhilippe Mathieu-Daudé
2020-09-10block/nvme: Use generic NvmeBar structurePhilippe Mathieu-Daudé
2020-09-10block/nvme: Group controller registers in NVMeRegs structurePhilippe Mathieu-Daudé
2020-09-10file-win32: Fix "locking" optionKevin Wolf
2020-09-09trace-events: Fix attribution of trace points to sourceMarkus Armbruster
2020-09-09trace-events: Delete unused trace pointsMarkus Armbruster
2020-09-07block: Leave BDS.backing_{file,format} constantMax Reitz
2020-09-07block: Inline bdrv_co_block_status_from_*()Max Reitz
2020-09-07commit: Deal with filtersMax Reitz
2020-09-07backup: Deal with filtersMax Reitz
2020-09-07mirror: Deal with filtersMax Reitz
2020-09-07block-copy: Use CAF to find sync=top baseMax Reitz
2020-09-07block: Use child access functions for QAPI queriesMax Reitz
2020-09-07block: Report data child for query-blockstatsMax Reitz
2020-09-07block/null: Implement bdrv_get_allocated_file_sizeMax Reitz
2020-09-07block/snapshot: Fix fallbackMax Reitz
2020-09-07block: Use CAF in bdrv_co_rw_vmstate()Max Reitz
2020-09-07block: Iterate over children in refresh_limitsMax Reitz
2020-09-07vmdk: Drop vmdk_co_flush()Max Reitz
2020-09-07block: Flush all children in generic codeMax Reitz
2020-09-07block: Use bdrv_cow_child() in bdrv_co_truncate()Max Reitz
2020-09-07stream: Deal with filtersMax Reitz
2020-09-07block: Use CAFs in block status functionsMax Reitz
2020-09-07block: Use bdrv_filter_(bs|child) where obviousMax Reitz
2020-09-07copy-on-read: Support compressed writesMax Reitz
2020-09-07throttle: Support compressed writesMax Reitz
2020-09-07block: Drop bdrv_is_encrypted()Max Reitz
2020-09-07block/nvme: Use an array of EventNotifierPhilippe Mathieu-Daudé
2020-09-07block/nvme: Extract nvme_poll_queue()Philippe Mathieu-Daudé
2020-09-07block/nvme: Simplify nvme_create_queue_pair() argumentsPhilippe Mathieu-Daudé