aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-07block/nvme: Simplify nvme_init_queue() argumentsPhilippe Mathieu-Daudé1-4/+3
2020-09-07block/nvme: Replace qemu_try_blockalign(bs) by qemu_try_memalign(pg_sz)Philippe Mathieu-Daudé1-5/+5
2020-09-07block/nvme: Replace qemu_try_blockalign0 by qemu_try_blockalign/memsetPhilippe Mathieu-Daudé1-7/+9
2020-09-07block/nvme: Use union of NvmeIdCtrl / NvmeIdNs structuresPhilippe Mathieu-Daudé1-16/+15
2020-09-07block/nvme: Rename local variablePhilippe Mathieu-Daudé1-10/+9
2020-09-07block/nvme: Use common error path in nvme_add_io_queue()Philippe Mathieu-Daudé1-4/+5
2020-09-07block/nvme: Improve error message when IO queue creation failedPhilippe Mathieu-Daudé1-2/+2
2020-09-07block/nvme: Define INDEX macros to ease code reviewPhilippe Mathieu-Daudé1-14/+19
2020-09-07block/nvme: Let nvme_create_queue_pair() fail gracefullyPhilippe Mathieu-Daudé1-2/+10
2020-09-07block/nvme: Avoid further processing if trace event not enabledPhilippe Mathieu-Daudé1-0/+3
2020-09-07block/nvme: Replace magic value by SCALE_MS definitionPhilippe Mathieu-Daudé1-1/+1
2020-09-03Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-09-02' into st...Peter Maydell1-1/+265
2020-09-02block/nbd: use non-blocking connect: fix vm hang on connect()Vladimir Sementsov-Ogievskiy1-1/+265
2020-09-02Merge remote-tracking branch 'remotes/nvme/tags/pull-nvme-20200902' into stagingPeter Maydell1-11/+11
2020-09-02hw/block/nvme: be consistent about zeros vs zeroesKlaus Jensen1-2/+2
2020-09-02hw/block/nvme: bump spec data structures to v1.3Klaus Jensen1-9/+9
2020-09-01Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-2/+2
2020-09-01block/vmdk: Remove superfluous breaksLiao Pingfang1-3/+0
2020-09-01block: always link with zlibPaolo Bonzini1-2/+2
2020-08-27throttle-groups: Move ThrottleGroup typedef to headerEduardo Habkost1-2/+2
2020-08-25qcow2: Assert that expand_zero_clusters_in_l1() does not support subclustersAlberto Garcia1-2/+12
2020-08-25qcow2: Allow preallocation and backing files if extended_l2 is setAlberto Garcia1-3/+4
2020-08-25qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bitAlberto Garcia2-9/+65
2020-08-25qcow2: Add prealloc field to QCowL2MetaAlberto Garcia3-1/+15
2020-08-25qcow2: Add subcluster support to qcow2_measure()Alberto Garcia1-7/+13
2020-08-25qcow2: Add subcluster support to qcow2_co_pwrite_zeroes()Alberto Garcia3-24/+94
2020-08-25qcow2: Add subcluster support to handle_alloc_space()Alberto Garcia1-4/+5
2020-08-25qcow2: Clear the L2 bitmap when allocating a compressed clusterAlberto Garcia1-0/+3
2020-08-25qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()Alberto Garcia1-0/+18