index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
block-backend.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-07
block-backend: Allow concurrent context changes
Hanna Czenczek
1
-11
/
+11
2023-12-21
block: remove outdated AioContext locking comments
Stefan Hajnoczi
1
-8
/
+0
2023-12-21
block: remove AioContext locking
Stefan Hajnoczi
1
-14
/
+0
2023-12-21
graph-lock: remove AioContext locking
Stefan Hajnoczi
1
-7
/
+4
2023-11-21
block: Fix deadlocks in bdrv_graph_wrunlock()
Kevin Wolf
1
-2
/
+6
2023-11-21
block: Fix bdrv_graph_wrlock() call in blk_remove_bs()
Kevin Wolf
1
-1
/
+3
2023-11-07
block: Mark bdrv_skip_filters() and callers GRAPH_RDLOCK
Kevin Wolf
1
-0
/
+1
2023-11-07
block: Mark bdrv_root_attach_child() GRAPH_WRLOCK
Kevin Wolf
1
-0
/
+2
2023-11-07
block: Mark bdrv_probe_blocksizes() and callers GRAPH_RDLOCK
Kevin Wolf
1
-0
/
+2
2023-10-12
block: Mark bdrv_op_is_blocked() and callers GRAPH_RDLOCK
Kevin Wolf
1
-0
/
+1
2023-10-12
qcow2: Mark qcow2_signal_corruption() and callers GRAPH_RDLOCK
Kevin Wolf
1
-0
/
+2
2023-10-12
block: Mark bdrv_first_blk() and bdrv_is_root_node() GRAPH_RDLOCK
Kevin Wolf
1
-1
/
+5
2023-09-21
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
1
-32
/
+32
2023-09-20
block-backend: process zoned requests in the current AioContext
Stefan Hajnoczi
1
-6
/
+6
2023-09-20
block-backend: process I/O in the current AioContext
Stefan Hajnoczi
1
-3
/
+3
2023-09-20
block: remove AIOCBInfo->get_aio_context()
Stefan Hajnoczi
1
-17
/
+0
2023-09-20
block: Mark bdrv_root_unref_child() GRAPH_WRLOCK
Kevin Wolf
1
-0
/
+3
2023-09-20
block: Mark bdrv_parent_perms_conflict() and callers GRAPH_RDLOCK
Kevin Wolf
1
-6
/
+20
2023-08-29
block/throttle-groups: Use ThrottleDirection instread of bool is_write
zhenwei pi
1
-2
/
+2
2023-06-01
block: add blk_io_plug_call() API
Stefan Hajnoczi
1
-22
/
+0
2023-05-30
block: add blk_in_drain() API
Stefan Hajnoczi
1
-0
/
+7
2023-05-30
block-backend: split blk_do_set_aio_context()
Stefan Hajnoczi
1
-38
/
+23
2023-05-30
block-backend: Fix blk_new_open() for iothreads
Kevin Wolf
1
-6
/
+21
2023-05-30
block: Take main AioContext lock when calling bdrv_open()
Kevin Wolf
1
-0
/
+2
2023-05-30
block-coroutine-wrapper: Take AioContext lock in no_co_wrappers
Kevin Wolf
1
-1
/
+6
2023-05-15
block: introduce zone append write for zoned devices
Sam Li
1
-0
/
+61
2023-05-15
block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice i...
Sam Li
1
-0
/
+137
2023-05-10
block: Consistently call bdrv_activate() outside coroutine
Kevin Wolf
1
-1
/
+9
2023-04-25
block: don't acquire AioContext lock in bdrv_drain_all()
Stefan Hajnoczi
1
-7
/
+1
2023-04-25
block: protect BlockBackend->queued_requests with a lock
Stefan Hajnoczi
1
-2
/
+16
2023-04-25
block: make BlockBackend->disable_request_queuing atomic
Stefan Hajnoczi
1
-3
/
+4
2023-04-25
block: make BlockBackend->quiesce_counter atomic
Stefan Hajnoczi
1
-7
/
+7
2023-04-20
block-backend: remove qatomic_mb_read()
Paolo Bonzini
1
-2
/
+2
2023-04-11
block, block-backend: write some hot coroutine wrappers by hand
Paolo Bonzini
1
-0
/
+27
2023-04-11
block-backend: ignore inserted state in blk_co_nb_sectors
Paolo Bonzini
1
-15
/
+8
2023-04-11
block-backend: inline bdrv_co_get_geometry
Paolo Bonzini
1
-2
/
+6
2023-03-27
block/export: Fix graph locking in blk_get_geometry() call
Kevin Wolf
1
-2
/
+5
2023-02-23
block: Mark bdrv_co_eject/lock_medium() and callers GRAPH_RDLOCK
Kevin Wolf
1
-0
/
+2
2023-02-23
block: Mark bdrv_co_is_inserted() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
1
-11
/
+14
2023-02-23
block: Mark bdrv_co_io_(un)plug() and callers GRAPH_RDLOCK
Kevin Wolf
1
-0
/
+2
2023-02-23
block: Mark bdrv_co_copy_range() GRAPH_RDLOCK
Emanuele Giuseppe Esposito
1
-0
/
+2
2023-02-23
block: Mark public read/write functions GRAPH_RDLOCK
Kevin Wolf
1
-0
/
+2
2023-02-23
block: Mark bdrv_co_pdiscard() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
1
-0
/
+1
2023-02-23
block: Mark bdrv_co_flush() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
1
-1
/
+2
2023-02-23
block: Mark bdrv_co_ioctl() and callers GRAPH_RDLOCK
Kevin Wolf
1
-0
/
+1
2023-02-23
block: Mark bdrv_co_block_status() and callers GRAPH_RDLOCK
Kevin Wolf
1
-0
/
+2
2023-02-23
block: Mark bdrv_co_truncate() and callers GRAPH_RDLOCK
Kevin Wolf
1
-0
/
+1
2023-02-01
block: Convert bdrv_lock_medium() to co_wrapper
Emanuele Giuseppe Esposito
1
-2
/
+2
2023-02-01
block: Convert bdrv_eject() to co_wrapper
Emanuele Giuseppe Esposito
1
-2
/
+2
2023-02-01
block: use bdrv_co_refresh_total_sectors when possible
Emanuele Giuseppe Esposito
1
-3
/
+3
[next]