aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2020-05-18block: Pass parent_is_format to .inherit_options()Max Reitz2-2/+2
2020-05-18block: Pass BdrvChildRole to .inherit_options()Max Reitz2-2/+4
2020-05-18block: Pass BdrvChildRole to bdrv_child_perm()Max Reitz9-7/+16
2020-05-18block: Add BdrvChildRole to BdrvChildMax Reitz25-33/+34
2020-05-18block: Rename BdrvChildRole to BdrvChildClassMax Reitz11-31/+33
2020-05-18block: Add BlockDriver.is_formatMax Reitz13-0/+14
2020-05-18block: Mark commit, mirror, blkreplay as filtersMax Reitz3-0/+5
2020-05-18block: Use bdrv_make_empty() where possibleMax Reitz2-5/+2
2020-05-18replication: Avoid blk_make_empty() on read-only childKevin Wolf1-2/+11
2020-05-18block: Use blk_make_empty() after commitsMax Reitz1-7/+9
2020-05-18block: Add blk_make_empty()Max Reitz1-0/+10
2020-05-18block/replication.c: Avoid cancelling the job twiceLukas Straub1-0/+2
2020-05-18mirror: Make sure that source and target size matchKevin Wolf1-9/+12
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-4/+2
2020-05-13block/block-copy: fix use-after-free of task pointerVladimir Sementsov-Ogievskiy1-1/+1
2020-05-13qcow2: add zstd cluster compressionDenis Plotnikov2-0/+176
2020-05-13qcow2: rework the cluster compression routineDenis Plotnikov1-11/+60
2020-05-13qcow2: introduce compression type featureDenis Plotnikov2-1/+132
2020-05-08block: Drop unused .bdrv_has_zero_init_truncateEric Blake9-16/+0
2020-05-08vhdx: Rework truncation logicEric Blake1-38/+51
2020-05-08parallels: Rework truncation logicEric Blake1-9/+16
2020-05-08ssh: Support BDRV_REQ_ZERO_WRITE for truncateEric Blake1-0/+4
2020-05-08sheepdog: Support BDRV_REQ_ZERO_WRITE for truncateEric Blake1-0/+1
2020-05-08rbd: Support BDRV_REQ_ZERO_WRITE for truncateEric Blake1-0/+3
2020-05-08nfs: Support BDRV_REQ_ZERO_WRITE for truncateEric Blake1-0/+3
2020-05-08file-win32: Support BDRV_REQ_ZERO_WRITE for truncateEric Blake1-0/+3
2020-05-08gluster: Drop useless has_zero_init callbackEric Blake1-14/+0
2020-05-08qcow2: Fix preallocation on block devicesMax Reitz1-2/+8
2020-05-08backup: Make sure that source and target size matchKevin Wolf2-6/+22
2020-05-08backup: Improve error for bdrv_getlength() failureKevin Wolf1-2/+2
2020-05-08vmdk: Flush only once in vmdk_L2update()Kevin Wolf1-2/+5
2020-05-08vmdk: Don't update L2 table for zero write on zero clusterKevin Wolf1-1/+1
2020-05-08vmdk: Fix partial overwrite of zero clusterKevin Wolf1-6/+12
2020-05-08vmdk: Fix zero cluster allocationKevin Wolf1-5/+7
2020-05-08vmdk: Rename VmdkMetaData.valid to new_allocationKevin Wolf1-4/+4
2020-05-08qcow2: Avoid integer wraparound in qcow2_co_truncate()Alberto Garcia1-5/+7
2020-05-07block: luks: better error message when creating too large filesMaxim Levitsky1-4/+21
2020-05-05Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-05-05' in...Peter Maydell16-149/+309
2020-05-05Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-05-04' into st...Peter Maydell1-4/+2
2020-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell4-12/+6
2020-05-05block/block-copy: use aio-task-pool APIVladimir Sementsov-Ogievskiy1-13/+106
2020-05-05block/block-copy: refactor task creationVladimir Sementsov-Ogievskiy1-34/+46
2020-05-05block/block-copy: add state pointer to BlockCopyTaskVladimir Sementsov-Ogievskiy1-13/+15
2020-05-05block/block-copy: alloc task on each iterationVladimir Sementsov-Ogievskiy1-7/+11
2020-05-05block/block-copy: rename in-flight requests to tasksVladimir Sementsov-Ogievskiy1-50/+48
2020-05-05block: Comment cleanupsEric Blake3-7/+8
2020-05-05qcow2: Tweak comment about bitmaps vs. resizeEric Blake1-1/+1
2020-05-05qcow2: Allow resize of images with internal snapshotsEric Blake2-7/+38
2020-05-05block: Add blk_new_with_bs() helperEric Blake11-49/+68
2020-05-04block/nbd-client: drop max_block restriction from discardVladimir Sementsov-Ogievskiy1-1/+1