aboutsummaryrefslogtreecommitdiff
path: root/include/block/block_int.h
AgeCommit message (Expand)AuthorFilesLines
2021-04-30block: drop ctx argument from bdrv_root_attach_childVladimir Sementsov-Ogievskiy1-1/+0
2021-04-30block: BdrvChildClass: add .get_parent_aio_context handlerVladimir Sementsov-Ogievskiy1-0/+2
2021-02-12block: add new BlockDriver handler: bdrv_cancel_in_flightVladimir Sementsov-Ogievskiy1-0/+9
2021-02-03block/io: use int64_t bytes in copy_rangeVladimir Sementsov-Ogievskiy1-6/+6
2021-02-03block/io: support int64_t bytes in read/write wrappersVladimir Sementsov-Ogievskiy1-2/+2
2021-02-03block/io: support int64_t bytes in bdrv_co_p{read,write}v_part()Vladimir Sementsov-Ogievskiy1-2/+2
2021-02-03block: use int64_t as bytes type in tracked requestsEric Blake1-2/+2
2021-02-03block: refactor bdrv_check_request: add errpVladimir Sementsov-Ogievskiy1-1/+1
2021-01-26qapi: backup: add perf.use-copy-range parameterVladimir Sementsov-Ogievskiy1-0/+3
2021-01-26qapi: block-stream: add "bottom" argumentVladimir Sementsov-Ogievskiy1-0/+1
2021-01-26block: include supported_read_flags into BDS structureAndrey Shinkevich1-0/+4
2021-01-26qapi: add filter-node-name to block-streamAndrey Shinkevich1-1/+6
2020-12-18block: bdrv_mark_request_serialising: split non-waiting functionVladimir Sementsov-Ogievskiy1-1/+2
2020-12-11block: introduce BDRV_MAX_LENGTHVladimir Sementsov-Ogievskiy1-0/+8
2020-11-09block: Move bdrv_drain_all_end_quiesce() to block_int.hGreg Kurz1-0/+9
2020-09-07block: Leave BDS.backing_{file,format} constantMax Reitz1-5/+16
2020-09-07block: Inline bdrv_co_block_status_from_*()Max Reitz1-22/+0
2020-09-07block: Drop backing_bs()Max Reitz1-5/+0
2020-09-07block: Add chain helper functionsMax Reitz1-0/+3
2020-09-07block: Add child access functionsMax Reitz1-3/+41
2020-08-25qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bitAlberto Garcia1-0/+1
2020-07-14file-posix: Mitigate file fragmentation with extent size hintsKevin Wolf1-0/+1
2020-07-06block: drop unallocated_blocks_are_zeroVladimir Sementsov-Ogievskiy1-1/+11
2020-07-06block/core: add generic infrastructure for x-blockdev-amend qmp commandMaxim Levitsky1-6/+15
2020-07-06block/amend: separate amend and create options for qemu-imgMaxim Levitsky1-0/+4
2020-07-06block/amend: add 'force' optionMaxim Levitsky1-0/+1
2020-05-19blockdev: Promote several bitmap functions to non-staticEric Blake1-0/+12
2020-05-19block: Make it easier to learn which BDS support bitmapsEric Blake1-0/+1
2020-05-18block: Drop @child_class from bdrv_child_perm()Max Reitz1-3/+1
2020-05-18block: Drop child_fileMax Reitz1-1/+0
2020-05-18block: Drop bdrv_format_default_perms()Max Reitz1-11/+0
2020-05-18block: Make bdrv_filter_default_perms() staticMax Reitz1-10/+0
2020-05-18block: Drop child_backingMax Reitz1-1/+0
2020-05-18block: Drop child_formatMax Reitz1-1/+0
2020-05-18block: Add bdrv_default_perms()Max Reitz1-0/+11
2020-05-18block: Add child_of_bdsMax Reitz1-0/+1
2020-05-18block: Pass parent_is_format to .inherit_options()Max Reitz1-1/+1
2020-05-18block: Pass BdrvChildRole to .inherit_options()Max Reitz1-1/+2
2020-05-18block: Pass BdrvChildRole to bdrv_child_perm()Max Reitz1-1/+4
2020-05-18block: Add BdrvChildRole to BdrvChildMax Reitz1-0/+2
2020-05-18block: Rename BdrvChildRole to BdrvChildClassMax Reitz1-11/+11
2020-05-18block: Add BlockDriver.is_formatMax Reitz1-0/+7
2020-05-13qcow2: introduce compression type featureDenis Plotnikov1-0/+1
2020-05-08block: Drop unused .bdrv_has_zero_init_truncateEric Blake1-7/+0
2020-04-30block: Add flags to BlockDriver.bdrv_co_truncate()Kevin Wolf1-1/+9
2020-03-26block: trickle down the fallback image creation function use to the block dri...Maxim Levitsky1-0/+11
2020-03-26block: pass BlockDriver reference to the .bdrv_co_createMaxim Levitsky1-1/+2
2020-03-11block: introducing 'bdrv_co_delete_file' interfaceDaniel Henrique Barboza1-0/+4
2020-03-11block: Make bdrv_get_cumulative_perm() publicKevin Wolf1-0/+3
2020-03-09monitor/hmp: Move hmp_drive_add_node to block-hmp-cmds.cMaxim Levitsky1-2/+3