summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-09-02' into st...Peter Maydell2020-09-031-1/+265
|\
| * block/nbd: use non-blocking connect: fix vm hang on connect()Vladimir Sementsov-Ogievskiy2020-09-021-1/+265
* | Merge remote-tracking branch 'remotes/nvme/tags/pull-nvme-20200902' into stagingPeter Maydell2020-09-021-11/+11
|\ \ | |/ |/|
| * hw/block/nvme: be consistent about zeros vs zeroesKlaus Jensen2020-09-021-2/+2
| * hw/block/nvme: bump spec data structures to v1.3Klaus Jensen2020-09-021-9/+9
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-09-011-2/+2
|\ \ | |/ |/|
| * block: always link with zlibPaolo Bonzini2020-09-011-2/+2
* | block/vmdk: Remove superfluous breaksLiao Pingfang2020-09-011-3/+0Star
|/
* throttle-groups: Move ThrottleGroup typedef to headerEduardo Habkost2020-08-271-2/+2
* qcow2: Assert that expand_zero_clusters_in_l1() does not support subclustersAlberto Garcia2020-08-251-2/+12
* qcow2: Allow preallocation and backing files if extended_l2 is setAlberto Garcia2020-08-251-3/+4
* qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bitAlberto Garcia2020-08-252-9/+65
* qcow2: Add prealloc field to QCowL2MetaAlberto Garcia2020-08-253-1/+15
* qcow2: Add subcluster support to qcow2_measure()Alberto Garcia2020-08-251-7/+13
* qcow2: Add subcluster support to qcow2_co_pwrite_zeroes()Alberto Garcia2020-08-253-24/+94
* qcow2: Add subcluster support to handle_alloc_space()Alberto Garcia2020-08-251-4/+5
* qcow2: Clear the L2 bitmap when allocating a compressed clusterAlberto Garcia2020-08-251-0/+3
* qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()Alberto Garcia2020-08-251-0/+18
* qcow2: Add subcluster support to check_refcounts_l2()Alberto Garcia2020-08-251-5/+11
* qcow2: Add subcluster support to discard_in_l2_slice()Alberto Garcia2020-08-251-29/+23Star
* qcow2: Add subcluster support to zero_in_l2_slice()Alberto Garcia2020-08-251-18/+20
* qcow2: Add subcluster support to qcow2_get_host_offset()Alberto Garcia2020-08-252-96/+92Star
* qcow2: Add subcluster support to calculate_l2_meta()Alberto Garcia2020-08-251-34/+133
* qcow2: Handle QCOW2_SUBCLUSTER_UNALLOCATED_ALLOCAlberto Garcia2020-08-251-3/+9
* qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_*Alberto Garcia2020-08-253-40/+42
* qcow2: Add cluster type parameter to qcow2_get_host_offset()Alberto Garcia2020-08-253-20/+31
* qcow2: Add qcow2_cluster_is_allocated()Alberto Garcia2020-08-251-0/+6
* qcow2: Add qcow2_get_subcluster_range_type()Alberto Garcia2020-08-251-0/+51
* qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type()Alberto Garcia2020-08-251-1/+125
* qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap()Alberto Garcia2020-08-251-0/+21
* qcow2: Add l2_entry_size()Alberto Garcia2020-08-254-16/+27
* qcow2: Add offset_into_subcluster() and size_to_subclusters()Alberto Garcia2020-08-251-0/+10
* qcow2: Add offset_to_sc_index()Alberto Garcia2020-08-251-0/+5
* qcow2: Add subcluster-related fields to BDRVQcow2StateAlberto Garcia2020-08-252-0/+10
* qcow2: Add dummy has_subclusters() functionAlberto Garcia2020-08-251-0/+6
* qcow2: Add get_l2_entry() and set_l2_entry()Alberto Garcia2020-08-253-38/+54
* qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied()Alberto Garcia2020-08-251-113/+139
* qcow2: Split cluster_needs_cow() out of count_cow_clusters()Alberto Garcia2020-08-251-15/+19
* qcow2: Add calculate_l2_meta()Alberto Garcia2020-08-251-24/+53
* qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset()Alberto Garcia2020-08-253-37/+32Star
* qcow2: Make Qcow2AioTask store the full host offsetAlberto Garcia2020-08-252-37/+34Star
* meson: convert blockMarc-André Lureau2020-08-214-77/+117
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* block/block-copy: always align copied region to cluster sizeStefan Reiter2020-08-101-0/+3
* qcow2-cluster: Fix integer left shift error in qcow2_alloc_cluster_link_l2()Tuguoyi2020-08-051-1/+1
* qcow2: Release read-only bitmaps when inactivatedMax Reitz2020-08-031-4/+19
* Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-07-28' into st...Peter Maydell2020-07-282-33/+97
|\
| * block/nbd: nbd_co_reconnect_loop(): don't sleep if drainedVladimir Sementsov-Ogievskiy2020-07-281-5/+6
| * block/nbd: on shutdown terminate connection attemptVladimir Sementsov-Ogievskiy2020-07-281-4/+11
| * block/nbd: allow drain during reconnect attemptVladimir Sementsov-Ogievskiy2020-07-281-0/+14