aboutsummaryrefslogtreecommitdiff
path: root/include/block/block.h
AgeCommit message (Expand)Author
2019-03-08block: iterate_format with account of whitelistingAndrey Shinkevich
2019-02-25block: Add bdrv_dirname()Max Reitz
2019-02-25block: bdrv_get_full_backing_filename's ret. val.Max Reitz
2019-02-25block: bdrv_get_full_backing_filename_from_...'s ret. val.Max Reitz
2019-02-25block: Make path_combine() return the pathMax Reitz
2019-02-25block: Use bdrv_refresh_filename() to pullMax Reitz
2019-02-11bdrv_query_image_info Error parameter addedAndrey Shinkevich
2019-01-31qapi: add x-debug-query-block-graphVladimir Sementsov-Ogievskiy
2018-12-14block: Remove flags parameter from bdrv_reopen_queue()Alberto Garcia
2018-12-14block: Drop bdrv_reopen()Alberto Garcia
2018-12-14block: Add bdrv_reopen_set_read_only()Alberto Garcia
2018-11-05block: Require auto-read-only for existing fallbacksKevin Wolf
2018-11-05block: Add auto-read-only optionKevin Wolf
2018-10-01block: Allow changing 'detect-zeroes' on reopenAlberto Garcia
2018-09-25block: Use a single global AioWaitKevin Wolf
2018-07-30block: Fix documentation for BDRV_REQ_MAY_UNMAPKevin Wolf
2018-07-10block: Use BdrvChild to discardFam Zheng
2018-07-10block: add BDRV_REQ_SERIALISING flagVladimir Sementsov-Ogievskiy
2018-07-10block: split flags in copy_rangeVladimir Sementsov-Ogievskiy
2018-07-10block/io: fix copy_rangeVladimir Sementsov-Ogievskiy
2018-07-10block: Poll after drain on attaching a nodeKevin Wolf
2018-07-05block: Move two block permission constants to the relevant enumAri Sundholm
2018-07-02block: Honour BDRV_REQ_NO_SERIALISING in copy rangeFam Zheng
2018-06-29block: Remove unused sector-based vectored I/OEric Blake
2018-06-29block: Convert .bdrv_truncate callback to coroutine_fnKevin Wolf
2018-06-18block: Allow graph changes in bdrv_drain_all_begin/end sectionsKevin Wolf
2018-06-18block: ignore_bds_parents parameter for drain functionsKevin Wolf
2018-06-18block: Don't poll in parent drain callbacksKevin Wolf
2018-06-18block: Drain recursively with a single BDRV_POLL_WHILE()Kevin Wolf
2018-06-18block: Really pause block jobs on drainKevin Wolf
2018-06-11block: Make bdrv_is_writable() publicMax Reitz
2018-06-11block: Add Error parameter to bdrv_amend_optionsMax Reitz
2018-06-01block: Introduce API for copy offloadingFam Zheng
2018-05-15block: Add BDRV_REQ_WRITE_UNCHANGED flagMax Reitz
2018-05-15block: BLK_PERM_WRITE includes ..._UNCHANGEDMax Reitz
2018-03-09block: Make bdrv_is_whitelisted() publicKevin Wolf
2018-03-09qcow2: Use BlockdevRef in qcow2_co_create()Kevin Wolf
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-02block: extract AIO_WAIT_WHILE() from BlockDriverStateStefan Hajnoczi
2018-03-02aio: rename aio_context_in_iothread() to in_aio_context_home_thread()Stefan Hajnoczi
2018-03-02block: Add .bdrv_co_block_status() callbackEric Blake
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/qdict.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/qmp/qobject.h exactly where neededMarkus Armbruster
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster
2018-02-08block: Introduce buf register APIFam Zheng
2017-12-22block: Allow graph changes in subtree drained sectionKevin Wolf
2017-12-22block: Add bdrv_subtree_drained_begin/end()Kevin Wolf