aboutsummaryrefslogtreecommitdiff
path: root/include/block/block-io.h
AgeCommit message (Expand)AuthorFilesLines
2023-02-23block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCKKevin Wolf1-4/+4
2023-02-23block: Mark bdrv_*_dirty_bitmap() and callers GRAPH_RDLOCKKevin Wolf1-8/+6
2023-02-23block: Mark bdrv_co_delete_file() and callers GRAPH_RDLOCKKevin Wolf1-2/+6
2023-02-23block: Mark bdrv_co_eject/lock_medium() and callers GRAPH_RDLOCKKevin Wolf1-2/+5
2023-02-23block: Mark bdrv_co_is_inserted() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito1-2/+2
2023-02-23block: Mark bdrv_co_io_(un)plug() and callers GRAPH_RDLOCKKevin Wolf1-2/+2
2023-02-23block: Mark bdrv_co_copy_range() GRAPH_RDLOCKEmanuele Giuseppe Esposito1-4/+5
2023-02-23block: Mark bdrv_co_pwrite_sync() and callers GRAPH_RDLOCKKevin Wolf1-3/+4
2023-02-23block: Mark bdrv_co_pwrite_zeroes() and callers GRAPH_RDLOCKKevin Wolf1-4/+5
2023-02-23block: Mark bdrv_co_pdiscard() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito1-2/+3
2023-02-23block: Mark bdrv_co_flush() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito1-1/+1
2023-02-23block: Mark bdrv_co_ioctl() and callers GRAPH_RDLOCKKevin Wolf1-1/+2
2023-02-23block: Mark bdrv_co_block_status() and callers GRAPH_RDLOCKKevin Wolf1-11/+11
2023-02-23block: Mark bdrv_co_truncate() and callers GRAPH_RDLOCKKevin Wolf1-3/+3
2023-02-23block: Make bdrv_can_set_read_only() staticKevin Wolf1-2/+0
2023-02-01block: Convert bdrv_debug_event() to co_wrapper_mixedEmanuele Giuseppe Esposito1-1/+4
2023-02-01block: Convert bdrv_lock_medium() to co_wrapperEmanuele Giuseppe Esposito1-1/+1
2023-02-01block: Convert bdrv_eject() to co_wrapperEmanuele Giuseppe Esposito1-1/+2
2023-02-01block: Convert bdrv_get_info() to co_wrapper_mixedEmanuele Giuseppe Esposito1-1/+4
2023-02-01block: Convert bdrv_get_allocated_file_size() to co_wrapperEmanuele Giuseppe Esposito1-1/+3
2023-02-01block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixedEmanuele Giuseppe Esposito1-2/+6
2023-02-01block: Convert bdrv_is_inserted() to co_wrapperEmanuele Giuseppe Esposito1-1/+4
2023-02-01block: Convert bdrv_io_unplug() to co_wrapperEmanuele Giuseppe Esposito1-2/+1
2023-02-01block: Convert bdrv_io_plug() to co_wrapperEmanuele Giuseppe Esposito1-1/+2
2023-01-24block: remove bdrv_coroutine_enterPaolo Bonzini1-5/+0
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster1-1/+4
2022-12-15block: use co_wrapper_mixed_bdrv_rdlock in functions taking the rdlockEmanuele Giuseppe Esposito1-22/+31
2022-12-15block/dirty-bitmap: convert coroutine-only functions to co_wrapperEmanuele Giuseppe Esposito1-2/+8
2022-12-15block: rename generated_co_wrapper in co_wrapper_mixedEmanuele Giuseppe Esposito1-22/+22
2022-12-15block-io: introduce coroutine_fn duplicates for bdrv_common_block_status_abov...Emanuele Giuseppe Esposito1-0/+15
2022-12-15block: Remove poll parameter from bdrv_parent_drained_begin_single()Kevin Wolf1-3/+2
2022-12-15block: Don't poll in bdrv_replace_child_noperm()Kevin Wolf1-0/+8
2022-12-15block: Remove ignore_bds_parents parameter from drain_begin/end.Kevin Wolf1-2/+1
2022-12-15block: Remove subtree drainsKevin Wolf1-15/+3
2022-12-15block: Remove drained_end_counterKevin Wolf1-24/+0
2022-11-10block: Make bdrv_child_get_parent_aio_context I/OHanna Reitz1-0/+2
2022-10-27block: add missing coroutine_fn annotation to prototypesAlberto Faria1-2/+3
2022-09-30block: move bdrv_qiov_is_aligned to file-posixKeith Busch1-1/+0
2022-07-12block: Add bdrv_co_pwrite_sync()Alberto Faria1-2/+6
2022-07-12block: Implement bdrv_{pread,pwrite,pwrite_zeroes}() using generated_co_wrapperAlberto Faria1-6/+9
2022-07-12block: Change bdrv_{pread,pwrite,pwrite_sync}() param orderAlberto Faria1-5/+5
2022-07-12block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()Alberto Faria1-3/+4
2022-06-24block: drop unused bdrv_co_drain() APIStefan Hajnoczi1-1/+0
2022-05-04block: Classify bdrv_get_flags() as I/O functionHanna Reitz1-0/+1
2022-03-04IO_CODE and IO_OR_GS_CODE for block I/O APIEmanuele Giuseppe Esposito1-0/+1
2022-03-04include/block/block: split header into I/O and global state APIEmanuele Giuseppe Esposito1-0/+367