aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-15block: Simplify append_open_options()Alberto Garcia1-5/+2
2018-08-15block: Update bs->options if bdrv_reopen() succeedsAlberto Garcia1-1/+14
2018-08-15block: Simplify bdrv_reopen_abort()Alberto Garcia1-5/+4
2018-08-15block: Remove children options from bs->{options,explicit_options}Alberto Garcia1-0/+11
2018-08-15block: make .bdrv_close optionalVladimir Sementsov-Ogievskiy1-1/+3
2018-07-23block: Fix typos in comments (found by codespell)Stefan Weil1-1/+1
2018-07-10block: Poll after drain on attaching a nodeKevin Wolf1-1/+1
2018-07-05block: Don't silently truncate node namesKevin Wolf1-0/+6
2018-07-05block: Move two block permission constants to the relevant enumAri Sundholm1-6/+0
2018-06-29block: Move bdrv_truncate() implementation to io.cKevin Wolf1-110/+1
2018-06-29block: Convert .bdrv_truncate callback to coroutine_fnKevin Wolf1-8/+55
2018-06-18block: Generalize should_update_child() ruleMax Reitz1-10/+34
2018-06-18block: Allow graph changes in bdrv_drain_all_begin/end sectionsKevin Wolf1-3/+31
2018-06-18block: ignore_bds_parents parameter for drain functionsKevin Wolf1-4/+7
2018-06-18block: Don't poll in parent drain callbacksKevin Wolf1-1/+1
2018-06-18block: Drain recursively with a single BDRV_POLL_WHILE()Kevin Wolf1-1/+1
2018-06-18block: Really pause block jobs on drainKevin Wolf1-0/+9
2018-06-15block: Add block-specific QDict headerMax Reitz1-0/+1
2018-06-11block: Make bdrv_is_writable() publicMax Reitz1-3/+14
2018-06-11block: Add Error parameter to bdrv_amend_optionsMax Reitz1-2/+6
2018-05-23block: Cancel job in bdrv_close_all() callersKevin Wolf1-3/+1
2018-05-23job: Move completion and cancellation to JobKevin Wolf1-1/+3
2018-05-04qobject: Modify qobject_ref() to return objMarc-André Lureau1-4/+4
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-39/+39
2018-03-19block: Deprecate "backing": ""Max Reitz1-0/+4
2018-03-19block: Handle null backing linkMax Reitz1-1/+4
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz1-2/+2
2018-03-19block: Fix leak of ignore_children in error pathFam Zheng1-1/+1
2018-03-19block: Fix flags in reopen queueFam Zheng1-0/+8
2018-03-09block: Fail bdrv_truncate() with negative sizeKevin Wolf1-0/+5
2018-03-09block: Make bdrv_is_whitelisted() publicKevin Wolf1-1/+1
2018-03-09qcow2: Use BlockdevRef in qcow2_co_create()Kevin Wolf1-0/+47
2018-03-09block: convert bdrv_check callback to coroutine_fnPaolo Bonzini1-3/+40
2018-03-09block: convert bdrv_invalidate_cache callback to coroutine_fnPaolo Bonzini1-4/+37
2018-03-06Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-3/+8
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+0
2018-03-02Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-1/+0
2018-03-02block: rename .bdrv_create() to .bdrv_co_create_opts()Stefan Hajnoczi1-2/+2
2018-03-02block: add BlockBackend->in_flight counterStefan Hajnoczi1-1/+1
2018-03-02block: extract AIO_WAIT_WHILE() from BlockDriverStateStefan Hajnoczi1-0/+5
2018-02-09block: Simplify bdrv_can_write_zeroes_with_unmap()Eric Blake1-7/+1
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-0/+1
2018-02-09Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09Include qapi/qmp/qstring.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Include qmp-commands.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+2
2017-12-22block: Keep nodes drained between reopen_queue/multipleKevin Wolf1-7/+16
2017-12-22block: Allow graph changes in subtree drained sectionKevin Wolf1-3/+29
2017-12-22block: Don't notify parents in drain call chainKevin Wolf1-4/+9