aboutsummaryrefslogtreecommitdiff
path: root/block/block-backend.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-10block: Consistently call bdrv_activate() outside coroutineKevin Wolf1-1/+9
2023-04-11block, block-backend: write some hot coroutine wrappers by handPaolo Bonzini1-0/+27
2023-04-11block-backend: ignore inserted state in blk_co_nb_sectorsPaolo Bonzini1-15/+8
2023-04-11block-backend: inline bdrv_co_get_geometryPaolo Bonzini1-2/+6
2023-03-27block/export: Fix graph locking in blk_get_geometry() callKevin Wolf1-2/+5
2023-02-23block: Mark bdrv_co_eject/lock_medium() and callers GRAPH_RDLOCKKevin Wolf1-0/+2
2023-02-23block: Mark bdrv_co_is_inserted() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito1-11/+14
2023-02-23block: Mark bdrv_co_io_(un)plug() and callers GRAPH_RDLOCKKevin Wolf1-0/+2
2023-02-23block: Mark bdrv_co_copy_range() GRAPH_RDLOCKEmanuele Giuseppe Esposito1-0/+2
2023-02-23block: Mark public read/write functions GRAPH_RDLOCKKevin Wolf1-0/+2
2023-02-23block: Mark bdrv_co_pdiscard() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito1-0/+1
2023-02-23block: Mark bdrv_co_flush() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito1-1/+2
2023-02-23block: Mark bdrv_co_ioctl() and callers GRAPH_RDLOCKKevin Wolf1-0/+1
2023-02-23block: Mark bdrv_co_block_status() and callers GRAPH_RDLOCKKevin Wolf1-0/+2
2023-02-23block: Mark bdrv_co_truncate() and callers GRAPH_RDLOCKKevin Wolf1-0/+1
2023-02-01block: Convert bdrv_lock_medium() to co_wrapperEmanuele Giuseppe Esposito1-2/+2
2023-02-01block: Convert bdrv_eject() to co_wrapperEmanuele Giuseppe Esposito1-2/+2
2023-02-01block: use bdrv_co_refresh_total_sectors when possibleEmanuele Giuseppe Esposito1-3/+3
2023-02-01block-backend: use bdrv_getlength instead of blk_getlengthEmanuele Giuseppe Esposito1-1/+1
2023-02-01block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixedEmanuele Giuseppe Esposito1-4/+6
2023-02-01block: Convert bdrv_is_inserted() to co_wrapperEmanuele Giuseppe Esposito1-2/+2
2023-02-01block: Convert bdrv_io_unplug() to co_wrapperEmanuele Giuseppe Esposito1-2/+2
2023-02-01block: Convert bdrv_io_plug() to co_wrapperEmanuele Giuseppe Esposito1-2/+2
2023-01-24block: remove bdrv_coroutine_enterPaolo Bonzini1-1/+1
2022-12-15block-backend: replace bdrv_*_above with blk_*_aboveEmanuele Giuseppe Esposito1-0/+21
2022-12-15block: Remove drained_end_counterKevin Wolf1-2/+2
2022-12-14qapi block: Elide redundant has_FOO in generated CMarkus Armbruster1-1/+1
2022-11-29block-backend: avoid bdrv_unregister_buf() NULL pointer derefStefan Hajnoczi1-2/+13
2022-11-10block-backend: Update ctx immediately after rootHanna Reitz1-1/+7
2022-11-10block: Make bdrv_child_get_parent_aio_context I/OHanna Reitz1-0/+1
2022-10-30Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi1-27/+49
2022-10-27block/block-backend: blk_set_enable_write_cache is IO_CODEEmanuele Giuseppe Esposito1-1/+1
2022-10-27block: rename bdrv_child_try_change_aio_context in bdrv_try_change_aio_contextEmanuele Giuseppe Esposito1-2/+1
2022-10-27block: remove all unused ->can_set_aio_ctx and ->set_aio_ctx callbacksEmanuele Giuseppe Esposito1-33/+0
2022-10-27block: use the new _change_ API instead of _can_set_ and _set_Emanuele Giuseppe Esposito1-2/+6
2022-10-27block-backend: implement .change_aio_ctx in child_rootEmanuele Giuseppe Esposito1-0/+52
2022-10-26block: return errors from bdrv_register_buf()Stefan Hajnoczi1-2/+2
2022-10-26block: pass size to bdrv_unregister_buf()Stefan Hajnoczi1-2/+2
2022-10-07block: add missing coroutine_fn annotationsPaolo Bonzini1-5/+5
2022-07-12block: Remove remaining unused symbols in coroutines.hAlberto Faria1-3/+3
2022-07-12block: Reorganize some declarations in block-backend-io.hAlberto Faria1-0/+22
2022-07-12block: Add blk_co_truncate()Alberto Faria1-3/+4
2022-07-12block: Add blk_co_ioctl()Alberto Faria1-3/+4
2022-07-12block: Implement blk_flush() using generated_co_wrapperAlberto Faria1-11/+0
2022-07-12block: Implement blk_pdiscard() using generated_co_wrapperAlberto Faria1-12/+0
2022-07-12block: Implement blk_pwrite_zeroes() using generated_co_wrapperAlberto Faria1-8/+0
2022-07-12block: Add blk_co_pwrite_compressed()Alberto Faria1-4/+4
2022-07-12block: Change blk_pwrite_compressed() param orderAlberto Faria1-2/+2
2022-07-12block: Export blk_pwritev_part() in block-backend-io.hAlberto Faria1-14/+0
2022-07-12block: Add blk_[co_]preadv_part()Alberto Faria1-7/+23