aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2016-09-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-09-28linux-aio: fix re-entrant completion processingStefan Hajnoczi
2016-09-27replay: allow replay stopping and restartingPavel Dovgalyuk
2016-09-23Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-09-23Merge remote-tracking branch 'remotes/famz/tags/various-pull-request' into st...Peter Maydell
2016-09-23block: Add blk_by_dev()Kevin Wolf
2016-09-23commit: Add 'base' to the reopen queue before 'overlay_bs'Alberto Garcia
2016-09-23block: Add "read-only" to the options QDictAlberto Garcia
2016-09-23qcow2: fix encryption during cow of sectorsDaniel P. Berrange
2016-09-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-09-23vpc: Use QEMU UUID APIFam Zheng
2016-09-23vdi: Use QEMU UUID APIFam Zheng
2016-09-23vhdx: Use QEMU UUID APIFam Zheng
2016-09-23util: Add UUID APIFam Zheng
2016-09-22iscsi: Fix divide-by-zero regression on raw SG devicesEric Blake
2016-09-20commit: get the overlay node before manipulating the backing chainAlberto Garcia
2016-09-20blockdev: Modularize nfs block driverColin Lord
2016-09-20blockdev: Add dynamic module loading for block driversMarc Mari
2016-09-20blockdev: prepare iSCSI block driver for dynamic loadingColin Lord
2016-09-19crypto: make PBKDF iterations configurable for LUKS formatDaniel P. Berrange
2016-09-15sheepdog: remove useless castsLaurent Vivier
2016-09-15curl: Operate on zero-length fileTomáš Golembiovský
2016-09-15Remove unused function declarationsLadi Prosek
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