summaryrefslogtreecommitdiffstats
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
* block: Simplify append_open_options()Alberto Garcia2018-08-151-5/+2Star
* block: Update bs->options if bdrv_reopen() succeedsAlberto Garcia2018-08-151-1/+14
* block: Simplify bdrv_reopen_abort()Alberto Garcia2018-08-151-5/+4Star
* block: Remove children options from bs->{options,explicit_options}Alberto Garcia2018-08-151-0/+11
* block: make .bdrv_close optionalVladimir Sementsov-Ogievskiy2018-08-151-1/+3
* block: Fix typos in comments (found by codespell)Stefan Weil2018-07-231-1/+1
* block: Poll after drain on attaching a nodeKevin Wolf2018-07-101-1/+1
* block: Don't silently truncate node namesKevin Wolf2018-07-051-0/+6
* block: Move two block permission constants to the relevant enumAri Sundholm2018-07-051-6/+0Star
* block: Move bdrv_truncate() implementation to io.cKevin Wolf2018-06-291-110/+1Star
* block: Convert .bdrv_truncate callback to coroutine_fnKevin Wolf2018-06-291-8/+55
* block: Generalize should_update_child() ruleMax Reitz2018-06-181-10/+34
* block: Allow graph changes in bdrv_drain_all_begin/end sectionsKevin Wolf2018-06-181-3/+31
* block: ignore_bds_parents parameter for drain functionsKevin Wolf2018-06-181-4/+7
* block: Don't poll in parent drain callbacksKevin Wolf2018-06-181-1/+1
* block: Drain recursively with a single BDRV_POLL_WHILE()Kevin Wolf2018-06-181-1/+1
* block: Really pause block jobs on drainKevin Wolf2018-06-181-0/+9
* block: Add block-specific QDict headerMax Reitz2018-06-151-0/+1
* block: Make bdrv_is_writable() publicMax Reitz2018-06-111-3/+14
* block: Add Error parameter to bdrv_amend_optionsMax Reitz2018-06-111-2/+6
* block: Cancel job in bdrv_close_all() callersKevin Wolf2018-05-231-3/+1Star
* job: Move completion and cancellation to JobKevin Wolf2018-05-231-1/+3
* qobject: Modify qobject_ref() to return objMarc-André Lureau2018-05-041-4/+4
* qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2018-05-041-39/+39
* block: Deprecate "backing": ""Max Reitz2018-03-191-0/+4
* block: Handle null backing linkMax Reitz2018-03-191-1/+4
* qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz2018-03-191-2/+2
* block: Fix leak of ignore_children in error pathFam Zheng2018-03-191-1/+1
* block: Fix flags in reopen queueFam Zheng2018-03-191-0/+8
* block: Fail bdrv_truncate() with negative sizeKevin Wolf2018-03-091-0/+5
* block: Make bdrv_is_whitelisted() publicKevin Wolf2018-03-091-1/+1
* qcow2: Use BlockdevRef in qcow2_co_create()Kevin Wolf2018-03-091-0/+47
* block: convert bdrv_check callback to coroutine_fnPaolo Bonzini2018-03-091-3/+40
* block: convert bdrv_invalidate_cache callback to coroutine_fnPaolo Bonzini2018-03-091-4/+37
* 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