aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
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
2020-05-04Compress lines for immediate returnSimran Singhal
2020-04-30qcow2: Forward ZERO_WRITE flag for full preallocationKevin Wolf
2020-04-30block: truncate: Don't make backing file data visibleKevin Wolf
2020-04-30file-posix: Support BDRV_REQ_ZERO_WRITE for truncateKevin Wolf
2020-04-30raw-format: Support BDRV_REQ_ZERO_WRITE for truncateKevin Wolf
2020-04-30qcow2: Support BDRV_REQ_ZERO_WRITE for truncateKevin Wolf
2020-04-30block-backend: Add flags to blk_truncate()Kevin Wolf
2020-04-30block: Add flags to bdrv(_co)_truncate()Kevin Wolf
2020-04-30block: Add flags to BlockDriver.bdrv_co_truncate()Kevin Wolf
2020-04-30qapi: Only input visitors can actually failMarkus Armbruster
2020-04-29block/file-posix: Fix check_cache_dropped() error handlingMarkus Armbruster
2020-04-29various: Remove suspicious '\' character outside of #define in C codePhilippe Mathieu-Daudé