Age | Commit message (Expand) | Author |
2019-07-22 | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-07-19' into st... | Peter Maydell |
2019-07-19 | nbd: Initialize reply on failure | Eric Blake |
2019-07-19 | block: Loop unsafely in bdrv*drained_end() | Max Reitz |
2019-07-19 | block: Do not poll in bdrv_do_drained_end() | Max Reitz |
2019-07-19 | block: Make bdrv_parent_drained_[^_]*() static | Max Reitz |
2019-07-19 | block: Add @drained_end_counter | Max Reitz |
2019-07-19 | block: Introduce BdrvChild.parent_quiesce_counter | Max Reitz |
2019-07-16 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2019-07-15 | gluster: fix .bdrv_reopen_prepare when backing file is a JSON object | Stefano Garzarella |
2019-07-15 | block/stream: Swap backing file change order | Max Reitz |
2019-07-15 | block/stream: Fix error path | Max Reitz |
2019-07-15 | block: Add BDS.never_freeze | Max Reitz |
2019-07-15 | nvme: Set number of queues later in nvme_init() | Michal Privoznik |
2019-07-15 | iscsi: base all handling of check condition on scsi_sense_to_errno | Paolo Bonzini |
2019-07-15 | iscsi: fix busy/timeout/task set full | Paolo Bonzini |
2019-07-12 | file-posix: Use max transfer length/segment count only for SCSI passthrough | Maxim Levitsky |
2019-07-08 | qcow2: Allow -o compat=v3 during qemu-img amend | Eric Blake |
2019-07-08 | block/qcow: Improve error when opening qcow2 files as qcow | John Snow |
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 |