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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-15
block: add accounting for zone append operation
Sam Li
2
-0
/
+29
2023-05-15
block: add some trace events for zone append
Sam Li
2
-0
/
+5
2023-05-15
block: introduce zone append write for zoned devices
Sam Li
6
-7
/
+154
2023-05-15
file-posix: add tracking of the zone write pointers
Sam Li
1
-4
/
+174
2023-05-15
block: add some trace events for new block layer APIs
Sam Li
2
-0
/
+5
2023-05-15
block: add zoned BlockDriver check to block layer
Sam Li
2
-0
/
+13
2023-05-15
block/raw-format: add zone operations to pass through requests
Sam Li
1
-0
/
+17
2023-05-15
block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice i...
Sam Li
3
-2
/
+489
2023-05-15
block/file-posix: introduce helper functions for sysfs attributes
Sam Li
1
-34
/
+93
2023-05-10
block/meson.build: prefer positive condition for replication
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2023-05-10
block: compile out assert_bdrv_graph_readable() by default
Stefan Hajnoczi
1
-0
/
+3
2023-05-10
block: Mark bdrv_refresh_limits() and callers GRAPH_RDLOCK
Kevin Wolf
1
-1
/
+0
2023-05-10
block: Mark bdrv_recurse_can_replace() and callers GRAPH_RDLOCK
Kevin Wolf
3
-4
/
+9
2023-05-10
block: Mark bdrv_query_bds_stats() and callers GRAPH_RDLOCK
Kevin Wolf
1
-2
/
+4
2023-05-10
block: Mark BlockDriver callbacks for amend job GRAPH_RDLOCK
Emanuele Giuseppe Esposito
1
-1
/
+7
2023-05-10
block: Mark bdrv_co_get_info() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
4
-10
/
+13
2023-05-10
block: Mark bdrv_co_get_allocated_file_size() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
1
-1
/
+1
2023-05-10
mirror: Require GRAPH_RDLOCK for accessing a node's parent list
Kevin Wolf
1
-1
/
+1
2023-05-10
vhdx: Require GRAPH_RDLOCK for accessing a node's parent list
Kevin Wolf
1
-4
/
+5
2023-05-10
nbd: Mark nbd_co_do_establish_connection() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2
-20
/
+24
2023-05-10
nbd: Remove nbd_co_flush() wrapper function
Kevin Wolf
1
-8
/
+3
2023-05-10
block: .bdrv_open is non-coroutine and unlocked
Kevin Wolf
2
-19
/
+14
2023-05-10
block: bdrv/blk_co_unref() for calls in coroutine context
Kevin Wolf
9
-37
/
+37
2023-05-10
block: Consistently call bdrv_activate() outside coroutine
Kevin Wolf
1
-1
/
+9
2023-05-10
qcow2: Don't call bdrv_getlength() in coroutine_fns
Kevin Wolf
3
-12
/
+13
2023-05-10
block: add missing coroutine_fn annotations
Paolo Bonzini
1
-2
/
+2
2023-05-10
block: add configure options for excluding vmdk, vhdx and vpc
Vladimir Sementsov-Ogievskiy
1
-5
/
+13
2023-05-03
block/export: call blk_set_dev_ops(blk, NULL, NULL)
Stefan Hajnoczi
2
-1
/
+2
2023-04-26
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Richard Henderson
20
-156
/
+175
2023-04-25
block/monitor: Fix crash when executing HMP commit
Wang Liang
1
-4
/
+6
2023-04-25
vmdk: make vmdk_is_cid_valid a coroutine_fn
Paolo Bonzini
1
-1
/
+1
2023-04-25
qcow2: mark various functions as coroutine_fn and GRAPH_RDLOCK
Paolo Bonzini
6
-45
/
+53
2023-04-25
mirror: make mirror_flush a coroutine_fn, do not use co_wrappers
Paolo Bonzini
1
-2
/
+2
2023-04-25
blkdebug: add missing coroutine_fn annotation
Paolo Bonzini
1
-2
/
+2
2023-04-25
vvfat: mark various functions as coroutine_fn
Paolo Bonzini
1
-28
/
+30
2023-04-25
thread-pool: avoid passing the pool parameter every time
Emanuele Giuseppe Esposito
3
-8
/
+3
2023-04-25
thread-pool: use ThreadPool from the running thread
Emanuele Giuseppe Esposito
3
-13
/
+12
2023-04-25
io_uring: use LuringState from the running thread
Emanuele Giuseppe Esposito
2
-16
/
+19
2023-04-25
linux-aio: use LinuxAioState from the running thread
Emanuele Giuseppe Esposito
2
-19
/
+20
2023-04-25
block: convert bdrv_drain_all_begin() to AIO_WAIT_WHILE_UNLOCKED()
Stefan Hajnoczi
1
-1
/
+1
2023-04-25
block: convert bdrv_graph_wrlock() to AIO_WAIT_WHILE_UNLOCKED()
Stefan Hajnoczi
1
-1
/
+1
2023-04-25
block: convert blk_exp_close_all_type() to AIO_WAIT_WHILE_UNLOCKED()
Stefan Hajnoczi
1
-1
/
+1
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-25
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Richard Henderson
1
-0
/
+24
2023-04-24
block/dmg: Declare a type definition for DMG uncompress function
Philippe Mathieu-Daudé
2
-9
/
+6
2023-04-21
vhost-user-blk-server: notify client about disk resize
Vladimir Sementsov-Ogievskiy
1
-0
/
+24
2023-04-20
block-backend: remove qatomic_mb_read()
Paolo Bonzini
1
-2
/
+2
[next]