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
2022-07-07
block/io_uring: clarify that short reads can happen
Stefan Hajnoczi
1
-6
/
+2
2022-07-07
io_uring: fix short read slow path
Dominique Martinet
1
-2
/
+2
2022-06-29
block: use 'unsigned' for in_flight field on driver state
Denis V. Lunev
2
-2
/
+2
2022-06-29
nbd: trace long NBD operations
Denis V. Lunev
2
-1
/
+7
2022-06-29
block/copy-before-write: implement cbw-timeout option
Vladimir Sementsov-Ogievskiy
1
-1
/
+21
2022-06-29
block/block-copy: block_copy(): add timeout_ns parameter
Vladimir Sementsov-Ogievskiy
2
-8
/
+27
2022-06-28
block/copy-before-write: add on-cbw-error open parameter
Vladimir Sementsov-Ogievskiy
1
-2
/
+30
2022-06-28
block/copy-before-write: refactor option parsing
Vladimir Sementsov-Ogievskiy
1
-27
/
+29
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
nbd: Drop dead code spotted by Coverity
Eric Blake
1
-6
/
+2
2022-06-24
block/gluster: correctly set max_pdiscard
Fabian Ebner
1
-1
/
+1
2022-06-24
block/rbd: report a better error when namespace does not exist
Stefano Garzarella
1
-0
/
+24
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: Support passing NULL ops to blk_set_dev_ops()
Xie Yongji
1
-1
/
+1
2022-06-24
block: simplify handling of try to merge different sized bitmaps
Vladimir Sementsov-Ogievskiy
2
-19
/
+13
2022-06-24
block: improve block_dirty_bitmap_merge(): don't allocate extra bitmap
Vladimir Sementsov-Ogievskiy
1
-20
/
+21
2022-06-24
block: block_dirty_bitmap_merge(): fix error path
Vladimir Sementsov-Ogievskiy
1
-1
/
+4
2022-06-24
block: get rid of blk->guest_block_size
Stefan Hajnoczi
2
-11
/
+0
2022-06-24
block: drop unused bdrv_co_drain() API
Stefan Hajnoczi
1
-15
/
+0
2022-06-15
linux-aio: explain why max batch is checked in laio_io_unplug()
Stefan Hajnoczi
1
-0
/
+6
2022-06-15
linux-aio: fix unbalanced plugged counter in laio_io_unplug()
Stefan Hajnoczi
1
-1
/
+3
2022-06-15
Use io_uring_register_ring_fd() to skip fd operations
Sam Li
1
-1
/
+11
2022-05-12
coroutine-lock: qemu_co_queue_restart_all is a coroutine-only qemu_co_enter_all
Paolo Bonzini
1
-1
/
+1
2022-05-11
Clean up ill-advised or unusual header guards
Markus Armbruster
1
-3
/
+3
2022-05-11
Clean up header guards that don't match their file name
Markus Armbruster
1
-3
/
+3
2022-05-04
block/vmdk: Fix reopening bs->file
Hanna Reitz
1
-1
/
+55
2022-05-04
qcow2: Do not reopen data_file in invalidate_cache
Hanna Reitz
1
-42
/
+62
2022-05-03
block: move fcntl_setfl()
Marc-André Lureau
1
-0
/
+15
2022-04-26
nbd: document what is protected by the CoMutexes
Paolo Bonzini
1
-1
/
+7
2022-04-26
nbd: take receive_mutex when reading requests[].receiving
Paolo Bonzini
1
-8
/
+7
2022-04-26
nbd: move s->state under requests_lock
Paolo Bonzini
1
-36
/
+40
2022-04-26
nbd: code motion and function renaming
Paolo Bonzini
1
-9
/
+13
2022-04-26
nbd: use a QemuMutex to synchronize yanking, reconnection and coroutines
Paolo Bonzini
1
-18
/
+26
2022-04-26
nbd: keep send_mutex/free_sema handling outside nbd_co_do_establish_connection
Paolo Bonzini
2
-32
/
+29
2022-04-26
nbd: remove peppering of nbd_client_connected
Paolo Bonzini
1
-13
/
+4
2022-04-26
nbd: mark more coroutine_fns
Paolo Bonzini
1
-32
/
+32
2022-04-26
nbd: safeguard against waking up invalid coroutine
Paolo Bonzini
1
-7
/
+5
2022-04-26
qapi: rename BlockDirtyBitmapMergeSource to BlockDirtyBitmapOrStr
Vladimir Sementsov-Ogievskiy
1
-3
/
+3
2022-04-25
block: add 'force' parameter to 'blockdev-change-medium' command
Denis V. Lunev
1
-1
/
+2
2022-04-20
qcow2: Add errp to rebuild_refcount_structure()
Hanna Reitz
1
-14
/
+19
2022-04-20
qcow2: Improve refcount structure rebuilding
Hanna Reitz
1
-97
/
+235
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2
-2
/
+0
2022-04-06
include: move qemu_get_vm_name() to sysemu.h
Marc-André Lureau
1
-1
/
+1
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
5
-17
/
+17
2022-03-29
block/stream: Drain subtree around graph change
Hanna Reitz
1
-1
/
+14
[next]