aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2020-06-05block: Factor out bdrv_run_co()Vladimir Sementsov-Ogievskiy1-121/+72
2020-06-05io_uring: use io_uring_cq_ready() to check for ready cqesStefano Garzarella1-6/+3
2020-06-05io_uring: retry io_uring_submit() if it fails with errno=EINTRStefano Garzarella1-1/+1
2020-05-28qcow2: Expose bitmaps' size during measureEric Blake5-5/+51
2020-05-28block/dirty-bitmap: add bdrv_has_named_bitmaps helperVladimir Sementsov-Ogievskiy1-0/+13
2020-05-19blockdev: Split off basic bitmap operations for qemu-imgEric Blake2-0/+322
2020-05-19block: Make it easier to learn which BDS support bitmapsEric Blake4-0/+19
2020-05-18block/block-copy: Simplify block_copy_do_copy()Philippe Mathieu-Daudé1-9/+3
2020-05-18block/block-copy: Fix uninitialized variable in block_copy_task_entryPhilippe Mathieu-Daudé1-1/+1
2020-05-18block: Drop @child_class from bdrv_child_perm()Max Reitz9-14/+4
2020-05-18block: Pass BdrvChildRole in remaining casesMax Reitz2-5/+10
2020-05-18block: Use bdrv_default_perms()Max Reitz20-28/+23
2020-05-18block: Use child_of_bds in remaining placesMax Reitz3-6/+17
2020-05-18block: Make filter drivers use child_of_bdsMax Reitz8-12/+22
2020-05-18block: Make format drivers use child_of_bdsMax Reitz12-29/+50
2020-05-18block: Make backing files child_of_bds childrenMax Reitz2-2/+3
2020-05-18block: Switch child_format users to child_of_bdsMax Reitz2-4/+6
2020-05-18raw-format: Split raw_read_options()Max Reitz1-45/+65
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