Age | Commit message (Expand) | Author |
2015-01-13 | block: do not allocate an iovec per read of a growable/zero_after_eof BDS | Paolo Bonzini |
2014-12-12 | block: Don't add trailing space in "Formating..." message | Fam Zheng |
2014-12-12 | vmdk: Fix error for JSON descriptor file names | Max Reitz |
2014-12-10 | block: Check create_opts before image creation | Max Reitz |
2014-12-10 | block: Omit bdrv_find_format for essential drivers | Max Reitz |
2014-12-10 | block: Don't probe for unknown backing file format | Kevin Wolf |
2014-12-10 | raw: Prohibit dangerous writes for probed images | Kevin Wolf |
2014-12-10 | block: Read only one sector for format probing | Kevin Wolf |
2014-12-10 | block: Factor bdrv_probe_all() out of find_image_format() | Markus Armbruster |
2014-12-10 | block: Add bdrv_get_node_name | Fam Zheng |
2014-12-10 | block: Add bdrv_next_node | Fam Zheng |
2014-11-14 | block: Fix max nb_sectors in bdrv_make_zero | Fam Zheng |
2014-11-11 | Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-1... | Peter Maydell |
2014-11-11 | block: Fix comment for bdrv_co_get_block_status | Fam Zheng |
2014-11-06 | block: Propagate error in bdrv_img_create() | Max Reitz |
2014-11-03 | block: let mirror blockjob run in BDS AioContext | Stefan Hajnoczi |
2014-11-03 | block: add bdrv_drain() | Stefan Hajnoczi |
2014-11-03 | block: Add status callback to bdrv_amend_options() | Max Reitz |
2014-11-03 | block.c: Fix type of IoOperationType variable in send_qmp_error_event() | Peter Maydell |
2014-11-03 | block: avoid creating oversized writes in multiwrite_merge | Peter Lieven |
2014-11-03 | BlockLimits: introduce max_transfer_length | Peter Lieven |
2014-10-23 | block: Respect underlying file's EOF | Max Reitz |
2014-10-23 | block: Add qemu_{,try_}blockalign0() | Max Reitz |
2014-10-20 | block: Lift device model API into BlockBackend | Markus Armbruster |
2014-10-20 | block: Rename BlockDriverCompletionFunc to BlockCompletionFunc | Markus Armbruster |
2014-10-20 | block: Rename BlockDriverAIOCB* to BlockAIOCB* | Markus Armbruster |
2014-10-20 | block: Merge BlockBackend and BlockDriverState name spaces | Markus Armbruster |
2014-10-20 | block: Eliminate BlockDriverState member device_name[] | Markus Armbruster |
2014-10-20 | block: Eliminate bdrv_iterate(), use bdrv_next() | Markus Armbruster |
2014-10-20 | block: Connect BlockBackend and DriveInfo | Markus Armbruster |
2014-10-20 | block: Connect BlockBackend to BlockDriverState | Markus Armbruster |
2014-10-20 | block: Split bdrv_new_root() off bdrv_new() | Markus Armbruster |
2014-10-14 | block/migration: Disable cache invalidate for incoming migration | Alexey Kardashevskiy |
2014-10-03 | util: Emancipate id_wellformed() from QemuOpts | Markus Armbruster |
2014-09-25 | block: Validate node-name | Kevin Wolf |
2014-09-25 | block: Improve message for device name clashing with node name | Markus Armbruster |
2014-09-25 | block: Keep DriveInfo alive until BlockDriverState dies | Markus Armbruster |
2014-09-22 | block: Rename qemu_aio_release -> qemu_aio_unref | Fam Zheng |
2014-09-22 | block: Drop AIOCBInfo.cancel | Fam Zheng |
2014-09-22 | block: Drop bdrv_em_aiocb_info.cancel | Fam Zheng |
2014-09-22 | block: Drop bdrv_em_co_aiocb_info.cancel | Fam Zheng |
2014-09-22 | block: Add bdrv_aio_cancel_async | Fam Zheng |
2014-09-22 | block: Add refcnt in BlockDriverAIOCB | Fam Zheng |
2014-09-11 | block: extend BLOCK_IO_ERROR with reason string | Luiz Capitulino |
2014-09-10 | block: Make the block accounting functions operate on BlockAcctStats | Benoît Canet |
2014-09-10 | block: Extract the block accounting code | Benoît Canet |
2014-09-10 | block: Extract the BlockAcctStats structure | Benoît Canet |
2014-09-10 | block: extend BLOCK_IO_ERROR event with nospace indicator | Luiz Capitulino |
2014-09-08 | block: kill tail whitespace in block.c | Liu Yuan |
2014-08-29 | block: fix overlapping multiwrite requests | Stefan Hajnoczi |