summaryrefslogtreecommitdiffstats
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2018-03-061-3/+8
|\
| * block: rename .bdrv_create() to .bdrv_co_create_opts()Stefan Hajnoczi2018-03-021-2/+2
| * block: add BlockBackend->in_flight counterStefan Hajnoczi2018-03-021-1/+1
| * block: extract AIO_WAIT_WHILE() from BlockDriverStateStefan Hajnoczi2018-03-021-0/+5
* | Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-1/+0Star
* | Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2018-03-021-1/+0Star
|/
* block: Simplify bdrv_can_write_zeroes_with_unmap()Eric Blake2018-02-091-7/+1Star
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-0/+1
* Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* Include qapi/qmp/qstring.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* Include qmp-commands.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+2
* block: Keep nodes drained between reopen_queue/multipleKevin Wolf2017-12-221-7/+16
* block: Allow graph changes in subtree drained sectionKevin Wolf2017-12-221-3/+29
* block: Don't notify parents in drain call chainKevin Wolf2017-12-221-4/+9
* block: Open backing image in force share mode for size probeFam Zheng2017-12-221-1/+2
* block: Formats don't need CONSISTENT_READ with NO_IOKevin Wolf2017-12-221-1/+5
* block: avoid recursive AioContext acquire in bdrv_inactivate_all()Paolo Bonzini2017-12-191-3/+11
* block: Close a BlockDriverState completely even when bs->drv is NULLAlberto Garcia2017-11-211-29/+28Star
* block: Don't use BLK_PERM_CONSISTENT_READ for format probingKevin Wolf2017-11-211-1/+4
* block: Make bdrv_next() keep strong referencesMax Reitz2017-11-171-0/+3
* block: Guard against NULL bs->drvMax Reitz2017-11-171-1/+18
* block: qobject_is_equal() in bdrv_reopen_prepare()Max Reitz2017-11-171-11/+18
* block: Fix permissions in image activationKevin Wolf2017-11-171-10/+22
* block: Deprecate bdrv_set_read_only() and usersKevin Wolf2017-11-171-0/+5
* block: Fix error path in bdrv_backing_update_filename()Kevin Wolf2017-11-171-1/+1
* block: don't add 'driver' to options when referring to backing via node namePeter Krempa2017-10-261-1/+2
* commit: Remove overlay_bsKevin Wolf2017-10-061-2/+4
* commit: Support multiple roots above top nodeKevin Wolf2017-10-061-28/+40
* block: Introduce BdrvChildRole.update_filenameKevin Wolf2017-10-061-5/+28
* dirty-bitmap: Avoid size query failure during truncateEric Blake2017-10-061-5/+11
* block: Make bdrv_img_create() size selection easier to readEric Blake2017-10-061-1/+1
* block: Fix permissions after bdrv_reopen()Kevin Wolf2017-09-261-0/+64
* block: reopen: Queue children after their parentsKevin Wolf2017-09-261-13/+13
* block: Base permissions on rw state after reopenKevin Wolf2017-09-261-15/+37
* block: Add reopen queue to bdrv_check_perm()Kevin Wolf2017-09-261-15/+19
* block: Add reopen_queue to bdrv_child_perm()Kevin Wolf2017-09-261-7/+12
* block: remove unused bdrv_media_changedManos Pitsidianakis2017-09-041-14/+0Star
* block: pass bdrv_* methods to bs->file by default in block filtersManos Pitsidianakis2017-09-041-2/+19
* qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau2017-09-041-1/+1
* qapi: Generate FOO_str() macro for QAPI enum FOOMarkus Armbruster2017-09-041-1/+0Star
* qapi: Drop superfluous qapi_enum_parse() parameter maxMarkus Armbruster2017-09-041-1/+0Star
* block: Update open_flags after ->inactivate() callbackStefan Hajnoczi2017-08-231-4/+3Star
* block: Set BDRV_O_ALLOW_RDWR during rw reopenKevin Wolf2017-08-081-1/+4
* block: Allow reopen rw without BDRV_O_ALLOW_RDWRKevin Wolf2017-08-081-4/+7
* block: Fix order in bdrv_replace_child()Kevin Wolf2017-08-081-2/+2
* block: fix leaks in bdrv_open_driver()Manos Pitsidianakis2017-08-011-11/+11
* block: fix dangling bs->explicit_options in block.cManos Pitsidianakis2017-08-011-0/+2
* block: Skip implicit nodes in query-block/blockstatsKevin Wolf2017-07-241-13/+0Star