summaryrefslogtreecommitdiffstats
path: root/include/block/block_int.h
Commit message (Expand)AuthorAgeFilesLines
* block: add new BlockDriver handler: bdrv_cancel_in_flightVladimir Sementsov-Ogievskiy2021-02-121-0/+9
* block/io: use int64_t bytes in copy_rangeVladimir Sementsov-Ogievskiy2021-02-031-6/+6
* block/io: support int64_t bytes in read/write wrappersVladimir Sementsov-Ogievskiy2021-02-031-2/+2
* block/io: support int64_t bytes in bdrv_co_p{read,write}v_part()Vladimir Sementsov-Ogievskiy2021-02-031-2/+2
* block: use int64_t as bytes type in tracked requestsEric Blake2021-02-031-2/+2
* block: refactor bdrv_check_request: add errpVladimir Sementsov-Ogievskiy2021-02-031-1/+1
* qapi: backup: add perf.use-copy-range parameterVladimir Sementsov-Ogievskiy2021-01-261-0/+3
* qapi: block-stream: add "bottom" argumentVladimir Sementsov-Ogievskiy2021-01-261-0/+1
* block: include supported_read_flags into BDS structureAndrey Shinkevich2021-01-261-0/+4
* qapi: add filter-node-name to block-streamAndrey Shinkevich2021-01-261-1/+6
* block: bdrv_mark_request_serialising: split non-waiting functionVladimir Sementsov-Ogievskiy2020-12-181-1/+2
* block: introduce BDRV_MAX_LENGTHVladimir Sementsov-Ogievskiy2020-12-111-0/+8
* block: Move bdrv_drain_all_end_quiesce() to block_int.hGreg Kurz2020-11-091-0/+9
* block: Leave BDS.backing_{file,format} constantMax Reitz2020-09-071-5/+16
* block: Inline bdrv_co_block_status_from_*()Max Reitz2020-09-071-22/+0Star
* block: Drop backing_bs()Max Reitz2020-09-071-5/+0Star
* block: Add chain helper functionsMax Reitz2020-09-071-0/+3
* block: Add child access functionsMax Reitz2020-09-071-3/+41
* qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bitAlberto Garcia2020-08-251-0/+1
* file-posix: Mitigate file fragmentation with extent size hintsKevin Wolf2020-07-141-0/+1
* block: drop unallocated_blocks_are_zeroVladimir Sementsov-Ogievskiy2020-07-061-1/+11
* block/core: add generic infrastructure for x-blockdev-amend qmp commandMaxim Levitsky2020-07-061-6/+15
* block/amend: separate amend and create options for qemu-imgMaxim Levitsky2020-07-061-0/+4
* block/amend: add 'force' optionMaxim Levitsky2020-07-061-0/+1
* blockdev: Promote several bitmap functions to non-staticEric Blake2020-05-191-0/+12
* block: Make it easier to learn which BDS support bitmapsEric Blake2020-05-191-0/+1
* block: Drop @child_class from bdrv_child_perm()Max Reitz2020-05-181-3/+1Star
* block: Drop child_fileMax Reitz2020-05-181-1/+0Star
* block: Drop bdrv_format_default_perms()Max Reitz2020-05-181-11/+0Star
* block: Make bdrv_filter_default_perms() staticMax Reitz2020-05-181-10/+0Star
* block: Drop child_backingMax Reitz2020-05-181-1/+0Star
* block: Drop child_formatMax Reitz2020-05-181-1/+0Star
* block: Add bdrv_default_perms()Max Reitz2020-05-181-0/+11
* block: Add child_of_bdsMax Reitz2020-05-181-0/+1
* block: Pass parent_is_format to .inherit_options()Max Reitz2020-05-181-1/+1
* block: Pass BdrvChildRole to .inherit_options()Max Reitz2020-05-181-1/+2
* block: Pass BdrvChildRole to bdrv_child_perm()Max Reitz2020-05-181-1/+4
* block: Add BdrvChildRole to BdrvChildMax Reitz2020-05-181-0/+2
* block: Rename BdrvChildRole to BdrvChildClassMax Reitz2020-05-181-11/+11
* block: Add BlockDriver.is_formatMax Reitz2020-05-181-0/+7
* qcow2: introduce compression type featureDenis Plotnikov2020-05-131-0/+1
* block: Drop unused .bdrv_has_zero_init_truncateEric Blake2020-05-081-7/+0Star
* block: Add flags to BlockDriver.bdrv_co_truncate()Kevin Wolf2020-04-301-1/+9
* block: trickle down the fallback image creation function use to the block dri...Maxim Levitsky2020-03-261-0/+11
* block: pass BlockDriver reference to the .bdrv_co_createMaxim Levitsky2020-03-261-1/+2
* block: introducing 'bdrv_co_delete_file' interfaceDaniel Henrique Barboza2020-03-111-0/+4
* block: Make bdrv_get_cumulative_perm() publicKevin Wolf2020-03-111-0/+3
* monitor/hmp: Move hmp_drive_add_node to block-hmp-cmds.cMaxim Levitsky2020-03-091-2/+3
* block: Introduce 'bdrv_reopen_commit_post' stepPeter Krempa2020-03-061-0/+1
* block: Remove bdrv_recurse_is_first_non_filter()Max Reitz2020-02-181-8/+0Star