aboutsummaryrefslogtreecommitdiff
path: root/include/block/block.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-22block: Add bdrv_qapi_perm_to_blk_perm()Max Reitz1-0/+1
2019-10-28block: Add @exact parameter to bdrv_co_truncate()Max Reitz1-3/+3
2019-10-17block: switch reopen queue from QSIMPLEQ to QTAILQVladimir Sementsov-Ogievskiy1-1/+1
2019-10-10qapi: query-blockstat: add driver specific file-posix statsAnton Nefedov1-0/+1
2019-09-16block: Remove unused masksNir Soffer1-2/+0
2019-08-19block: Add bdrv_has_zero_init_truncate()Max Reitz1-0/+1
2019-08-16Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-08-15' into st...Peter Maydell1-1/+7
2019-08-16Include generated QAPI headers lessMarkus Armbruster1-1/+0
2019-08-15block: implement BDRV_REQ_PREFETCHVladimir Sementsov-Ogievskiy1-1/+7
2019-07-22block: Only the main loop can change AioContextsMax Reitz1-5/+3
2019-07-19block: Do not poll in bdrv_do_drained_end()Max Reitz1-0/+25
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