summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2016-09-19crypto: make PBKDF iterations configurable for LUKS formatDaniel P. Berrange1-0/+6
2016-09-15sheepdog: remove useless castsLaurent Vivier1-2/+2
2016-09-15curl: Operate on zero-length fileTomáš Golembiovský1-4/+21
2016-09-15Remove unused function declarationsLadi Prosek1-1/+0
2016-09-13Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell7-51/+870
2016-09-13replication: Implement new driver for block replicationWen Congyang2-0/+660
2016-09-13mirror: auto complete active commitWen Congyang1-4/+9
2016-09-13block: Link backup into block coreWen Congyang1-1/+1
2016-09-13Backup: export interfaces for extra serializationChanglong Xie1-7/+34
2016-09-13Backup: clear all bitmap when doing block checkpointWen Congyang1-0/+18
2016-09-13linux-aio: process completions from ioq_submit()Roman Pen1-2/+22
2016-09-13linux-aio: split processing events functionRoman Pen1-10/+21
2016-09-13linux-aio: consume events in userspace instead of calling io_geteventsRoman Pen1-26/+99
2016-09-13qcow2: avoid memcpy(dst, NULL, len)Stefan Hajnoczi2-2/+7
2016-09-13block/gluster: add support to choose libgfapi logfilePrasanna Kumar Kalever1-4/+38
2016-09-05qcow2: fix iovec size at qcow2_co_pwritev_compressedPavel Butsykin1-1/+1
2016-09-05drive-backup: added support for data compressionPavel Butsykin1-1/+11
2016-09-05block/io: turn on dirty_bitmaps for the compressed writesPavel Butsykin1-9/+5
2016-09-05block: remove BlockDriver.bdrv_write_compressedPavel Butsykin2-37/+2
2016-09-05qcow: cleanup qcow_co_pwritev_compressed to avoid the recursionPavel Butsykin1-17/+7
2016-09-05qcow: add qcow_co_pwritev_compressedPavel Butsykin1-67/+42
2016-09-05vmdk: add vmdk_co_pwritev_compressedPavel Butsykin1-50/+5
2016-09-05qcow2: cleanup qcow2_co_pwritev_compressed to avoid the recursionPavel Butsykin1-17/+7
2016-09-05qcow2: add qcow2_co_pwritev_compressedPavel Butsykin1-74/+50
2016-09-05block/io: reuse bdrv_co_pwritev() for write compressedPavel Butsykin1-16/+40
2016-09-05block: Convert bdrv_pwrite_compressed() to BdrvChildPavel Butsykin2-2/+3
2016-09-05block: switch blk_write_compressed() to byte-based interfacePavel Butsykin2-34/+11
2016-09-05block: Accept node-name for block-streamKevin Wolf1-0/+16
2016-08-18block: fix possible reorder of flush operationsDenis V. Lunev1-1/+2
2016-08-18block: fix deadlock in bdrv_co_flushEvgeny Yakovlev1-2/+3
2016-08-17curl: Cast fd to int for DPRINTFFam Zheng1-1/+1
2016-08-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell3-83/+172
2016-08-15block/nbd: Store runtime option valuesMax Reitz1-44/+61
2016-08-15block/blkdebug: Store config filenameMax Reitz1-5/+12
2016-08-15block/nbd: Use QemuOpts for runtime optionsMax Reitz1-20/+54
2016-08-15block/ssh: Use QemuOpts for runtime optionsMax Reitz1-24/+55
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier1-1/+1
2016-08-11linux-aio: Handle io_submit() failure gracefullyKevin Wolf1-1/+7
2016-08-08mirror: finish earlier on errorVladimir Sementsov-Ogievskiy1-0/+4
2016-08-05block/parallels: check new image sizeKlim Kireev1-0/+5
2016-08-03block: Cater to iscsi with non-power-of-2 discardEric Blake1-6/+9
2016-08-03nbd: Limit nbdflags to 16 bitsEric Blake1-1/+1
2016-07-27Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell1-2/+8
2016-07-26mirror: double performance of the bulk stage if the disc is fullVladimir Sementsov-Ogievskiy1-2/+8
2016-07-26block: export LUKS specific data to qemu-img infoDaniel P. Berrange1-0/+49
2016-07-26qcow2: do not allocate extra memoryVladimir Sementsov-Ogievskiy2-2/+2
2016-07-21Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-9/+0
2016-07-21Revert "mirror: Workaround for unexpected iohandler events during completion"Fam Zheng1-9/+0
2016-07-21Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell17-319/+319
2016-07-20raw_bsd: Convert to byte-based interfaceEric Blake1-19/+26