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
/
export
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-21
block: remove outdated AioContext locking comments
Stefan Hajnoczi
1
-4
/
+0
2023-12-21
block: remove AioContext locking
Stefan Hajnoczi
1
-21
/
+1
2023-11-28
export/vhost-user-blk: Fix consecutive drains
Kevin Wolf
1
-2
/
+7
2023-10-12
block: Mark bdrv_first_blk() and bdrv_is_root_node() GRAPH_RDLOCK
Kevin Wolf
1
-0
/
+4
2023-09-08
block: spelling fixes
Michael Tokarev
3
-3
/
+3
2023-06-26
vhost-user: fully use new backend/frontend naming
Manos Pitsidianakis
1
-1
/
+1
2023-05-30
aio: remove aio_disable_external() API
Stefan Hajnoczi
2
-9
/
+9
2023-05-30
block/fuse: do not set is_external=true on FUSE fd
Stefan Hajnoczi
1
-2
/
+54
2023-05-30
block/export: don't require AioContext lock around blk_exp_ref/unref()
Stefan Hajnoczi
2
-11
/
+6
2023-05-30
block/export: rewrite vduse-blk drain code
Stefan Hajnoczi
1
-39
/
+93
2023-05-30
block/export: stop using is_external in vhost-user-blk server
Stefan Hajnoczi
1
-2
/
+26
2023-05-30
block/export: wait for vhost-user-blk requests when draining
Stefan Hajnoczi
1
-0
/
+13
2023-05-30
util/vhost-user-server: rename refcount to in_flight counter
Stefan Hajnoczi
1
-4
/
+7
2023-05-19
block/export: Fix null pointer dereference in error path
Kevin Wolf
1
-2
/
+4
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
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-21
vhost-user-blk-server: notify client about disk resize
Vladimir Sementsov-Ogievskiy
1
-0
/
+24
2023-03-27
block/export: Fix graph locking in blk_get_geometry() call
Kevin Wolf
1
-3
/
+4
2023-03-10
block/fuse: Let PUNCH_HOLE write zeroes
Hanna Czenczek
1
-1
/
+10
2023-02-08
Fix non-first inclusions of qemu/osdep.h
Markus Armbruster
1
-1
/
+1
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
1
-1
/
+2
2022-12-14
qapi block: Elide redundant has_FOO in generated C
Markus Armbruster
2
-3
/
+2
2022-10-27
block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...
Emanuele Giuseppe Esposito
1
-1
/
+1
2022-07-12
block: Change blk_{pread,pwrite}() param order
Alberto Faria
1
-2
/
+2
2022-07-12
block: Add a 'flags' param to blk_pread()
Alberto Faria
1
-1
/
+1
2022-06-24
vduse-blk: Add name option
Xie Yongji
1
-2
/
+2
2022-06-24
vduse-blk: Add serial option
Xie Yongji
3
-8
/
+18
2022-06-24
libvduse: Add support for reconnecting
Xie Yongji
1
-1
/
+18
2022-06-24
vduse-blk: Add vduse-blk resize support
Xie Yongji
1
-0
/
+20
2022-06-24
vduse-blk: Implement vduse-blk export
Xie Yongji
4
-0
/
+360
2022-06-24
block/export: Abstract out the logic of virtio-blk I/O process
Xie Yongji
4
-239
/
+299
2022-06-24
block/export: Fix incorrect length passed to vu_queue_push()
Xie Yongji
1
-3
/
+2
2022-06-24
block: get rid of blk->guest_block_size
Stefan Hajnoczi
1
-1
/
+0
2022-03-07
osdep: Move memalign-related functions to their own header
Peter Maydell
1
-0
/
+1
2022-03-04
block/export/fuse.c: allow writable exports to take RESIZE permission
Emanuele Giuseppe Esposito
1
-7
/
+18
2022-03-04
block: introduce bdrv_activate
Emanuele Giuseppe Esposito
1
-1
/
+1
2022-02-01
block/export/fuse: Fix build failure on FreeBSD
Philippe Mathieu-Daudé
1
-0
/
+4
2022-02-01
block/export/fuse: Rearrange if-else-if ladder in fuse_fallocate()
Philippe Mathieu-Daudé
1
-20
/
+21
2022-02-01
block/export: Fix vhost-user-blk shutdown with requests in flight
Kevin Wolf
1
-0
/
+5
2022-01-12
aio-posix: split poll check from ready handler
Stefan Hajnoczi
1
-2
/
+2
2021-11-02
block/export/fuse.c: fix musl build
Fabrice Fontaine
1
-0
/
+4
2021-09-01
block/export/fuse.c: fix fuse-lseek on uclibc or musl
Fabrice Fontaine
1
-0
/
+3
2021-08-09
block/export/fuse.c: fix musl build
Fabrice Fontaine
1
-2
/
+6
2021-07-20
block/export: Conditionally ignore set-context error
Max Reitz
1
-1
/
+4
2021-07-09
export/fuse: Let permissions be adjustable
Max Reitz
1
-11
/
+62
2021-07-09
export/fuse: Give SET_ATTR_SIZE its own branch
Max Reitz
1
-9
/
+11
2021-07-09
export/fuse: Add allow-other option
Max Reitz
1
-5
/
+23
2021-07-09
export/fuse: Pass default_permissions for mount
Max Reitz
1
-2
/
+6
2021-05-18
block/export: improve vu_blk_sect_range_ok()
Stefan Hajnoczi
1
-1
/
+8
[next]