index
:
delta/qemu.git
194-qemu-fails-to-start-with-error-there-is-no-option-group-spice
baserock/danielsilverstone/qemu-gitmodules
baserock/franred/v2.2.0
baserock/morph
baserock/v2.2.0
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.0-staging
stable-6.1
stable-7.2
stable-7.2-staging
stable-8.0
stable-8.0-staging
staging
staging-7.2
staging-8.0
git.qemu.org: git/qemu.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: add accounting for zone append operation
Sam Li
2023-05-15
1
-0
/
+1
*
block: introduce zone append write for zoned devices
Sam Li
2023-05-15
3
-1
/
+10
*
file-posix: add tracking of the zone write pointers
Sam Li
2023-05-15
2
-0
/
+19
*
block: add zoned BlockDriver check to block layer
Sam Li
2023-05-15
1
-0
/
+5
*
block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice i...
Sam Li
2023-05-15
3
-1
/
+35
*
block/file-posix: introduce helper functions for sysfs attributes
Sam Li
2023-05-15
1
-0
/
+3
*
block/block-common: add zoned device structs
Sam Li
2023-05-15
1
-0
/
+43
*
block: Mark bdrv_refresh_limits() and callers GRAPH_RDLOCK
Kevin Wolf
2023-05-10
2
-2
/
+6
*
block: Mark bdrv_recurse_can_replace() and callers GRAPH_RDLOCK
Kevin Wolf
2023-05-10
3
-6
/
+7
*
block: Mark bdrv_query_block_graph_info() and callers GRAPH_RDLOCK
Kevin Wolf
2023-05-10
1
-3
/
+4
*
block: Mark BlockDriver callbacks for amend job GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-05-10
1
-6
/
+6
*
block: Mark bdrv_co_debug_event() GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-05-10
2
-6
/
+7
*
block: Mark bdrv_co_get_info() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-05-10
2
-4
/
+7
*
block: Mark bdrv_co_get_allocated_file_size() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-05-10
2
-3
/
+6
*
block: .bdrv_open is non-coroutine and unlocked
Kevin Wolf
2023-05-10
1
-4
/
+4
*
graph-lock: Fix GRAPH_RDLOCK_GUARD*() to be reader lock
Kevin Wolf
2023-05-10
1
-8
/
+8
*
graph-lock: Add GRAPH_UNLOCKED(_PTR)
Kevin Wolf
2023-05-10
1
-0
/
+2
*
block: bdrv/blk_co_unref() for calls in coroutine context
Kevin Wolf
2023-05-10
1
-1
/
+2
*
block: Consistently call bdrv_activate() outside coroutine
Kevin Wolf
2023-05-10
1
-1
/
+5
*
aio-wait: avoid AioContext lock in aio_wait_bh_oneshot()
Stefan Hajnoczi
2023-05-10
1
-1
/
+1
*
block: add missing coroutine_fn annotations
Paolo Bonzini
2023-05-10
1
-2
/
+2
*
async: Add an optional reentrancy guard to the BH API
Alexander Bulekov
2023-04-28
1
-2
/
+16
*
thread-pool: avoid passing the pool parameter every time
Emanuele Giuseppe Esposito
2023-04-25
1
-6
/
+4
*
thread-pool: use ThreadPool from the running thread
Emanuele Giuseppe Esposito
2023-04-25
1
-0
/
+5
*
io_uring: use LuringState from the running thread
Emanuele Giuseppe Esposito
2023-04-25
2
-8
/
+11
*
linux-aio: use LinuxAioState from the running thread
Emanuele Giuseppe Esposito
2023-04-25
2
-10
/
+12
*
include/block: fixup typos
Wilfred Mallawa
2023-04-25
2
-2
/
+2
*
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: remove has_variable_length from BlockDriver
Paolo Bonzini
2023-04-11
1
-2
/
+0
*
block: move has_variable_length to BlockLimits
Paolo Bonzini
2023-04-11
1
-0
/
+8
*
block/export: Fix graph locking in blk_get_geometry() call
Kevin Wolf
2023-03-27
1
-1
/
+3
*
aio: make aio_set_fd_poll() static to aio-posix.c
Marc-André Lureau
2023-03-13
1
-8
/
+0
*
Merge tag 'for-upstream-mb' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2023-03-07
1
-1
/
+1
|
\
|
*
aio-wait: switch to smp_mb__after_rmw()
Paolo Bonzini
2023-03-07
1
-1
/
+1
*
|
hw/nvme: flexible data placement emulation
Jesper Devantier
2023-03-06
1
-8
/
+165
*
|
hw/nvme: basic directives support
Gollu Appalanaidu
2023-03-06
1
-5
/
+30
*
|
hw/nvme: add basic endurance group support
Klaus Jensen
2023-03-06
1
-7
/
+35
|
/
*
block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
3
-8
/
+11
*
block: Mark bdrv_*_dirty_bitmap() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
3
-16
/
+16
*
block: Mark bdrv_co_delete_file() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
2
-4
/
+8
*
block: Mark bdrv_(un)register_buf() GRAPH_RDLOCK
Kevin Wolf
2023-02-23
1
-3
/
+4
*
block: Mark bdrv_co_eject/lock_medium() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
2
-4
/
+9
*
block: Mark bdrv_co_is_inserted() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
2
-3
/
+4
*
block: Mark bdrv_co_io_(un)plug() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
2
-4
/
+5
*
block: Mark bdrv_co_create() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
2
-12
/
+13
*
block: Mark preadv_snapshot/snapshot_block_status GRAPH_RDLOCK
Kevin Wolf
2023-02-23
2
-9
/
+11
*
block: Mark bdrv_co_copy_range() GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
3
-30
/
+23
*
block: Mark bdrv_co_pwrite_sync() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
1
-3
/
+4
*
block: Mark public read/write functions GRAPH_RDLOCK
Kevin Wolf
2023-02-23
1
-6
/
+8
[next]