index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
block
/
block-io.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: remove outdated AioContext locking comments
Stefan Hajnoczi
2023-12-21
1
-5
/
+4
*
block: remove AioContext locking
Stefan Hajnoczi
2023-12-21
1
-2
/
+1
*
block: Introduce bdrv_co_change_backing_file()
Kevin Wolf
2023-11-08
1
-0
/
+8
*
block: Mark bdrv_filter_bs() and callers GRAPH_RDLOCK
Kevin Wolf
2023-11-07
1
-1
/
+1
*
block: Mark bdrv_get_specific_info() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
1
-2
/
+3
*
block: Mark bdrv_apply_auto_read_only() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
1
-2
/
+4
*
block: Mark bdrv_get_parent_name() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
1
-2
/
+6
*
block: Mark drain related functions GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-10-12
1
-5
/
+18
*
block: switch to co_wrapper for bdrv_is_allocated_*
Paolo Bonzini
2023-10-12
1
-5
/
+7
*
block: complete public block status API
Paolo Bonzini
2023-10-12
1
-6
/
+11
*
block: remove AIOCBInfo->get_aio_context()
Stefan Hajnoczi
2023-09-20
1
-1
/
+0
*
block/io: align requests to subcluster_size
Andrey Drobyshev
2023-08-30
1
-4
/
+4
*
block: use bdrv_co_debug_event in coroutine context
Paolo Bonzini
2023-06-28
1
-0
/
+7
*
block: remove bdrv_co_io_plug() API
Stefan Hajnoczi
2023-06-01
1
-3
/
+0
*
block: introduce zone append write for zoned devices
Sam Li
2023-05-15
1
-0
/
+4
*
block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice i...
Sam Li
2023-05-15
1
-0
/
+9
*
block: Mark bdrv_co_debug_event() GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-05-10
1
-4
/
+5
*
block: Mark bdrv_co_get_info() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-05-10
1
-2
/
+5
*
block: Mark bdrv_co_get_allocated_file_size() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-05-10
1
-2
/
+5
*
block, block-backend: write some hot coroutine wrappers by hand
Paolo Bonzini
2023-04-11
1
-1
/
+1
*
block-backend: inline bdrv_co_get_geometry
Paolo Bonzini
2023-04-11
1
-3
/
+0
*
block/export: Fix graph locking in blk_get_geometry() call
Kevin Wolf
2023-03-27
1
-1
/
+3
*
block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
1
-4
/
+4
*
block: Mark bdrv_*_dirty_bitmap() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
1
-8
/
+6
*
block: Mark bdrv_co_delete_file() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
1
-2
/
+6
*
block: Mark bdrv_co_eject/lock_medium() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
1
-2
/
+5
*
block: Mark bdrv_co_is_inserted() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
1
-2
/
+2
*
block: Mark bdrv_co_io_(un)plug() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
1
-2
/
+2
*
block: Mark bdrv_co_copy_range() GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
1
-4
/
+5
*
block: Mark bdrv_co_pwrite_sync() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
1
-3
/
+4
*
block: Mark bdrv_co_pwrite_zeroes() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
1
-4
/
+5
*
block: Mark bdrv_co_pdiscard() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
1
-2
/
+3
*
block: Mark bdrv_co_flush() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
1
-1
/
+1
*
block: Mark bdrv_co_ioctl() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
1
-1
/
+2
*
block: Mark bdrv_co_block_status() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
1
-11
/
+11
*
block: Mark bdrv_co_truncate() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
1
-3
/
+3
*
block: Make bdrv_can_set_read_only() static
Kevin Wolf
2023-02-23
1
-2
/
+0
*
block: Convert bdrv_debug_event() to co_wrapper_mixed
Emanuele Giuseppe Esposito
2023-02-01
1
-1
/
+4
*
block: Convert bdrv_lock_medium() to co_wrapper
Emanuele Giuseppe Esposito
2023-02-01
1
-1
/
+1
*
block: Convert bdrv_eject() to co_wrapper
Emanuele Giuseppe Esposito
2023-02-01
1
-1
/
+2
*
block: Convert bdrv_get_info() to co_wrapper_mixed
Emanuele Giuseppe Esposito
2023-02-01
1
-1
/
+4
*
block: Convert bdrv_get_allocated_file_size() to co_wrapper
Emanuele Giuseppe Esposito
2023-02-01
1
-1
/
+3
*
block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed
Emanuele Giuseppe Esposito
2023-02-01
1
-2
/
+6
*
block: Convert bdrv_is_inserted() to co_wrapper
Emanuele Giuseppe Esposito
2023-02-01
1
-1
/
+4
*
block: Convert bdrv_io_unplug() to co_wrapper
Emanuele Giuseppe Esposito
2023-02-01
1
-2
/
+1
*
block: Convert bdrv_io_plug() to co_wrapper
Emanuele Giuseppe Esposito
2023-02-01
1
-1
/
+2
*
block: remove bdrv_coroutine_enter
Paolo Bonzini
2023-01-24
1
-5
/
+0
*
include/block: Untangle inclusion loops
Markus Armbruster
2023-01-20
1
-1
/
+4
*
block: use co_wrapper_mixed_bdrv_rdlock in functions taking the rdlock
Emanuele Giuseppe Esposito
2022-12-15
1
-22
/
+31
*
block/dirty-bitmap: convert coroutine-only functions to co_wrapper
Emanuele Giuseppe Esposito
2022-12-15
1
-2
/
+8
[next]