aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2020-05-18block: Pass BdrvChildRole to bdrv_child_perm()Max Reitz
2020-05-18block: Add BdrvChildRole to BdrvChildMax Reitz
2020-05-18block: Rename BdrvChildRole to BdrvChildClassMax Reitz
2020-05-18block: Add BlockDriver.is_formatMax Reitz
2020-05-18block: Mark commit, mirror, blkreplay as filtersMax Reitz
2020-05-18block: Use bdrv_make_empty() where possibleMax Reitz
2020-05-18replication: Avoid blk_make_empty() on read-only childKevin Wolf
2020-05-18block: Use blk_make_empty() after commitsMax Reitz
2020-05-18block: Add blk_make_empty()Max Reitz
2020-05-18block/replication.c: Avoid cancelling the job twiceLukas Straub
2020-05-18mirror: Make sure that source and target size matchKevin Wolf
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-05-13block/block-copy: fix use-after-free of task pointerVladimir Sementsov-Ogievskiy
2020-05-13qcow2: add zstd cluster compressionDenis Plotnikov
2020-05-13qcow2: rework the cluster compression routineDenis Plotnikov
2020-05-13qcow2: introduce compression type featureDenis Plotnikov
2020-05-08block: Drop unused .bdrv_has_zero_init_truncateEric Blake
2020-05-08vhdx: Rework truncation logicEric Blake
2020-05-08parallels: Rework truncation logicEric Blake
2020-05-08ssh: Support BDRV_REQ_ZERO_WRITE for truncateEric Blake
2020-05-08sheepdog: Support BDRV_REQ_ZERO_WRITE for truncateEric Blake
2020-05-08rbd: Support BDRV_REQ_ZERO_WRITE for truncateEric Blake
2020-05-08nfs: Support BDRV_REQ_ZERO_WRITE for truncateEric Blake
2020-05-08file-win32: Support BDRV_REQ_ZERO_WRITE for truncateEric Blake
2020-05-08gluster: Drop useless has_zero_init callbackEric Blake
2020-05-08qcow2: Fix preallocation on block devicesMax Reitz
2020-05-08backup: Make sure that source and target size matchKevin Wolf
2020-05-08backup: Improve error for bdrv_getlength() failureKevin Wolf
2020-05-08vmdk: Flush only once in vmdk_L2update()Kevin Wolf
2020-05-08vmdk: Don't update L2 table for zero write on zero clusterKevin Wolf
2020-05-08vmdk: Fix partial overwrite of zero clusterKevin Wolf
2020-05-08vmdk: Fix zero cluster allocationKevin Wolf
2020-05-08vmdk: Rename VmdkMetaData.valid to new_allocationKevin Wolf
2020-05-08qcow2: Avoid integer wraparound in qcow2_co_truncate()Alberto Garcia
2020-05-07block: luks: better error message when creating too large filesMaxim Levitsky
2020-05-05Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-05-05' in...Peter Maydell
2020-05-05Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-05-04' into st...Peter Maydell
2020-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell
2020-05-05block/block-copy: use aio-task-pool APIVladimir Sementsov-Ogievskiy
2020-05-05block/block-copy: refactor task creationVladimir Sementsov-Ogievskiy
2020-05-05block/block-copy: add state pointer to BlockCopyTaskVladimir Sementsov-Ogievskiy
2020-05-05block/block-copy: alloc task on each iterationVladimir Sementsov-Ogievskiy
2020-05-05block/block-copy: rename in-flight requests to tasksVladimir Sementsov-Ogievskiy
2020-05-05block: Comment cleanupsEric Blake
2020-05-05qcow2: Tweak comment about bitmaps vs. resizeEric Blake
2020-05-05qcow2: Allow resize of images with internal snapshotsEric Blake
2020-05-05block: Add blk_new_with_bs() helperEric Blake
2020-05-04block/nbd-client: drop max_block restriction from discardVladimir Sementsov-Ogievskiy
2020-05-04block/nbd-client: drop max_block restriction from block_statusVladimir Sementsov-Ogievskiy
2020-05-04lockable: replaced locks with lock guard macros where appropriateDaniel Brodsky