Age | Commit message (Expand) | Author |
2019-07-02 | block/stream: introduce a bottom node | Andrey Shinkevich |
2019-07-02 | block/stream: refactor stream_run: drop goto | Andrey Shinkevich |
2019-07-02 | block: include base when checking image chain for block allocation | Andrey Shinkevich |
2019-07-02 | block/rbd: increase dynamically the image size | Stefano Garzarella |
2019-06-24 | ssh: switch from libssh2 to libssh | Pino Toscano |
2019-06-24 | vmdk: Add read-only support for seSparse snapshots | Sam Eiderman |
2019-06-24 | vmdk: Reduce the max bound for L1 table size | Sam Eiderman |
2019-06-24 | vmdk: Fix comment regarding max l1_size coverage | Sam Eiderman |
2019-06-18 | block/commit: Drop bdrv_child_try_set_perm() | Max Reitz |
2019-06-18 | block/mirror: Fix child permissions | Max Reitz |
2019-06-18 | file-posix: Update open_flags in raw_set_perm() | Max Reitz |
2019-06-18 | block: drop bs->job | Vladimir Sementsov-Ogievskiy |
2019-06-18 | block/block-backend: blk_iostatus_reset: drop usage of bs->job | Vladimir Sementsov-Ogievskiy |
2019-06-18 | block/replication: drop usage of bs->job | Vladimir Sementsov-Ogievskiy |
2019-06-14 | blkdebug: Inject errors on .bdrv_co_block_status() | Max Reitz |
2019-06-14 | blkdebug: Add "none" event | Max Reitz |
2019-06-14 | blkdebug: Add @iotype error option | Max Reitz |
2019-06-13 | block/nbd: merge NBDClientSession struct back to BDRVNBDState | Vladimir Sementsov-Ogievskiy |
2019-06-13 | block/nbd: merge nbd-client.* to nbd.c | Vladimir Sementsov-Ogievskiy |
2019-06-13 | block/nbd-client: drop stale logout | Vladimir Sementsov-Ogievskiy |
2019-06-12 | block/gluster: update .help of BLOCK_OPT_PREALLOC option | Stefano Garzarella |
2019-06-12 | block/file-posix: update .help of BLOCK_OPT_PREALLOC option | Stefano Garzarella |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-06-11 | qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h | Markus Armbruster |
2019-06-04 | block/io: bdrv_pdiscard: support int64_t bytes parameter | Vladimir Sementsov-Ogievskiy |
2019-06-04 | block/qcow2-refcount: add trace-point to qcow2_process_discards | Vladimir Sementsov-Ogievskiy |
2019-06-04 | block: Remove wrong bdrv_set_aio_context() calls | Kevin Wolf |
2019-06-04 | block: Adjust AioContexts when attaching nodes | Kevin Wolf |
2019-06-04 | block: Add BlockBackend.ctx | Kevin Wolf |
2019-06-04 | block: Add Error to blk_set_aio_context() | Kevin Wolf |
2019-06-04 | block/linux-aio: Drop unused BlockAIOCB submission method | Julia Suvorova |
2019-06-04 | block/io: Delay decrementing the quiesce_counter | Max Reitz |
2019-06-04 | block: avoid recursive block_status call if possible | Vladimir Sementsov-Ogievskiy |
2019-05-30 | Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ... | Peter Maydell |
2019-05-28 | qapi: support external bitmaps in block-dirty-bitmap-merge | Vladimir Sementsov-Ogievskiy |
2019-05-28 | qcow2-bitmap: initialize bitmap directory alignment | Andrey Shinkevich |
2019-05-28 | qcow2: skip writing zero buffers to empty COW areas | Anton Nefedov |
2019-05-28 | block: Make bdrv_root_attach_child() unref child_bs on failure | Alberto Garcia |
2019-05-28 | block/backup: refactor: split out backup_calculate_cluster_size | Vladimir Sementsov-Ogievskiy |
2019-05-28 | block/backup: unify different modes code path | Vladimir Sementsov-Ogievskiy |
2019-05-28 | block/backup: refactor and tolerate unallocated cluster skipping | Vladimir Sementsov-Ogievskiy |
2019-05-28 | block/backup: move to copy_bitmap with granularity | Vladimir Sementsov-Ogievskiy |
2019-05-28 | block/backup: simplify backup_incremental_init_copy_bitmap | Vladimir Sementsov-Ogievskiy |
2019-05-28 | qcow2: do encryption in threads | Vladimir Sementsov-Ogievskiy |
2019-05-28 | qcow2: bdrv_co_pwritev: move encryption code out of the lock | Vladimir Sementsov-Ogievskiy |
2019-05-28 | qcow2: qcow2_co_preadv: improve locking | Vladimir Sementsov-Ogievskiy |
2019-05-28 | qcow2-threads: split out generic path | Vladimir Sementsov-Ogievskiy |
2019-05-28 | qcow2-threads: qcow2_co_do_compress: protect queuing by mutex | Vladimir Sementsov-Ogievskiy |
2019-05-28 | qcow2-threads: use thread_pool_submit_co | Vladimir Sementsov-Ogievskiy |