summaryrefslogtreecommitdiffstats
path: root/include/block/block.h
Commit message (Expand)AuthorAgeFilesLines
* include/block/block: split header into I/O and global state APIEmanuele Giuseppe Esposito2022-03-041-856/+23Star
* block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito2022-03-041-1/+1
* block: introduce bdrv_activateEmanuele Giuseppe Esposito2022-03-041-0/+1
* block.h: remove outdated commentEmanuele Giuseppe Esposito2022-02-011-1/+0Star
* block: drop BLK_PERM_GRAPH_MODVladimir Sementsov-Ogievskiy2022-01-141-4/+5
* block: implement bdrv_new_open_driver_opts()Vladimir Sementsov-Ogievskiy2021-10-061-0/+4
* include/block.h: remove outdated commentEmanuele Giuseppe Esposito2021-10-061-3/+1Star
* block: introduce bdrv_replace_child_bs()Vladimir Sementsov-Ogievskiy2021-09-011-0/+2
* block: Acquire AioContexts during bdrv_reopen_multiple()Kevin Wolf2021-07-091-0/+2
* block: Add bdrv_reopen_queue_free()Alberto Garcia2021-07-091-0/+1
* block: Allow changing bs->file on reopenAlberto Garcia2021-06-291-0/+1
* block: BDRVReopenState: drop replace_backing_bs fieldVladimir Sementsov-Ogievskiy2021-06-291-1/+0Star
* block/vvfat: child_vvfat_qcow: add .get_parent_aio_context, fix crashVladimir Sementsov-Ogievskiy2021-06-021-0/+1
* block: Add BDRV_O_NO_SHARE for blk_new_open()Kevin Wolf2021-04-301-0/+1
* block: bdrv_reopen_multiple: refresh permissions on updated graphVladimir Sementsov-Ogievskiy2021-04-301-2/+1Star
* block: make bdrv_refresh_limits() to be a transaction actionVladimir Sementsov-Ogievskiy2021-04-301-1/+2
* block: introduce bdrv_drop_filter()Vladimir Sementsov-Ogievskiy2021-04-301-0/+1
* block: make bdrv_reopen_{prepare,commit,abort} privateVladimir Sementsov-Ogievskiy2021-04-301-4/+0Star
* block: BdrvChildClass: add .get_parent_aio_context handlerVladimir Sementsov-Ogievskiy2021-04-301-0/+2
* block: add bdrv_co_delete_file_noerrMaxim Levitsky2021-02-151-0/+1
* Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2021-02-12' int...Peter Maydell2021-02-131-6/+6
|\
| * block: return status from bdrv_append and friendsVladimir Sementsov-Ogievskiy2021-02-121-6/+6
* | block: add new BlockDriver handler: bdrv_cancel_in_flightVladimir Sementsov-Ogievskiy2021-02-121-0/+3
|/
* block/io: use int64_t bytes in copy_rangeVladimir Sementsov-Ogievskiy2021-02-031-3/+3
* block/io: support int64_t bytes in read/write wrappersVladimir Sementsov-Ogievskiy2021-02-031-5/+6
* copy-on-read: skip non-guest reads if no copy neededAndrey Shinkevich2021-01-261-3/+5
* block: add API function to insert a nodeAndrey Shinkevich2021-01-261-0/+2
* block: introduce BDRV_REQ_NO_WAIT flagVladimir Sementsov-Ogievskiy2020-12-181-1/+8
* block: simplify comment to BDRV_REQ_SERIALISINGVladimir Sementsov-Ogievskiy2020-12-181-10/+1Star
* block: introduce BDRV_MAX_LENGTHVladimir Sementsov-Ogievskiy2020-12-111-0/+10
* block: Move bdrv_drain_all_end_quiesce() to block_int.hGreg Kurz2020-11-091-6/+0Star
* block: End quiescent sections when a BDS is deletedGreg Kurz2020-10-271-0/+6
* qcow2: Skip copy-on-write when allocating a zero clusterAlberto Garcia2020-10-271-0/+2
* block: Add bdrv_lock()/unlock()Kevin Wolf2020-10-091-0/+14
* block: Add bdrv_co_enter()/leave()Kevin Wolf2020-10-091-0/+17
* include/block/block.h: drop non-ascii quotation markVladimir Sementsov-Ogievskiy2020-10-051-1/+1
* block/io: refactor save/load vmstateVladimir Sementsov-Ogievskiy2020-10-051-2/+4
* block: drop bdrv_prwvVladimir Sementsov-Ogievskiy2020-10-051-2/+0Star
* block: generate coroutine-wrapper codeVladimir Sementsov-Ogievskiy2020-10-051-6/+10
* scripts: add block-coroutine-wrapper.pyVladimir Sementsov-Ogievskiy2020-10-051-0/+10
* block: return error-code from bdrv_invalidate_cacheVladimir Sementsov-Ogievskiy2020-10-051-1/+1
* block: Add bdrv_supports_compressed_writes()Max Reitz2020-09-071-0/+1
* block: Drop bdrv_is_encrypted()Max Reitz2020-09-071-1/+0Star
* block: Add support to warn on backing file change without formatEric Blake2020-07-141-2/+2
* block: drop unallocated_blocks_are_zeroVladimir Sementsov-Ogievskiy2020-07-061-5/+0Star
* block: inline bdrv_unallocated_blocks_are_zero()Vladimir Sementsov-Ogievskiy2020-07-061-1/+0Star
* block/amend: add 'force' optionMaxim Levitsky2020-07-061-0/+1
* osdep: Make MIN/MAX evaluate arguments only onceEric Blake2020-06-261-2/+2
* block: Add BdrvChildRole to BdrvChildMax Reitz2020-05-181-0/+2
* block: Add BdrvChildRole and BdrvChildRoleBitsMax Reitz2020-05-181-0/+56