summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* commit: get the overlay node before manipulating the backing chainAlberto Garcia2016-09-201-2/+1Star
* blockdev: Modularize nfs block driverColin Lord2016-09-201-0/+1
* blockdev: Add dynamic module loading for block driversMarc Mari2016-09-201-2/+1Star
* blockdev: prepare iSCSI block driver for dynamic loadingColin Lord2016-09-201-36/+0Star
* crypto: make PBKDF iterations configurable for LUKS formatDaniel P. Berrange2016-09-191-0/+6
* sheepdog: remove useless castsLaurent Vivier2016-09-151-2/+2
* curl: Operate on zero-length fileTomáš Golembiovský2016-09-151-4/+21
* Remove unused function declarationsLadi Prosek2016-09-151-1/+0Star
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2016-09-137-51/+870
|\
| * replication: Implement new driver for block replicationWen Congyang2016-09-132-0/+660
| * mirror: auto complete active commitWen Congyang2016-09-131-4/+9
| * block: Link backup into block coreWen Congyang2016-09-131-1/+1
| * Backup: export interfaces for extra serializationChanglong Xie2016-09-131-7/+34
| * Backup: clear all bitmap when doing block checkpointWen Congyang2016-09-131-0/+18
| * linux-aio: process completions from ioq_submit()Roman Pen2016-09-131-2/+22
| * linux-aio: split processing events functionRoman Pen2016-09-131-10/+21
| * linux-aio: consume events in userspace instead of calling io_geteventsRoman Pen2016-09-131-26/+99
| * qcow2: avoid memcpy(dst, NULL, len)Stefan Hajnoczi2016-09-132-2/+7
* | block/gluster: add support to choose libgfapi logfilePrasanna Kumar Kalever2016-09-131-4/+38
|/
* qcow2: fix iovec size at qcow2_co_pwritev_compressedPavel Butsykin2016-09-051-1/+1
* drive-backup: added support for data compressionPavel Butsykin2016-09-051-1/+11
* block/io: turn on dirty_bitmaps for the compressed writesPavel Butsykin2016-09-051-9/+5Star
* block: remove BlockDriver.bdrv_write_compressedPavel Butsykin2016-09-052-37/+2Star
* qcow: cleanup qcow_co_pwritev_compressed to avoid the recursionPavel Butsykin2016-09-051-17/+7Star
* qcow: add qcow_co_pwritev_compressedPavel Butsykin2016-09-051-67/+42Star
* vmdk: add vmdk_co_pwritev_compressedPavel Butsykin2016-09-051-50/+5Star
* qcow2: cleanup qcow2_co_pwritev_compressed to avoid the recursionPavel Butsykin2016-09-051-17/+7Star
* qcow2: add qcow2_co_pwritev_compressedPavel Butsykin2016-09-051-74/+50Star
* block/io: reuse bdrv_co_pwritev() for write compressedPavel Butsykin2016-09-051-16/+40
* block: Convert bdrv_pwrite_compressed() to BdrvChildPavel Butsykin2016-09-052-2/+3
* block: switch blk_write_compressed() to byte-based interfacePavel Butsykin2016-09-052-34/+11Star
* block: Accept node-name for block-streamKevin Wolf2016-09-051-0/+16
* block: fix possible reorder of flush operationsDenis V. Lunev2016-08-181-1/+2
* block: fix deadlock in bdrv_co_flushEvgeny Yakovlev2016-08-181-2/+3
* curl: Cast fd to int for DPRINTFFam Zheng2016-08-171-1/+1
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2016-08-163-83/+172
|\
| * block/nbd: Store runtime option valuesMax Reitz2016-08-151-44/+61
| * block/blkdebug: Store config filenameMax Reitz2016-08-151-5/+12
| * block/nbd: Use QemuOpts for runtime optionsMax Reitz2016-08-151-20/+54
| * block/ssh: Use QemuOpts for runtime optionsMax Reitz2016-08-151-24/+55
* | trace-events: fix first line comment in trace-eventsLaurent Vivier2016-08-121-1/+1
|/
* linux-aio: Handle io_submit() failure gracefullyKevin Wolf2016-08-111-1/+7
* mirror: finish earlier on errorVladimir Sementsov-Ogievskiy2016-08-081-0/+4
* block/parallels: check new image sizeKlim Kireev2016-08-051-0/+5
* block: Cater to iscsi with non-power-of-2 discardEric Blake2016-08-031-6/+9
* nbd: Limit nbdflags to 16 bitsEric Blake2016-08-031-1/+1
* Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2016-07-271-2/+8
|\
| * mirror: double performance of the bulk stage if the disc is fullVladimir Sementsov-Ogievskiy2016-07-261-2/+8
* | block: export LUKS specific data to qemu-img infoDaniel P. Berrange2016-07-261-0/+49
* | qcow2: do not allocate extra memoryVladimir Sementsov-Ogievskiy2016-07-262-2/+2
|/