aboutsummaryrefslogtreecommitdiff
path: root/include/block/block_int-common.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-12block: Protect bs->children with graph_lockKevin Wolf1-2/+2
2023-10-12block: Protect bs->parents with graph_lockKevin Wolf1-2/+2
2023-10-12block: Mark bdrv_get_specific_info() and callers GRAPH_RDLOCKKevin Wolf1-2/+2
2023-10-12qcow2: Mark qcow2_signal_corruption() and callers GRAPH_RDLOCKKevin Wolf1-1/+1
2023-10-12block: Mark bdrv_amend_options() and callers GRAPH_RDLOCKKevin Wolf1-6/+4
2023-10-12block: Mark bdrv_refresh_filename() and callers GRAPH_RDLOCKKevin Wolf1-4/+4
2023-10-12block: Take graph rdlock in parts of reopenKevin Wolf1-5/+8
2023-10-12block: Mark bdrv_snapshot_fallback() and callers GRAPH_RDLOCKKevin Wolf1-8/+10
2023-10-12block: Mark drain related functions GRAPH_RDLOCKEmanuele Giuseppe Esposito1-3/+3
2023-09-20block: Mark bdrv_add/del_child() and caller GRAPH_WRLOCKKevin Wolf1-4/+5
2023-09-20block: Mark bdrv_child_perm() GRAPH_RDLOCKKevin Wolf1-5/+5
2023-09-20block: Mark bdrv_get_cumulative_perm() and callers GRAPH_RDLOCKKevin Wolf1-4/+5
2023-09-20block: Mark bdrv_parent_perms_conflict() and callers GRAPH_RDLOCKKevin Wolf1-3/+3
2023-09-11Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi1-1/+1
2023-09-08block: change reqs_lock to QemuMutexStefan Hajnoczi1-1/+1
2023-09-08include/: spelling fixesMichael Tokarev1-1/+1
2023-06-01block: remove bdrv_co_io_plug() APIStefan Hajnoczi1-11/+0
2023-05-30block: drain from main loop thread in bdrv_co_yield_to_drain()Stefan Hajnoczi1-36/+36
2023-05-19block: Call .bdrv_co_create(_opts) unlockedKevin Wolf1-2/+2
2023-05-15block: introduce zone append write for zoned devicesSam Li1-0/+3
2023-05-15file-posix: add tracking of the zone write pointersSam Li1-0/+5
2023-05-15block: add zoned BlockDriver check to block layerSam Li1-0/+5
2023-05-15block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice i...Sam Li1-0/+21
2023-05-15block/file-posix: introduce helper functions for sysfs attributesSam Li1-0/+3
2023-05-10block: Mark bdrv_refresh_limits() and callers GRAPH_RDLOCKKevin Wolf1-1/+2
2023-05-10block: Mark bdrv_recurse_can_replace() and callers GRAPH_RDLOCKKevin Wolf1-2/+2
2023-05-10block: Mark BlockDriver callbacks for amend job GRAPH_RDLOCKEmanuele Giuseppe Esposito1-6/+6
2023-05-10block: Mark bdrv_co_debug_event() GRAPH_RDLOCKEmanuele Giuseppe Esposito1-2/+2
2023-05-10block: Mark bdrv_co_get_info() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito1-2/+2
2023-05-10block: Mark bdrv_co_get_allocated_file_size() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito1-1/+1
2023-05-10block: .bdrv_open is non-coroutine and unlockedKevin Wolf1-4/+4
2023-04-25include/block: fixup typosWilfred Mallawa1-1/+1
2023-04-11block: remove has_variable_length from BlockDriverPaolo Bonzini1-2/+0
2023-04-11block: move has_variable_length to BlockLimitsPaolo Bonzini1-0/+8
2023-02-23block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCKKevin Wolf1-1/+3
2023-02-23block: Mark bdrv_*_dirty_bitmap() and callers GRAPH_RDLOCKKevin Wolf1-2/+4
2023-02-23block: Mark bdrv_co_delete_file() and callers GRAPH_RDLOCKKevin Wolf1-2/+2
2023-02-23block: Mark bdrv_(un)register_buf() GRAPH_RDLOCKKevin Wolf1-3/+4
2023-02-23block: Mark bdrv_co_eject/lock_medium() and callers GRAPH_RDLOCKKevin Wolf1-2/+4
2023-02-23block: Mark bdrv_co_is_inserted() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito1-1/+2
2023-02-23block: Mark bdrv_co_io_(un)plug() and callers GRAPH_RDLOCKKevin Wolf1-2/+3
2023-02-23block: Mark bdrv_co_create() and callers GRAPH_RDLOCKKevin Wolf1-6/+5
2023-02-23block: Mark preadv_snapshot/snapshot_block_status GRAPH_RDLOCKKevin Wolf1-5/+7
2023-02-23block: Mark bdrv_co_copy_range() GRAPH_RDLOCKEmanuele Giuseppe Esposito1-16/+8
2023-02-23block: Mark read/write in block/io.c GRAPH_RDLOCKKevin Wolf1-18/+22
2023-02-23block: Mark bdrv_co_pwrite_zeroes() and callers GRAPH_RDLOCKKevin Wolf1-2/+3
2023-02-23block: Mark bdrv_co_pdiscard() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito1-6/+9
2023-02-23block: Mark bdrv_co_flush() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito1-5/+7
2023-02-23block: Mark bdrv_co_ioctl() and callers GRAPH_RDLOCKKevin Wolf1-4/+5
2023-02-23block: Mark bdrv_co_block_status() and callers GRAPH_RDLOCKKevin Wolf1-1/+2