aboutsummaryrefslogtreecommitdiff
path: root/include/block/block_int.h
AgeCommit message (Expand)Author
2021-06-02block: drop BlockBackendRootState::read_onlyVladimir Sementsov-Ogievskiy
2021-06-02block: drop BlockDriverState::read_onlyVladimir Sementsov-Ogievskiy
2021-05-14block: drop write notifiersVladimir Sementsov-Ogievskiy
2021-05-14block/write-threshold: don't use write notifiersVladimir Sementsov-Ogievskiy
2021-05-14mirror: stop cancelling in-flight requests on non-force cancel in READYVladimir Sementsov-Ogievskiy
2021-04-30block: refactor bdrv_child_set_perm_safe() transaction actionVladimir Sementsov-Ogievskiy
2021-04-30block: drop ctx argument from bdrv_root_attach_childVladimir Sementsov-Ogievskiy
2021-04-30block: BdrvChildClass: add .get_parent_aio_context handlerVladimir Sementsov-Ogievskiy
2021-02-12block: add new BlockDriver handler: bdrv_cancel_in_flightVladimir Sementsov-Ogievskiy
2021-02-03block/io: use int64_t bytes in copy_rangeVladimir Sementsov-Ogievskiy
2021-02-03block/io: support int64_t bytes in read/write wrappersVladimir Sementsov-Ogievskiy
2021-02-03block/io: support int64_t bytes in bdrv_co_p{read,write}v_part()Vladimir Sementsov-Ogievskiy
2021-02-03block: use int64_t as bytes type in tracked requestsEric Blake
2021-02-03block: refactor bdrv_check_request: add errpVladimir Sementsov-Ogievskiy
2021-01-26qapi: backup: add perf.use-copy-range parameterVladimir Sementsov-Ogievskiy
2021-01-26qapi: block-stream: add "bottom" argumentVladimir Sementsov-Ogievskiy
2021-01-26block: include supported_read_flags into BDS structureAndrey Shinkevich
2021-01-26qapi: add filter-node-name to block-streamAndrey Shinkevich
2020-12-18block: bdrv_mark_request_serialising: split non-waiting functionVladimir Sementsov-Ogievskiy
2020-12-11block: introduce BDRV_MAX_LENGTHVladimir Sementsov-Ogievskiy
2020-11-09block: Move bdrv_drain_all_end_quiesce() to block_int.hGreg Kurz
2020-09-07block: Leave BDS.backing_{file,format} constantMax Reitz
2020-09-07block: Inline bdrv_co_block_status_from_*()Max Reitz
2020-09-07block: Drop backing_bs()Max Reitz
2020-09-07block: Add chain helper functionsMax Reitz
2020-09-07block: Add child access functionsMax Reitz
2020-08-25qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bitAlberto Garcia
2020-07-14file-posix: Mitigate file fragmentation with extent size hintsKevin Wolf
2020-07-06block: drop unallocated_blocks_are_zeroVladimir Sementsov-Ogievskiy
2020-07-06block/core: add generic infrastructure for x-blockdev-amend qmp commandMaxim Levitsky
2020-07-06block/amend: separate amend and create options for qemu-imgMaxim Levitsky
2020-07-06block/amend: add 'force' optionMaxim Levitsky
2020-05-19blockdev: Promote several bitmap functions to non-staticEric Blake
2020-05-19block: Make it easier to learn which BDS support bitmapsEric Blake
2020-05-18block: Drop @child_class from bdrv_child_perm()Max Reitz
2020-05-18block: Drop child_fileMax Reitz
2020-05-18block: Drop bdrv_format_default_perms()Max Reitz
2020-05-18block: Make bdrv_filter_default_perms() staticMax Reitz
2020-05-18block: Drop child_backingMax Reitz
2020-05-18block: Drop child_formatMax Reitz
2020-05-18block: Add bdrv_default_perms()Max Reitz
2020-05-18block: Add child_of_bdsMax Reitz
2020-05-18block: Pass parent_is_format to .inherit_options()Max Reitz
2020-05-18block: Pass BdrvChildRole to .inherit_options()Max Reitz
2020-05-18block: Pass BdrvChildRole to bdrv_child_perm()Max Reitz
2020-05-18block: Add BdrvChildRole to BdrvChildMax Reitz
2020-05-18block: Rename BdrvChildRole to BdrvChildClassMax Reitz
2020-05-18block: Add BlockDriver.is_formatMax Reitz
2020-05-13qcow2: introduce compression type featureDenis Plotnikov
2020-05-08block: Drop unused .bdrv_has_zero_init_truncateEric Blake