Age | Commit message (Expand) | Author |
2018-10-01 | block-backend: Set werror/rerror defaults in blk_new() | Kevin Wolf |
2018-10-01 | qcow2: Explicit number replaced by a constant | Leonid Bloch |
2018-10-01 | qcow2: Set the default cache-clean-interval to 10 minutes | Leonid Bloch |
2018-10-01 | qcow2: Resize the cache upon image resizing | Leonid Bloch |
2018-10-01 | qcow2: Increase the default upper limit on the L2 cache size | Leonid Bloch |
2018-10-01 | qcow2: Assign the L2 cache relatively to the image size | Leonid Bloch |
2018-10-01 | qcow2: Avoid duplication in setting the refcount cache size | Leonid Bloch |
2018-10-01 | qcow2: Make sizes more humanly readable | Leonid Bloch |
2018-10-01 | file-posix: Forbid trying to change unsupported options during reopen | Alberto Garcia |
2018-10-01 | file-posix: x-check-cache-dropped should default to false on reopen | Alberto Garcia |
2018-10-01 | file-posix: Include filename in locking error message | Fam Zheng |
2018-09-28 | Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st... | Peter Maydell |
2018-09-26 | vmdk: align end of file to a sector boundary | yuchenlin |
2018-09-25 | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-09-2... | Peter Maydell |
2018-09-25 | trivial: Make bios files and source files non-executable | Thomas Huth |
2018-09-25 | block: Use a single global AioWait | Kevin Wolf |
2018-09-25 | block: Remove aio_poll() in bdrv_drain_poll variants | Kevin Wolf |
2018-09-25 | block-backend: Decrease in_flight only after callback | Kevin Wolf |
2018-09-25 | block-backend: Fix potential double blk_delete() | Kevin Wolf |
2018-09-25 | block-backend: Add .drained_poll callback | Kevin Wolf |
2018-09-25 | block: Add missing locking in bdrv_co_drain_bh_cb() | Kevin Wolf |
2018-09-25 | block/linux-aio: acquire AioContext before qemu_laio_process_completions | Sergio Lopez |
2018-09-25 | block/stream: refactor stream to use job callbacks | John Snow |
2018-09-25 | block/mirror: conservative mirror_exit refactor | John Snow |
2018-09-25 | block/mirror: don't install backing chain on abort | John Snow |
2018-09-25 | block/commit: refactor commit to use job callbacks | John Snow |
2018-09-25 | block/stream: add block job creation flags | John Snow |
2018-09-25 | block/mirror: add block job creation flags | John Snow |
2018-09-25 | block/commit: add block job creation flags | John Snow |
2018-09-24 | curl: Make sslverify=off disable host as well as peer verification. | Richard W.M. Jones |
2018-09-24 | block/rbd: Attempt to parse legacy filenames | Jeff Cody |
2018-09-24 | block/rbd: pull out qemu_rbd_convert_options | Jeff Cody |
2018-09-24 | Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2018-08-31-v2' ... | Peter Maydell |
2018-08-31 | block/backup: make function variables consistently named | John Snow |
2018-08-31 | jobs: utilize job_exit shim | John Snow |
2018-08-31 | block/mirror: utilize job_exit shim | John Snow |
2018-08-31 | block/commit: utilize job_exit shim | John Snow |
2018-08-31 | jobs: canonize Error object | John Snow |
2018-08-31 | jobs: change start callback to run callback | John Snow |
2018-08-28 | qapi: Drop qapi_event_send_FOO()'s Error ** argument | Peter Xu |
2018-08-15 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2018-08-15 | block: drop empty .bdrv_close handlers | Vladimir Sementsov-Ogievskiy |
2018-08-15 | block: make .bdrv_close optional | Vladimir Sementsov-Ogievskiy |
2018-08-15 | mirror: Fail gracefully for source == target | Kevin Wolf |
2018-08-15 | block: Remove deprecated -drive option serial | Kevin Wolf |
2018-08-15 | luks: Allow share-rw=on | Fam Zheng |
2018-08-15 | throttle-groups: Don't allow timers without throttled requests | Alberto Garcia |
2018-08-15 | throttle-groups: Skip the round-robin if a member is being drained | Alberto Garcia |
2018-08-15 | block/qapi: Fix memory leak in qmp_query_blockstats() | Kevin Wolf |
2018-08-15 | nvme: simplify plug/unplug | Paolo Bonzini |