aboutsummaryrefslogtreecommitdiff
path: root/include/block/block_int-io.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-07block: Mark bdrv_cow_child() and callers GRAPH_RDLOCKKevin Wolf1-2/+3
2023-11-07block: Mark bdrv_filter_child() and callers GRAPH_RDLOCKKevin Wolf1-2/+2
2023-11-07block: Mark bdrv_skip_filters() and callers GRAPH_RDLOCKKevin Wolf1-2/+2
2023-11-07block: Mark bdrv_filter_or_cow_bs() and callers GRAPH_RDLOCKKevin Wolf1-1/+2
2023-11-07block: Mark bdrv_filter_bs() and callers GRAPH_RDLOCKKevin Wolf1-1/+2
2023-10-12block: Mark bdrv_get_parent_name() and callers GRAPH_RDLOCKKevin Wolf1-1/+1
2023-10-12block: Mark bdrv_primary_child() and callers GRAPH_RDLOCKKevin Wolf1-2/+3
2023-02-23block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCKKevin Wolf1-3/+4
2023-02-23block: Mark preadv_snapshot/snapshot_block_status GRAPH_RDLOCKKevin Wolf1-4/+4
2023-02-23block: Mark bdrv_co_copy_range() GRAPH_RDLOCKEmanuele Giuseppe Esposito1-10/+10
2023-02-23block: Mark public read/write functions GRAPH_RDLOCKKevin Wolf1-6/+8
2023-02-23block: Mark bdrv_co_pdiscard() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito1-1/+1
2023-02-01block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixedEmanuele Giuseppe Esposito1-1/+4
2023-02-01block: Rename refresh_total_sectors to bdrv_refresh_total_sectorsEmanuele Giuseppe Esposito1-1/+1
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster1-1/+3
2022-12-15block: Remove subtree drainsKevin Wolf1-12/+0
2022-09-30block: make serializing requests functions 'void'Denis V. Lunev1-1/+1
2022-07-12block: Make 'bytes' param of bdrv_co_{pread,pwrite,preadv,pwritev}() an int64_tAlberto Faria1-2/+2
2022-07-12block: Make bdrv_co_pwrite() take a const bufferAlberto Faria1-1/+1
2022-06-24block: simplify handling of try to merge different sized bitmapsVladimir Sementsov-Ogievskiy1-1/+1
2022-03-07block/io: introduce block driver snapshot-access APIVladimir Sementsov-Ogievskiy1-0/+9
2022-03-04IO_CODE and IO_OR_GS_CODE for block_int I/O APIEmanuele Giuseppe Esposito1-0/+6
2022-03-04include/block/block_int: split header into I/O and global state APIEmanuele Giuseppe Esposito1-0/+179