Age | Commit message (Expand) | Author |
2017-06-30 | block: Exploit BDRV_BLOCK_EOF for larger zero blocks | Eric Blake |
2017-06-30 | block: Add BDRV_BLOCK_EOF to bdrv_get_block_status() | Eric Blake |
2017-06-26 | block: Do not strcmp() with NULL uri->scheme | Max Reitz |
2017-06-26 | blkverify: Catch bs->exact_filename overflow | Max Reitz |
2017-06-26 | blkdebug: Catch bs->exact_filename overflow | Max Reitz |
2017-06-26 | block: change variable names in BlockDriverState | Manos Pitsidianakis |
2017-06-26 | block: Remove bdrv_aio_readv/writev/flush() | Kevin Wolf |
2017-06-26 | qed: Use bdrv_co_* for coroutine_fns | Kevin Wolf |
2017-06-26 | qed: Add coroutine_fn to I/O path functions | Kevin Wolf |
2017-06-26 | qed: Use a coroutine for need_check_timer | Kevin Wolf |
2017-06-26 | qed: Simplify request handling | Kevin Wolf |
2017-06-26 | qed: Use CoQueue for serialising allocations | Kevin Wolf |
2017-06-26 | qed: Implement .bdrv_co_readv/writev | Kevin Wolf |
2017-06-26 | qed: Remove recursion in qed_aio_next_io() | Kevin Wolf |
2017-06-26 | qed: Remove ret argument from qed_aio_next_io() | Kevin Wolf |
2017-06-26 | qed: Add return value to qed_aio_read/write_data() | Kevin Wolf |
2017-06-26 | qed: Add return value to qed_aio_write_inplace/alloc() | Kevin Wolf |
2017-06-26 | qed: Add return value to qed_aio_write_cow() | Kevin Wolf |
2017-06-26 | qed: Add return value to qed_aio_write_main() | Kevin Wolf |
2017-06-26 | qed: Add return value to qed_aio_write_l2_update() | Kevin Wolf |
2017-06-26 | qed: Add return value to qed_aio_write_l1_update() | Kevin Wolf |
2017-06-26 | qed: Inline qed_commit_l2_update() | Kevin Wolf |
2017-06-26 | qed: Make qed_aio_write_main() synchronous | Kevin Wolf |
2017-06-26 | qed: Make qed_aio_read_data() synchronous | Kevin Wolf |
2017-06-26 | qed: Remove callback from qed_write_table() | Kevin Wolf |
2017-06-26 | qed: Remove GenericCB | Kevin Wolf |
2017-06-26 | qed: Make qed_write_table() synchronous | Kevin Wolf |
2017-06-26 | qed: Remove callback from qed_write_header() | Kevin Wolf |
2017-06-26 | qed: Make qed_write_header() synchronous | Kevin Wolf |
2017-06-26 | qed: Remove callback from qed_copy_from_backing_file() | Kevin Wolf |
2017-06-26 | qed: Make qed_copy_from_backing_file() synchronous | Kevin Wolf |
2017-06-26 | qed: Make qed_read_backing_file() synchronous | Kevin Wolf |
2017-06-26 | qed: Remove callback from qed_find_cluster() | Kevin Wolf |
2017-06-26 | qed: Remove callback from qed_read_l2_table() | Kevin Wolf |
2017-06-26 | qed: Remove callback from qed_read_table() | Kevin Wolf |
2017-06-26 | qed: Make qed_read_table() synchronous | Kevin Wolf |
2017-06-26 | qed: Use bottom half to resume waiting requests | Kevin Wolf |
2017-06-26 | qcow2: Use offset_into_cluster() and offset_to_l2_index() | Alberto Garcia |
2017-06-26 | qcow2: Merge the writing of the COW regions with the guest data | Alberto Garcia |
2017-06-26 | qcow2: Pass a QEMUIOVector to do_perform_cow_{read,write}() | Alberto Garcia |
2017-06-26 | qcow2: Allow reading both COW regions with only one request | Alberto Garcia |
2017-06-26 | qcow2: Split do_perform_cow() into _read(), _encrypt() and _write() | Alberto Garcia |
2017-06-26 | qcow2: Make perform_cow() call do_perform_cow() twice | Alberto Garcia |
2017-06-26 | qcow2: Use unsigned int for both members of Qcow2COWRegion | Alberto Garcia |
2017-06-26 | qcow2: Remove unused Error variable in do_perform_cow() | Alberto Garcia |
2017-06-26 | throttle: Update throttle-groups.c documentation | Alberto Garcia |
2017-06-26 | block: use BDRV_POLL_WHILE() in bdrv_rw_vmstate() | Stefan Hajnoczi |
2017-06-26 | block: count bdrv_co_rw_vmstate() requests | Stefan Hajnoczi |
2017-06-26 | commit: Fix completion with extra reference | Kevin Wolf |
2017-06-22 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in... | Peter Maydell |