aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2020-08-25qcow2: Add subcluster support to discard_in_l2_slice()Alberto Garcia
2020-08-25qcow2: Add subcluster support to zero_in_l2_slice()Alberto Garcia
2020-08-25qcow2: Add subcluster support to qcow2_get_host_offset()Alberto Garcia
2020-08-25qcow2: Add subcluster support to calculate_l2_meta()Alberto Garcia
2020-08-25qcow2: Handle QCOW2_SUBCLUSTER_UNALLOCATED_ALLOCAlberto Garcia
2020-08-25qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_*Alberto Garcia
2020-08-25qcow2: Add cluster type parameter to qcow2_get_host_offset()Alberto Garcia
2020-08-25qcow2: Add qcow2_cluster_is_allocated()Alberto Garcia
2020-08-25qcow2: Add qcow2_get_subcluster_range_type()Alberto Garcia
2020-08-25qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type()Alberto Garcia
2020-08-25qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap()Alberto Garcia
2020-08-25qcow2: Add l2_entry_size()Alberto Garcia
2020-08-25qcow2: Add offset_into_subcluster() and size_to_subclusters()Alberto Garcia
2020-08-25qcow2: Add offset_to_sc_index()Alberto Garcia
2020-08-25qcow2: Add subcluster-related fields to BDRVQcow2StateAlberto Garcia
2020-08-25qcow2: Add dummy has_subclusters() functionAlberto Garcia
2020-08-25qcow2: Add get_l2_entry() and set_l2_entry()Alberto Garcia
2020-08-25qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied()Alberto Garcia
2020-08-25qcow2: Split cluster_needs_cow() out of count_cow_clusters()Alberto Garcia
2020-08-25qcow2: Add calculate_l2_meta()Alberto Garcia
2020-08-25qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset()Alberto Garcia
2020-08-25qcow2: Make Qcow2AioTask store the full host offsetAlberto Garcia
2020-08-21meson: convert blockMarc-André Lureau
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-08-10block/block-copy: always align copied region to cluster sizeStefan Reiter
2020-08-05qcow2-cluster: Fix integer left shift error in qcow2_alloc_cluster_link_l2()Tuguoyi
2020-08-03qcow2: Release read-only bitmaps when inactivatedMax Reitz
2020-07-28Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-07-28' into st...Peter Maydell
2020-07-28Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-07-28' in...Peter Maydell
2020-07-28block/nbd: nbd_co_reconnect_loop(): don't sleep if drainedVladimir Sementsov-Ogievskiy
2020-07-28block/nbd: on shutdown terminate connection attemptVladimir Sementsov-Ogievskiy
2020-07-28block/nbd: allow drain during reconnect attemptVladimir Sementsov-Ogievskiy
2020-07-28block/nbd: split nbd_establish_connection out of nbd_client_connectVladimir Sementsov-Ogievskiy
2020-07-28block: nbd: Fix convert qcow2 compressed to nbdNir Soffer
2020-07-28Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-07-27' int...Peter Maydell
2020-07-28block: Fix bdrv_aligned_p*v() for qiov_offset != 0Max Reitz
2020-07-27qcow2: Fix capitalization of header extension constant.Andrey Shinkevich
2020-07-27block/amend: Check whether the node existsMax Reitz
2020-07-21Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2020-07-21Merge remote-tracking branch 'remotes/armbru/tags/pull-qom-2020-07-21' into s...Peter Maydell
2020-07-21qcow2: Implement v2 zero writes with discard if possibleKevin Wolf
2020-07-21file-posix: Handle `EINVAL` fallocate return valueAntoine Damhet
2020-07-21qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster
2020-07-21block: fix bdrv_aio_cancel() for ENOMEDIUM requestsStefan Hajnoczi
2020-07-21block/crypto: disallow write sharing by defaultMaxim Levitsky
2020-07-17file-posix: Fix leaked fd in raw_open_common() error pathKevin Wolf
2020-07-17file-posix: Fix check_hdev_writable() with auto-read-onlyKevin Wolf
2020-07-17file-posix: Move check_hdev_writable() upKevin Wolf
2020-07-17file-posix: Allow byte-aligned O_DIRECT with NFSKevin Wolf
2020-07-17Remove VXHS block deviceMarc-André Lureau