aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2018-07-10block: split flags in copy_rangeVladimir Sementsov-Ogievskiy
2018-07-10block/io: fix copy_rangeVladimir Sementsov-Ogievskiy
2018-07-10block: Fix copy-on-read crash with partial final clusterKevin Wolf
2018-07-10block: Poll after drain on attaching a nodeKevin Wolf
2018-07-09qcow2: add overlap check for bitmap directoryVladimir Sementsov-Ogievskiy
2018-07-09vmdk: Fix possible segfault with non-VMDK backingMax Reitz
2018-07-09raw: Drop superfluous semicolonFam Zheng
2018-07-09qcow2: Drop unreachable breakFam Zheng
2018-07-09file-posix: Fix fd_open check in raw_co_copy_range_toFam Zheng
2018-07-09qcow2: Drop unused cluster_dataFam Zheng
2018-07-05Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-07-05file-posix: Unlock FD after creationMax Reitz
2018-07-05file-posix: Fix creation lockingMax Reitz
2018-07-05block/blklogwrites: Add an option for the update interval of the log superblockAri Sundholm
2018-07-05block/blklogwrites: Add an option for appending to an old logAri Sundholm
2018-07-05block/blklogwrites: Change log_sector_size from int64_t to uint64_tAri Sundholm
2018-07-05block/crypto: Fix memory leak in create error pathKevin Wolf
2018-07-05block: Add blklogwritesAapo Vienamo
2018-07-05qcow2: add compress threadsVladimir Sementsov-Ogievskiy
2018-07-05qcow2: refactor data compressionVladimir Sementsov-Ogievskiy
2018-07-04dirty-bitmap: fix double lock on bitmap enablingVladimir Sementsov-Ogievskiy
2018-07-04block/dirty-bitmap: add bdrv_enable_dirty_bitmap_lockedVladimir Sementsov-Ogievskiy
2018-07-03Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell
2018-07-03Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-07-02' into st...Peter Maydell
2018-07-02backup: Use copy offloadingFam Zheng
2018-07-02block: Honour BDRV_REQ_NO_SERIALISING in copy rangeFam Zheng
2018-07-02block: Fix parameter checking in bdrv_co_copy_range_internalFam Zheng
2018-07-02nbd/client: Add x-dirty-bitmap to query bitmap from serverEric Blake
2018-07-02iscsi: Avoid potential for get_status overflowEric Blake
2018-07-02vdi: Use definitions from "qemu/units.h"Philippe Mathieu-Daudé
2018-06-29block: Remove unused sector-based vectored I/OEric Blake
2018-06-29vhdx: Switch to byte-based callsEric Blake
2018-06-29replication: Switch to byte-based callsEric Blake
2018-06-29qcow: Switch to a byte-based driverEric Blake
2018-06-29qcow: Switch qcow_co_writev to byte-based callsEric Blake
2018-06-29qcow: Switch qcow_co_readv to byte-based callsEric Blake
2018-06-29qcow: Switch get_cluster_offset to be byte-basedEric Blake
2018-06-29parallels: Switch to byte-based callsEric Blake
2018-06-29file-posix: Fix EINTR handlingFam Zheng
2018-06-29iscsi: Don't blindly use designator length in response for memcpyFam Zheng
2018-06-29qcow2: Fix src_offset in copy offloadingFam Zheng
2018-06-29file-posix: Implement co versions of discard/flushKevin Wolf
2018-06-29qcow2: Free allocated clusters on write errorKevin Wolf
2018-06-29block/crypto: Simplify block_crypto_{open,create}_opts_init()Markus Armbruster
2018-06-29block: Move request tracking to children in copy offloadingFam Zheng
2018-06-29qcow2: Remove dead check on !retFam Zheng
2018-06-29file-posix: Make .bdrv_co_truncate asynchronousKevin Wolf
2018-06-29block: Use tracked request for truncateKevin Wolf
2018-06-29block: Move bdrv_truncate() implementation to io.cKevin Wolf
2018-06-29qcow2: Remove coroutine trampoline for preallocate_co()Kevin Wolf