aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2020-08-25qcow2: Add l2_entry_size()Alberto Garcia4-16/+27
2020-08-25qcow2: Add offset_into_subcluster() and size_to_subclusters()Alberto Garcia1-0/+10
2020-08-25qcow2: Add offset_to_sc_index()Alberto Garcia1-0/+5
2020-08-25qcow2: Add subcluster-related fields to BDRVQcow2StateAlberto Garcia2-0/+10
2020-08-25qcow2: Add dummy has_subclusters() functionAlberto Garcia1-0/+6
2020-08-25qcow2: Add get_l2_entry() and set_l2_entry()Alberto Garcia3-38/+54
2020-08-25qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied()Alberto Garcia1-113/+139
2020-08-25qcow2: Split cluster_needs_cow() out of count_cow_clusters()Alberto Garcia1-15/+19
2020-08-25qcow2: Add calculate_l2_meta()Alberto Garcia1-24/+53
2020-08-25qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset()Alberto Garcia3-37/+32
2020-08-25qcow2: Make Qcow2AioTask store the full host offsetAlberto Garcia2-37/+34
2020-08-21meson: convert blockMarc-André Lureau4-77/+117
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-08-10block/block-copy: always align copied region to cluster sizeStefan Reiter1-0/+3
2020-08-05qcow2-cluster: Fix integer left shift error in qcow2_alloc_cluster_link_l2()Tuguoyi1-1/+1
2020-08-03qcow2: Release read-only bitmaps when inactivatedMax Reitz1-4/+19
2020-07-28Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-07-28' into st...Peter Maydell2-33/+97
2020-07-28Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-07-28' in...Peter Maydell1-4/+6
2020-07-28block/nbd: nbd_co_reconnect_loop(): don't sleep if drainedVladimir Sementsov-Ogievskiy1-5/+6
2020-07-28block/nbd: on shutdown terminate connection attemptVladimir Sementsov-Ogievskiy1-4/+11
2020-07-28block/nbd: allow drain during reconnect attemptVladimir Sementsov-Ogievskiy1-0/+14
2020-07-28block/nbd: split nbd_establish_connection out of nbd_client_connectVladimir Sementsov-Ogievskiy2-26/+38
2020-07-28block: nbd: Fix convert qcow2 compressed to nbdNir Soffer1-0/+30
2020-07-28Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-07-27' int...Peter Maydell1-1/+1
2020-07-28block: Fix bdrv_aligned_p*v() for qiov_offset != 0Max Reitz1-4/+6
2020-07-27qcow2: Fix capitalization of header extension constant.Andrey Shinkevich1-1/+1
2020-07-27block/amend: Check whether the node existsMax Reitz1-1/+5
2020-07-21Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2-2/+13
2020-07-21Merge remote-tracking branch 'remotes/armbru/tags/pull-qom-2020-07-21' into s...Peter Maydell1-1/+1
2020-07-21qcow2: Implement v2 zero writes with discard if possibleKevin Wolf1-1/+8
2020-07-21file-posix: Handle `EINVAL` fallocate return valueAntoine Damhet1-1/+5
2020-07-21qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster1-1/+1
2020-07-21block: fix bdrv_aio_cancel() for ENOMEDIUM requestsStefan Hajnoczi1-0/+8
2020-07-21block/crypto: disallow write sharing by defaultMaxim Levitsky1-1/+1
2020-07-17file-posix: Fix leaked fd in raw_open_common() error pathKevin Wolf1-0/+3
2020-07-17file-posix: Fix check_hdev_writable() with auto-read-onlyKevin Wolf1-12/+21
2020-07-17file-posix: Move check_hdev_writable() upKevin Wolf1-33/+33
2020-07-17file-posix: Allow byte-aligned O_DIRECT with NFSKevin Wolf1-1/+25
2020-07-17Remove VXHS block deviceMarc-André Lureau3-606/+0
2020-07-14Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell7-6/+103
2020-07-14block: Avoid stale pointer dereference in blk_get_aio_context()Greg Kurz1-1/+3
2020-07-14block: Add support to warn on backing file change without formatEric Blake2-2/+2
2020-07-14qcow2: Deprecate use of qemu-img amend to change backing fileEric Blake1-0/+5
2020-07-14qcow: Tolerate backing_fmt=Eric Blake1-1/+19
2020-07-14vmdk: Add trivial backing_fmt supportEric Blake1-0/+14
2020-07-14sheepdog: Add trivial backing_fmt supportEric Blake1-2/+16
2020-07-14file-posix: Mitigate file fragmentation with extent size hintsKevin Wolf1-0/+44
2020-07-13nbd: Avoid off-by-one in long export name truncationEric Blake1-1/+1
2020-07-10iscsi: return -EIO when sense fields are meaninglessXie Yongji1-0/+2
2020-07-10iscsi: handle check condition status in retry loopXie Yongji1-10/+10