aboutsummaryrefslogtreecommitdiff
path: root/include/block/block.h
AgeCommit message (Expand)AuthorFilesLines
2019-07-19block: Make bdrv_parent_drained_[^_]*() staticMax Reitz1-18/+0
2019-07-19block: Introduce BdrvChild.parent_quiesce_counterMax Reitz1-0/+7
2019-07-02block: include base when checking image chain for block allocationAndrey Shinkevich1-1/+2
2019-06-04block/io: bdrv_pdiscard: support int64_t bytes parameterVladimir Sementsov-Ogievskiy1-2/+2
2019-06-04block: Remove bdrv_set_aio_context()Kevin Wolf1-9/+0
2019-06-04block: avoid recursive block_status call if possibleVladimir Sementsov-Ogievskiy1-1/+7
2019-05-20block: Propagate AioContext change to parentsKevin Wolf1-0/+2
2019-05-20block: Add bdrv_try_set_aio_context()Kevin Wolf1-0/+8
2019-05-10block: Remove bdrv_read() and bdrv_write()Alberto Garcia1-4/+0
2019-03-26block: Add BDRV_REQ_NO_FALLBACKKevin Wolf1-1/+6
2019-03-12block: Remove the AioContext parameter from bdrv_reopen_multiple()Alberto Garcia1-1/+1
2019-03-12block: Allow changing the backing file on reopenAlberto Garcia1-0/+2
2019-03-12block: Handle child references in bdrv_reopen_queue()Alberto Garcia1-0/+1
2019-03-12block: Add 'keep_old_opts' parameter to bdrv_reopen_queue()Alberto Garcia1-1/+2
2019-03-12block: Allow freezing BdrvChild linksAlberto Garcia1-0/+5
2019-03-08block: iterate_format with account of whitelistingAndrey Shinkevich1-1/+1
2019-02-25block: Add bdrv_dirname()Max Reitz1-0/+1
2019-02-25block: bdrv_get_full_backing_filename's ret. val.Max Reitz1-2/+1
2019-02-25block: bdrv_get_full_backing_filename_from_...'s ret. val.Max Reitz1-4/+3
2019-02-25block: Make path_combine() return the pathMax Reitz1-3/+1
2019-02-25block: Use bdrv_refresh_filename() to pullMax Reitz1-1/+0
2019-02-11bdrv_query_image_info Error parameter addedAndrey Shinkevich1-1/+2
2019-01-31qapi: add x-debug-query-block-graphVladimir Sementsov-Ogievskiy1-0/+1
2018-12-14block: Remove flags parameter from bdrv_reopen_queue()Alberto Garcia1-2/+1
2018-12-14block: Drop bdrv_reopen()Alberto Garcia1-1/+0
2018-12-14block: Add bdrv_reopen_set_read_only()Alberto Garcia1-0/+2
2018-11-05block: Require auto-read-only for existing fallbacksKevin Wolf1-1/+2
2018-11-05block: Add auto-read-only optionKevin Wolf1-0/+2
2018-10-01block: Allow changing 'detect-zeroes' on reopenAlberto Garcia1-0/+1
2018-09-25block: Use a single global AioWaitKevin Wolf1-5/+1
2018-07-30block: Fix documentation for BDRV_REQ_MAY_UNMAPKevin Wolf1-5/+6
2018-07-10block: Use BdrvChild to discardFam Zheng1-2/+2
2018-07-10block: add BDRV_REQ_SERIALISING flagVladimir Sementsov-Ogievskiy1-1/+13
2018-07-10block: split flags in copy_rangeVladimir Sementsov-Ogievskiy1-1/+2
2018-07-10block/io: fix copy_rangeVladimir Sementsov-Ogievskiy1-0/+12
2018-07-10block: Poll after drain on attaching a nodeKevin Wolf1-0/+8
2018-07-05block: Move two block permission constants to the relevant enumAri Sundholm1-0/+7
2018-07-02block: Honour BDRV_REQ_NO_SERIALISING in copy rangeFam Zheng1-2/+3
2018-06-29block: Remove unused sector-based vectored I/OEric Blake1-4/+0
2018-06-29block: Convert .bdrv_truncate callback to coroutine_fnKevin Wolf1-0/+4
2018-06-18block: Allow graph changes in bdrv_drain_all_begin/end sectionsKevin Wolf1-0/+1
2018-06-18block: ignore_bds_parents parameter for drain functionsKevin Wolf1-5/+11
2018-06-18block: Don't poll in parent drain callbacksKevin Wolf1-0/+9
2018-06-18block: Drain recursively with a single BDRV_POLL_WHILE()Kevin Wolf1-3/+6
2018-06-18block: Really pause block jobs on drainKevin Wolf1-0/+8
2018-06-11block: Make bdrv_is_writable() publicMax Reitz1-0/+1
2018-06-11block: Add Error parameter to bdrv_amend_optionsMax Reitz1-1/+2
2018-06-01block: Introduce API for copy offloadingFam Zheng1-0/+32
2018-05-15block: Add BDRV_REQ_WRITE_UNCHANGED flagMax Reitz1-1/+5
2018-05-15block: BLK_PERM_WRITE includes ..._UNCHANGEDMax Reitz1-0/+3