Age | Commit message (Expand) | Author |
2020-06-05 | block: Factor out bdrv_run_co() | Vladimir Sementsov-Ogievskiy |
2020-06-05 | io_uring: use io_uring_cq_ready() to check for ready cqes | Stefano Garzarella |
2020-06-05 | io_uring: retry io_uring_submit() if it fails with errno=EINTR | Stefano Garzarella |
2020-05-28 | qcow2: Expose bitmaps' size during measure | Eric Blake |
2020-05-28 | block/dirty-bitmap: add bdrv_has_named_bitmaps helper | Vladimir Sementsov-Ogievskiy |
2020-05-19 | blockdev: Split off basic bitmap operations for qemu-img | Eric Blake |
2020-05-19 | block: Make it easier to learn which BDS support bitmaps | Eric Blake |
2020-05-18 | block/block-copy: Simplify block_copy_do_copy() | Philippe Mathieu-Daudé |
2020-05-18 | block/block-copy: Fix uninitialized variable in block_copy_task_entry | Philippe Mathieu-Daudé |
2020-05-18 | block: Drop @child_class from bdrv_child_perm() | Max Reitz |
2020-05-18 | block: Pass BdrvChildRole in remaining cases | Max Reitz |
2020-05-18 | block: Use bdrv_default_perms() | Max Reitz |
2020-05-18 | block: Use child_of_bds in remaining places | Max Reitz |
2020-05-18 | block: Make filter drivers use child_of_bds | Max Reitz |
2020-05-18 | block: Make format drivers use child_of_bds | Max Reitz |
2020-05-18 | block: Make backing files child_of_bds children | Max Reitz |
2020-05-18 | block: Switch child_format users to child_of_bds | Max Reitz |
2020-05-18 | raw-format: Split raw_read_options() | Max Reitz |
2020-05-18 | block: Pass parent_is_format to .inherit_options() | Max Reitz |
2020-05-18 | block: Pass BdrvChildRole to .inherit_options() | Max Reitz |
2020-05-18 | block: Pass BdrvChildRole to bdrv_child_perm() | Max Reitz |
2020-05-18 | block: Add BdrvChildRole to BdrvChild | Max Reitz |
2020-05-18 | block: Rename BdrvChildRole to BdrvChildClass | Max Reitz |
2020-05-18 | block: Add BlockDriver.is_format | Max Reitz |
2020-05-18 | block: Mark commit, mirror, blkreplay as filters | Max Reitz |
2020-05-18 | block: Use bdrv_make_empty() where possible | Max Reitz |
2020-05-18 | replication: Avoid blk_make_empty() on read-only child | Kevin Wolf |
2020-05-18 | block: Use blk_make_empty() after commits | Max Reitz |
2020-05-18 | block: Add blk_make_empty() | Max Reitz |
2020-05-18 | block/replication.c: Avoid cancelling the job twice | Lukas Straub |
2020-05-18 | mirror: Make sure that source and target size match | Kevin Wolf |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster |
2020-05-13 | block/block-copy: fix use-after-free of task pointer | Vladimir Sementsov-Ogievskiy |
2020-05-13 | qcow2: add zstd cluster compression | Denis Plotnikov |
2020-05-13 | qcow2: rework the cluster compression routine | Denis Plotnikov |
2020-05-13 | qcow2: introduce compression type feature | Denis Plotnikov |
2020-05-08 | block: Drop unused .bdrv_has_zero_init_truncate | Eric Blake |
2020-05-08 | vhdx: Rework truncation logic | Eric Blake |
2020-05-08 | parallels: Rework truncation logic | Eric Blake |
2020-05-08 | ssh: Support BDRV_REQ_ZERO_WRITE for truncate | Eric Blake |
2020-05-08 | sheepdog: Support BDRV_REQ_ZERO_WRITE for truncate | Eric Blake |
2020-05-08 | rbd: Support BDRV_REQ_ZERO_WRITE for truncate | Eric Blake |
2020-05-08 | nfs: Support BDRV_REQ_ZERO_WRITE for truncate | Eric Blake |
2020-05-08 | file-win32: Support BDRV_REQ_ZERO_WRITE for truncate | Eric Blake |
2020-05-08 | gluster: Drop useless has_zero_init callback | Eric Blake |
2020-05-08 | qcow2: Fix preallocation on block devices | Max Reitz |
2020-05-08 | backup: Make sure that source and target size match | Kevin Wolf |
2020-05-08 | backup: Improve error for bdrv_getlength() failure | Kevin Wolf |
2020-05-08 | vmdk: Flush only once in vmdk_L2update() | Kevin Wolf |
2020-05-08 | vmdk: Don't update L2 table for zero write on zero cluster | Kevin Wolf |