Age | Commit message (Expand) | Author |
2016-10-07 | dmg: Move libbz2 code to dmg-bz2.so | Fam Zheng |
2016-10-07 | block: Add qdev ID to DEVICE_TRAY_MOVED | Kevin Wolf |
2016-10-07 | block-backend: Remember if attached device is non-qdev | Kevin Wolf |
2016-10-07 | block: Add node name to BLOCK_IO_ERROR event | Kevin Wolf |
2016-10-07 | block: use aio_bh_schedule_oneshot | Paolo Bonzini |
2016-10-07 | block: use bdrv_add_before_write_notifier | Paolo Bonzini |
2016-09-29 | block: Use 'detect-zeroes' option for 'blockdev-change-medium' | Kevin Wolf |
2016-09-29 | block/qapi: Move 'aio' option to file driver | Kevin Wolf |
2016-09-29 | block-backend: remove blk_flush_all | John Snow |
2016-09-29 | block: reintroduce bdrv_flush_all | John Snow |
2016-09-28 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2016-09-28 | linux-aio: fix re-entrant completion processing | Stefan Hajnoczi |
2016-09-27 | replay: allow replay stopping and restarting | Pavel Dovgalyuk |
2016-09-23 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2016-09-23 | Merge remote-tracking branch 'remotes/famz/tags/various-pull-request' into st... | Peter Maydell |
2016-09-23 | block: Add blk_by_dev() | Kevin Wolf |
2016-09-23 | commit: Add 'base' to the reopen queue before 'overlay_bs' | Alberto Garcia |
2016-09-23 | block: Add "read-only" to the options QDict | Alberto Garcia |
2016-09-23 | qcow2: fix encryption during cow of sectors | Daniel P. Berrange |
2016-09-23 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2016-09-23 | vpc: Use QEMU UUID API | Fam Zheng |
2016-09-23 | vdi: Use QEMU UUID API | Fam Zheng |
2016-09-23 | vhdx: Use QEMU UUID API | Fam Zheng |
2016-09-23 | util: Add UUID API | Fam Zheng |
2016-09-22 | iscsi: Fix divide-by-zero regression on raw SG devices | Eric Blake |
2016-09-20 | commit: get the overlay node before manipulating the backing chain | Alberto Garcia |
2016-09-20 | blockdev: Modularize nfs block driver | Colin Lord |
2016-09-20 | blockdev: Add dynamic module loading for block drivers | Marc Mari |
2016-09-20 | blockdev: prepare iSCSI block driver for dynamic loading | Colin Lord |
2016-09-19 | crypto: make PBKDF iterations configurable for LUKS format | Daniel P. Berrange |
2016-09-15 | sheepdog: remove useless casts | Laurent Vivier |
2016-09-15 | curl: Operate on zero-length file | Tomáš Golembiovský |
2016-09-15 | Remove unused function declarations | Ladi Prosek |
2016-09-13 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2016-09-13 | replication: Implement new driver for block replication | Wen Congyang |
2016-09-13 | mirror: auto complete active commit | Wen Congyang |
2016-09-13 | block: Link backup into block core | Wen Congyang |
2016-09-13 | Backup: export interfaces for extra serialization | Changlong Xie |
2016-09-13 | Backup: clear all bitmap when doing block checkpoint | Wen Congyang |
2016-09-13 | linux-aio: process completions from ioq_submit() | Roman Pen |
2016-09-13 | linux-aio: split processing events function | Roman Pen |
2016-09-13 | linux-aio: consume events in userspace instead of calling io_getevents | Roman Pen |
2016-09-13 | qcow2: avoid memcpy(dst, NULL, len) | Stefan Hajnoczi |
2016-09-13 | block/gluster: add support to choose libgfapi logfile | Prasanna Kumar Kalever |
2016-09-05 | qcow2: fix iovec size at qcow2_co_pwritev_compressed | Pavel Butsykin |
2016-09-05 | drive-backup: added support for data compression | Pavel Butsykin |
2016-09-05 | block/io: turn on dirty_bitmaps for the compressed writes | Pavel Butsykin |
2016-09-05 | block: remove BlockDriver.bdrv_write_compressed | Pavel Butsykin |
2016-09-05 | qcow: cleanup qcow_co_pwritev_compressed to avoid the recursion | Pavel Butsykin |
2016-09-05 | qcow: add qcow_co_pwritev_compressed | Pavel Butsykin |