summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2016-10-19crypto: extend mode as a parameter in qcrypto_cipher_supports()Gonglei2-2/+4
2016-10-07dmg: Move libbz2 code to dmg-bz2.soFam Zheng4-53/+139
2016-10-07block: Add qdev ID to DEVICE_TRAY_MOVEDKevin Wolf1-1/+32
2016-10-07block-backend: Remember if attached device is non-qdevKevin Wolf1-8/+20
2016-10-07block: Add node name to BLOCK_IO_ERROR eventKevin Wolf1-2/+3
2016-10-07block: use aio_bh_schedule_oneshotPaolo Bonzini13-76/+25
2016-10-07block: use bdrv_add_before_write_notifierPaolo Bonzini1-2/+1
2016-09-29block: Use 'detect-zeroes' option for 'blockdev-change-medium'Kevin Wolf1-5/+4
2016-09-29block/qapi: Move 'aio' option to file driverKevin Wolf2-22/+78
2016-09-29block-backend: remove blk_flush_allJohn Snow1-22/+0
2016-09-29block: reintroduce bdrv_flush_allJohn Snow1-0/+25
2016-09-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-10/+5
2016-09-28linux-aio: fix re-entrant completion processingStefan Hajnoczi1-3/+6
2016-09-27replay: allow replay stopping and restartingPavel Dovgalyuk1-10/+5
2016-09-23Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell4-6/+26
2016-09-23Merge remote-tracking branch 'remotes/famz/tags/various-pull-request' into st...Peter Maydell6-73/+26
2016-09-23block: Add blk_by_dev()Kevin Wolf1-0/+19
2016-09-23commit: Add 'base' to the reopen queue before 'overlay_bs'Alberto Garcia1-4/+4
2016-09-23block: Add "read-only" to the options QDictAlberto Garcia1-1/+2
2016-09-23qcow2: fix encryption during cow of sectorsDaniel P. Berrange1-1/+1
2016-09-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-5/+8
2016-09-23vpc: Use QEMU UUID APIFam Zheng1-7/+3
2016-09-23vdi: Use QEMU UUID APIFam Zheng1-56/+17
2016-09-23vhdx: Use QEMU UUID APIFam Zheng3-9/+5
2016-09-23util: Add UUID APIFam Zheng1-1/+1
2016-09-22iscsi: Fix divide-by-zero regression on raw SG devicesEric Blake1-5/+8
2016-09-20commit: get the overlay node before manipulating the backing chainAlberto Garcia1-2/+1
2016-09-20blockdev: Modularize nfs block driverColin Lord1-0/+1
2016-09-20blockdev: Add dynamic module loading for block driversMarc Mari1-2/+1
2016-09-20blockdev: prepare iSCSI block driver for dynamic loadingColin Lord1-36/+0
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