aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2016-09-13Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2016-09-13replication: Implement new driver for block replicationWen Congyang
2016-09-13mirror: auto complete active commitWen Congyang
2016-09-13block: Link backup into block coreWen Congyang
2016-09-13Backup: export interfaces for extra serializationChanglong Xie
2016-09-13Backup: clear all bitmap when doing block checkpointWen Congyang
2016-09-13linux-aio: process completions from ioq_submit()Roman Pen
2016-09-13linux-aio: split processing events functionRoman Pen
2016-09-13linux-aio: consume events in userspace instead of calling io_geteventsRoman Pen
2016-09-13qcow2: avoid memcpy(dst, NULL, len)Stefan Hajnoczi
2016-09-13block/gluster: add support to choose libgfapi logfilePrasanna Kumar Kalever
2016-09-05qcow2: fix iovec size at qcow2_co_pwritev_compressedPavel Butsykin
2016-09-05drive-backup: added support for data compressionPavel Butsykin
2016-09-05block/io: turn on dirty_bitmaps for the compressed writesPavel Butsykin
2016-09-05block: remove BlockDriver.bdrv_write_compressedPavel Butsykin
2016-09-05qcow: cleanup qcow_co_pwritev_compressed to avoid the recursionPavel Butsykin
2016-09-05qcow: add qcow_co_pwritev_compressedPavel Butsykin
2016-09-05vmdk: add vmdk_co_pwritev_compressedPavel Butsykin
2016-09-05qcow2: cleanup qcow2_co_pwritev_compressed to avoid the recursionPavel Butsykin
2016-09-05qcow2: add qcow2_co_pwritev_compressedPavel Butsykin
2016-09-05block/io: reuse bdrv_co_pwritev() for write compressedPavel Butsykin
2016-09-05block: Convert bdrv_pwrite_compressed() to BdrvChildPavel Butsykin
2016-09-05block: switch blk_write_compressed() to byte-based interfacePavel Butsykin
2016-09-05block: Accept node-name for block-streamKevin Wolf
2016-08-18block: fix possible reorder of flush operationsDenis V. Lunev
2016-08-18block: fix deadlock in bdrv_co_flushEvgeny Yakovlev
2016-08-17curl: Cast fd to int for DPRINTFFam Zheng
2016-08-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-08-15block/nbd: Store runtime option valuesMax Reitz
2016-08-15block/blkdebug: Store config filenameMax Reitz
2016-08-15block/nbd: Use QemuOpts for runtime optionsMax Reitz
2016-08-15block/ssh: Use QemuOpts for runtime optionsMax Reitz
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier
2016-08-11linux-aio: Handle io_submit() failure gracefullyKevin Wolf
2016-08-08mirror: finish earlier on errorVladimir Sementsov-Ogievskiy
2016-08-05block/parallels: check new image sizeKlim Kireev
2016-08-03block: Cater to iscsi with non-power-of-2 discardEric Blake
2016-08-03nbd: Limit nbdflags to 16 bitsEric Blake
2016-07-27Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell
2016-07-26mirror: double performance of the bulk stage if the disc is fullVladimir Sementsov-Ogievskiy
2016-07-26block: export LUKS specific data to qemu-img infoDaniel P. Berrange
2016-07-26qcow2: do not allocate extra memoryVladimir Sementsov-Ogievskiy
2016-07-21Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-07-21Revert "mirror: Workaround for unexpected iohandler events during completion"Fam Zheng
2016-07-21Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2016-07-20raw_bsd: Convert to byte-based interfaceEric Blake
2016-07-20nbd: Convert to byte-based interfaceEric Blake
2016-07-20block: Kill .bdrv_co_discard()Eric Blake
2016-07-20sheepdog: Switch .bdrv_co_discard() to byte-basedEric Blake
2016-07-20raw_bsd: Switch .bdrv_co_discard() to byte-basedEric Blake