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-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
2023-04-12
block/nfs: do not poll within a coroutine
Paolo Bonzini
1
-11
/
+13
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-04-11
block: remove has_variable_length from BlockDriver
Paolo Bonzini
4
-8
/
+11
2023-04-11
block: remove has_variable_length from filters
Paolo Bonzini
4
-4
/
+0
2023-04-11
block: move has_variable_length to BlockLimits
Paolo Bonzini
1
-0
/
+6
2023-04-11
block/vhdx: fix dynamic VHDX BAT corruption
Lukas Tschoke
1
-1
/
+1
2023-03-30
block/dmg: Ignore C99 prototype declaration mismatch from <lzfse.h>
Philippe Mathieu-Daudé
1
-0
/
+5
2023-03-27
block/export: Fix graph locking in blk_get_geometry() call
Kevin Wolf
2
-5
/
+9
2023-03-22
*: Add missing includes of qemu/error-report.h
Richard Henderson
1
-0
/
+1
2023-03-10
qed: remove spurious BDRV_POLL_WHILE()
Stefan Hajnoczi
1
-1
/
+0
2023-03-10
block/fuse: Let PUNCH_HOLE write zeroes
Hanna Czenczek
1
-1
/
+10
2023-02-27
block/vvfat: Remove pointless check of NDEBUG
Philippe Mathieu-Daudé
1
-3
/
+0
2023-02-24
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Peter Maydell
42
-662
/
+929
2023-02-23
block/rbd: Add support for layered encryption
Or Ozeri
1
-1
/
+152
2023-02-23
block/rbd: Add luks-any encryption opening option
Or Ozeri
1
-0
/
+19
2023-02-23
block/rbd: Remove redundant stack variable passphrase_len
Or Ozeri
1
-10
/
+6
2023-02-23
block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCK
Kevin Wolf
14
-15
/
+31
2023-02-23
block: Mark bdrv_*_dirty_bitmap() and callers GRAPH_RDLOCK
Kevin Wolf
1
-0
/
+2
2023-02-23
block: Mark bdrv_(un)register_buf() GRAPH_RDLOCK
Kevin Wolf
1
-4
/
+10
2023-02-23
block: Mark bdrv_co_eject/lock_medium() and callers GRAPH_RDLOCK
Kevin Wolf
4
-6
/
+12
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
2
-0
/
+4
2023-02-23
block: Mark bdrv_co_create() and callers GRAPH_RDLOCK
Kevin Wolf
13
-78
/
+70
2023-02-23
block: Mark preadv_snapshot/snapshot_block_status GRAPH_RDLOCK
Kevin Wolf
3
-6
/
+6
2023-02-23
block: Mark bdrv_co_copy_range() GRAPH_RDLOCK
Emanuele Giuseppe Esposito
6
-46
/
+40
2023-02-23
block: Mark bdrv_co_do_pwrite_zeroes() GRAPH_RDLOCK
Kevin Wolf
1
-4
/
+3
[next]