summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2020-06-10block: Call attention to truncation of long NBD exportsEric Blake
2020-06-05block: Factor out bdrv_run_co()Vladimir Sementsov-Ogievskiy
2020-06-05io_uring: use io_uring_cq_ready() to check for ready cqesStefano Garzarella
2020-06-05io_uring: retry io_uring_submit() if it fails with errno=EINTRStefano Garzarella
2020-05-28qcow2: Expose bitmaps' size during measureEric Blake
2020-05-28block/dirty-bitmap: add bdrv_has_named_bitmaps helperVladimir Sementsov-Ogievskiy
2020-05-19blockdev: Split off basic bitmap operations for qemu-imgEric Blake
2020-05-19block: Make it easier to learn which BDS support bitmapsEric Blake
2020-05-18block/block-copy: Simplify block_copy_do_copy()Philippe Mathieu-Daudé
2020-05-18block/block-copy: Fix uninitialized variable in block_copy_task_entryPhilippe Mathieu-Daudé
2020-05-18block: Drop @child_class from bdrv_child_perm()Max Reitz
2020-05-18block: Pass BdrvChildRole in remaining casesMax Reitz
2020-05-18block: Use bdrv_default_perms()Max Reitz
2020-05-18block: Use child_of_bds in remaining placesMax Reitz
2020-05-18block: Make filter drivers use child_of_bdsMax Reitz
2020-05-18block: Make format drivers use child_of_bdsMax Reitz
2020-05-18block: Make backing files child_of_bds childrenMax Reitz
2020-05-18block: Switch child_format users to child_of_bdsMax Reitz
2020-05-18raw-format: Split raw_read_options()Max Reitz
2020-05-18block: Pass parent_is_format to .inherit_options()Max Reitz
2020-05-18block: Pass BdrvChildRole to .inherit_options()Max Reitz
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