aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi6-41/+42
2020-09-16block/file: switch to use qemu_open/qemu_create for improved errorsDaniel P. Berrangé2-15/+9
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé3-11/+13
2020-09-15block/rbd: add 'namespace' to qemu_rbd_strong_runtime_opts[]Stefano Garzarella1-0/+1
2020-09-15qcow2: Convert qcow2_alloc_cluster_offset() into qcow2_alloc_host_offset()Alberto Garcia3-30/+26
2020-09-15qcow2: Make preallocate_co() resize the image to the correct sizeAlberto Garcia1-0/+1
2020-09-15block/qcow: remove runtime optsJohn Snow1-9/+0
2020-09-15block/rbd: remove runtime_optsJohn Snow1-42/+0
2020-09-15qcow2: Return the original error code in qcow2_co_pwrite_zeroes()Alberto Garcia1-1/+1
2020-09-15qcow2: Make qcow2_free_any_clusters() free only one clusterAlberto Garcia3-9/+9
2020-09-15qcow2: Handle QCowL2Meta on error in preallocate_co()Alberto Garcia1-23/+17
2020-09-15block/vhdx: Support vhdx image only with 512 bytes logical sector sizeSwapnil Ingle1-3/+3
2020-09-15qcow2: Rewrite the documentation of qcow2_alloc_cluster_offset()Alberto Garcia1-10/+14
2020-09-15qcow2: Don't check nb_clusters when removing l2meta from the listAlberto Garcia1-3/+1
2020-09-15qcow2: Fix removal of list members from BDRVQcow2State.cluster_allocsAlberto Garcia1-3/+0
2020-09-15qcow2: Use macros for the L1, refcount and bitmap table entry sizesAlberto Garcia6-83/+94
2020-09-15block/quorum.c: stable children namesLukas Straub1-6/+14
2020-09-11Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell21-329/+622
2020-09-10block/qcow2-cluster: Add missing "fallthrough" annotationThomas Huth1-0/+1
2020-09-10block/nvme: Pair doorbell registersPhilippe Mathieu-Daudé1-3/+6
2020-09-10block/nvme: Use generic NvmeBar structurePhilippe Mathieu-Daudé1-19/+1
2020-09-10block/nvme: Group controller registers in NVMeRegs structurePhilippe Mathieu-Daudé1-23/+25
2020-09-10file-win32: Fix "locking" optionKevin Wolf1-1/+21
2020-09-09trace-events: Fix attribution of trace points to sourceMarkus Armbruster1-3/+2
2020-09-09trace-events: Delete unused trace pointsMarkus Armbruster1-3/+0
2020-09-07block: Leave BDS.backing_{file,format} constantMax Reitz1-3/+5
2020-09-07block: Inline bdrv_co_block_status_from_*()Max Reitz9-46/+22
2020-09-07commit: Deal with filtersMax Reitz3-27/+76
2020-09-07backup: Deal with filtersMax Reitz2-5/+6
2020-09-07mirror: Deal with filtersMax Reitz1-27/+91
2020-09-07block-copy: Use CAF to find sync=top baseMax Reitz1-2/+2
2020-09-07block: Use child access functions for QAPI queriesMax Reitz1-13/+20
2020-09-07block: Report data child for query-blockstatsMax Reitz1-2/+29
2020-09-07block/null: Implement bdrv_get_allocated_file_sizeMax Reitz1-0/+7
2020-09-07block/snapshot: Fix fallbackMax Reitz1-21/+83
2020-09-07block: Use CAF in bdrv_co_rw_vmstate()Max Reitz1-2/+3
2020-09-07block: Iterate over children in refresh_limitsMax Reitz1-16/+16
2020-09-07vmdk: Drop vmdk_co_flush()Max Reitz1-16/+0
2020-09-07block: Flush all children in generic codeMax Reitz1-6/+17
2020-09-07block: Use bdrv_cow_child() in bdrv_co_truncate()Max Reitz1-3/+4
2020-09-07stream: Deal with filtersMax Reitz1-17/+46
2020-09-07block: Use CAFs in block status functionsMax Reitz1-9/+10
2020-09-07block: Use bdrv_filter_(bs|child) where obviousMax Reitz1-2/+5
2020-09-07copy-on-read: Support compressed writesMax Reitz1-0/+11
2020-09-07throttle: Support compressed writesMax Reitz1-0/+10
2020-09-07block: Drop bdrv_is_encrypted()Max Reitz1-1/+1
2020-09-07block/nvme: Use an array of EventNotifierPhilippe Mathieu-Daudé1-10/+21
2020-09-07block/nvme: Extract nvme_poll_queue()Philippe Mathieu-Daudé1-17/+27
2020-09-07block/nvme: Simplify nvme_create_queue_pair() argumentsPhilippe Mathieu-Daudé1-6/+7
2020-09-07block/nvme: Replace BDRV_POLL_WHILE by AIO_WAIT_WHILEPhilippe Mathieu-Daudé1-1/+2