aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
2018-05-23block: Cancel job in bdrv_close_all() callersKevin Wolf
2018-05-23job: Move completion and cancellation to JobKevin Wolf
2018-05-04qobject: Modify qobject_ref() to return objMarc-André Lureau
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-03-19block: Deprecate "backing": ""Max Reitz
2018-03-19block: Handle null backing linkMax Reitz
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz
2018-03-19block: Fix leak of ignore_children in error pathFam Zheng
2018-03-19block: Fix flags in reopen queueFam Zheng
2018-03-09block: Fail bdrv_truncate() with negative sizeKevin Wolf
2018-03-09block: Make bdrv_is_whitelisted() publicKevin Wolf
2018-03-09qcow2: Use BlockdevRef in qcow2_co_create()Kevin Wolf
2018-03-09block: convert bdrv_check callback to coroutine_fnPaolo Bonzini
2018-03-09block: convert bdrv_invalidate_cache callback to coroutine_fnPaolo Bonzini
2018-03-06Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-03-02Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2018-03-02block: rename .bdrv_create() to .bdrv_co_create_opts()Stefan Hajnoczi
2018-03-02block: add BlockBackend->in_flight counterStefan Hajnoczi
2018-03-02block: extract AIO_WAIT_WHILE() from BlockDriverStateStefan Hajnoczi
2018-02-09block: Simplify bdrv_can_write_zeroes_with_unmap()Eric Blake
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/qmp/qstring.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2018-02-09Include qmp-commands.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2017-12-22block: Keep nodes drained between reopen_queue/multipleKevin Wolf
2017-12-22block: Allow graph changes in subtree drained sectionKevin Wolf
2017-12-22block: Don't notify parents in drain call chainKevin Wolf
2017-12-22block: Open backing image in force share mode for size probeFam Zheng
2017-12-22block: Formats don't need CONSISTENT_READ with NO_IOKevin Wolf
2017-12-19block: avoid recursive AioContext acquire in bdrv_inactivate_all()Paolo Bonzini
2017-11-21block: Close a BlockDriverState completely even when bs->drv is NULLAlberto Garcia
2017-11-21block: Don't use BLK_PERM_CONSISTENT_READ for format probingKevin Wolf
2017-11-17block: Make bdrv_next() keep strong referencesMax Reitz
2017-11-17block: Guard against NULL bs->drvMax Reitz
2017-11-17block: qobject_is_equal() in bdrv_reopen_prepare()Max Reitz
2017-11-17block: Fix permissions in image activationKevin Wolf
2017-11-17block: Deprecate bdrv_set_read_only() and usersKevin Wolf
2017-11-17block: Fix error path in bdrv_backing_update_filename()Kevin Wolf
2017-10-26block: don't add 'driver' to options when referring to backing via node namePeter Krempa
2017-10-06commit: Remove overlay_bsKevin Wolf
2017-10-06commit: Support multiple roots above top nodeKevin Wolf
2017-10-06block: Introduce BdrvChildRole.update_filenameKevin Wolf
2017-10-06dirty-bitmap: Avoid size query failure during truncateEric Blake
2017-10-06block: Make bdrv_img_create() size selection easier to readEric Blake
2017-09-26block: Fix permissions after bdrv_reopen()Kevin Wolf
2017-09-26block: reopen: Queue children after their parentsKevin Wolf
2017-09-26block: Base permissions on rw state after reopenKevin Wolf