aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2016-10-07dmg: Move libbz2 code to dmg-bz2.soFam Zheng
2016-10-07block: Add qdev ID to DEVICE_TRAY_MOVEDKevin Wolf
2016-10-07block-backend: Remember if attached device is non-qdevKevin Wolf
2016-10-07block: Add node name to BLOCK_IO_ERROR eventKevin Wolf
2016-10-07block: use aio_bh_schedule_oneshotPaolo Bonzini
2016-10-07block: use bdrv_add_before_write_notifierPaolo Bonzini
2016-09-29block: Use 'detect-zeroes' option for 'blockdev-change-medium'Kevin Wolf
2016-09-29block/qapi: Move 'aio' option to file driverKevin Wolf
2016-09-29block-backend: remove blk_flush_allJohn Snow
2016-09-29block: reintroduce bdrv_flush_allJohn Snow
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