index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2021-06-02
12
-69
/
+101
|
\
|
*
block-copy: refactor copy_range handling
Vladimir Sementsov-Ogievskiy
2021-06-02
1
-23
/
+49
|
*
block-copy: fix block_copy_task_entry() progress update
Vladimir Sementsov-Ogievskiy
2021-06-02
1
-3
/
+5
|
*
block-backend: add drained_poll
Sergio Lopez
2021-06-02
1
-1
/
+6
|
*
block/vvfat: inherit child_vvfat_qcow from child_of_bds
Vladimir Sementsov-Ogievskiy
2021-06-02
1
-5
/
+3
|
*
block-backend: improve blk_root_get_parent_desc()
Vladimir Sementsov-Ogievskiy
2021-06-02
1
-5
/
+4
|
*
block/file-posix: Try other fallbacks after invalid FALLOC_FL_ZERO_RANGE
Thomas Huth
2021-06-02
1
-9
/
+9
|
*
block/file-posix: Fix problem with fallocate(PUNCH_HOLE) on GPFS
Thomas Huth
2021-06-02
1
-0
/
+11
|
*
block: drop BlockBackendRootState::read_only
Vladimir Sementsov-Ogievskiy
2021-06-02
1
-8
/
+2
|
*
block: consistently use bdrv_is_read_only()
Vladimir Sementsov-Ogievskiy
2021-06-02
8
-11
/
+10
|
*
block/vvfat: fix vvfat_child_perm crash
Vladimir Sementsov-Ogievskiy
2021-06-02
1
-5
/
+2
|
*
block/vvfat: child_vvfat_qcow: add .get_parent_aio_context, fix crash
Vladimir Sementsov-Ogievskiy
2021-06-02
1
-0
/
+1
|
*
block/quorum: Provide .bdrv_co_flush instead of .bdrv_co_flush_to_disk
Lukas Straub
2021-06-02
1
-1
/
+1
*
|
block/ssh: Bump minimum libssh version to 0.8.7
Thomas Huth
2021-06-02
1
-59
/
+0
*
|
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
2021-06-02
1
-1
/
+1
|
/
*
replication: move include out of root directory
Paolo Bonzini
2021-05-26
1
-1
/
+1
*
coroutine-sleep: replace QemuCoSleepState pointer with struct in the API
Paolo Bonzini
2021-05-21
2
-9
/
+9
*
coroutine-sleep: allow qemu_co_sleep_wake that wakes nothing
Paolo Bonzini
2021-05-21
2
-9
/
+3
*
block/export: improve vu_blk_sect_range_ok()
Stefan Hajnoczi
2021-05-18
1
-1
/
+8
*
qcow2: set bdi->is_dirty
Vladimir Sementsov-Ogievskiy
2021-05-18
1
-0
/
+1
*
write-threshold: deal with includes
Vladimir Sementsov-Ogievskiy
2021-05-14
1
-2
/
+0
*
block/write-threshold: drop extra APIs
Vladimir Sementsov-Ogievskiy
2021-05-14
1
-19
/
+0
*
block: drop write notifiers
Vladimir Sementsov-Ogievskiy
2021-05-14
1
-6
/
+0
*
block/write-threshold: don't use write notifiers
Vladimir Sementsov-Ogievskiy
2021-05-14
2
-57
/
+18
*
block/copy-on-read: use bdrv_drop_filter() and drop s->active
Vladimir Sementsov-Ogievskiy
2021-05-14
1
-32
/
+1
*
mirror: stop cancelling in-flight requests on non-force cancel in READY
Vladimir Sementsov-Ogievskiy
2021-05-14
2
-3
/
+5
*
monitor: hmp_qemu_io: acquire aio contex, fix crash
Vladimir Sementsov-Ogievskiy
2021-05-14
1
-10
/
+21
*
block/rbd: Add an escape-aware strchr helper
Connor Kuehl
2021-05-14
1
-11
/
+21
*
block: Drop the sheepdog block driver
Markus Armbruster
2021-05-12
3
-3371
/
+0
*
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2021-05-06
1
-0
/
+2
|
\
|
*
ratelimit: protect with a mutex
Paolo Bonzini
2021-05-04
1
-0
/
+2
*
|
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-05-02
2
-2
/
+0
|
/
*
block: Add BDRV_O_NO_SHARE for blk_new_open()
Kevin Wolf
2021-04-30
1
-6
/
+13
*
block: bdrv_reopen_multiple: refresh permissions on updated graph
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-62
/
+29
*
block: make bdrv_refresh_limits() to be a transaction action
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-2
/
+29
*
block/backup-top: drop .active
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-46
/
+1
*
block: drop ctx argument from bdrv_root_attach_child
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-2
/
+2
*
block: BdrvChildClass: add .get_parent_aio_context handler
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-0
/
+9
*
block: bdrv_append(): don't consume reference
Vladimir Sementsov-Ogievskiy
2021-04-30
3
-4
/
+1
*
block/nbd: fix possible use after free of s->connect_thread
Vladimir Sementsov-Ogievskiy
2021-04-13
1
-0
/
+11
*
mirror: Do not enter a paused job on completion
Max Reitz
2021-04-09
1
-1
/
+5
*
mirror: Move open_backing_file to exit_common
Max Reitz
2021-04-09
1
-14
/
+8
*
block/rbd: fix memory leak in qemu_rbd_co_create_opts()
Stefano Garzarella
2021-04-09
1
-0
/
+1
*
block/rbd: fix memory leak in qemu_rbd_connect()
Stefano Garzarella
2021-04-09
1
-4
/
+5
*
block/vdi: Don't assume that blocks are larger than VdiHeader
David Edmondson
2021-03-31
1
-4
/
+6
*
block/vdi: When writing new bmap entry fails, don't leak the buffer
David Edmondson
2021-03-31
1
-0
/
+1
*
qcow2: Force preallocation with data-file-raw
Max Reitz
2021-03-30
1
-0
/
+34
*
block/mirror: Fix mirror_top's permissions
Max Reitz
2021-03-29
1
-7
/
+25
*
qcow2: use external virtual timers
Pavel Dovgalyuk
2021-03-29
1
-3
/
+4
*
block: Remove monitor command block_passwd
Markus Armbruster
2021-03-23
1
-10
/
+0
[next]