summaryrefslogtreecommitdiff
path: root/include/block/block.h
AgeCommit message (Expand)Author
2019-09-16block: Remove unused masksNir Soffer
2019-08-19block: Add bdrv_has_zero_init_truncate()Max Reitz
2019-08-16Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-08-15' into st...Peter Maydell
2019-08-16Include generated QAPI headers lessMarkus Armbruster
2019-08-15block: implement BDRV_REQ_PREFETCHVladimir Sementsov-Ogievskiy
2019-07-22block: Only the main loop can change AioContextsMax Reitz
2019-07-19block: Do not poll in bdrv_do_drained_end()Max Reitz
2019-07-19block: Make bdrv_parent_drained_[^_]*() staticMax Reitz
2019-07-19block: Introduce BdrvChild.parent_quiesce_counterMax Reitz
2019-07-02block: include base when checking image chain for block allocationAndrey Shinkevich
2019-06-04block/io: bdrv_pdiscard: support int64_t bytes parameterVladimir Sementsov-Ogievskiy
2019-06-04block: Remove bdrv_set_aio_context()Kevin Wolf
2019-06-04block: avoid recursive block_status call if possibleVladimir Sementsov-Ogievskiy
2019-05-20block: Propagate AioContext change to parentsKevin Wolf
2019-05-20block: Add bdrv_try_set_aio_context()Kevin Wolf
2019-05-10block: Remove bdrv_read() and bdrv_write()Alberto Garcia
2019-03-26block: Add BDRV_REQ_NO_FALLBACKKevin Wolf
2019-03-12block: Remove the AioContext parameter from bdrv_reopen_multiple()Alberto Garcia
2019-03-12block: Allow changing the backing file on reopenAlberto Garcia
2019-03-12block: Handle child references in bdrv_reopen_queue()Alberto Garcia
2019-03-12block: Add 'keep_old_opts' parameter to bdrv_reopen_queue()Alberto Garcia
2019-03-12block: Allow freezing BdrvChild linksAlberto Garcia
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