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
*
qcow2-bitmap: move bitmap reopen-rw code to qcow2_reopen_commit
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-1
/
+14
*
block/qcow2-bitmap: fix and improve qcow2_reopen_bitmaps_rw
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-19
/
+58
*
block/qcow2-bitmap: do not remove bitmaps on reopen-ro
Vladimir Sementsov-Ogievskiy
2019-10-17
3
-17
/
+37
*
block/qcow2-bitmap: drop qcow2_reopen_bitmaps_rw_hint()
Vladimir Sementsov-Ogievskiy
2019-10-17
2
-16
/
+1
*
block/qcow2-bitmap: get rid of bdrv_has_changed_persistent_bitmaps
Vladimir Sementsov-Ogievskiy
2019-10-17
2
-22
/
+13
*
block/dirty-bitmap: refactor bdrv_dirty_bitmap_next
Vladimir Sementsov-Ogievskiy
2019-10-17
2
-10
/
+9
*
block/dirty-bitmap: drop BdrvDirtyBitmap.mutex
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-43
/
+41
*
block/dirty-bitmap: add bs link
Vladimir Sementsov-Ogievskiy
2019-10-17
5
-22
/
+22
*
block/dirty-bitmap: drop meta
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-46
/
+0
*
block/qcow2: proper locking on bitmap add/remove paths
Vladimir Sementsov-Ogievskiy
2019-10-17
4
-23
/
+119
*
block/dirty-bitmap: return int from bdrv_remove_persistent_dirty_bitmap
Vladimir Sementsov-Ogievskiy
2019-10-17
3
-15
/
+17
*
block: move bdrv_can_store_new_dirty_bitmap to block/dirty-bitmap.c
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-0
/
+22
*
qcow2: Limit total allocation range to INT_MAX
Max Reitz
2019-10-14
1
-1
/
+4
*
block: Reject misaligned write requests with BDRV_REQ_NO_FALLBACK
Alberto Garcia
2019-10-14
1
-0
/
+7
*
replay: add BH oneshot event for block layer
Pavel Dovgalyuk
2019-10-14
8
-16
/
+28
*
replay: don't drain/flush bdrv queue while RR is working
Pavel Dovgalyuk
2019-10-14
1
-0
/
+28
*
block: implement bdrv_snapshot_goto for blkreplay
Pavel Dovgalyuk
2019-10-14
1
-0
/
+8
*
block/vhdx: add check for truncated image files
Peter Lieven
2019-10-14
1
-17
/
+103
*
nbd: add empty .bdrv_reopen_prepare
Maxim Levitsky
2019-10-10
1
-0
/
+15
*
block/backup: use backup-top instead of write notifiers
Vladimir Sementsov-Ogievskiy
2019-10-10
4
-121
/
+56
*
block: introduce backup-top filter driver
Vladimir Sementsov-Ogievskiy
2019-10-10
3
-0
/
+323
*
block/block-copy: split block_copy_set_callbacks function
Vladimir Sementsov-Ogievskiy
2019-10-10
2
-11
/
+19
*
block/backup: move write_flags calculation inside backup_job_create
Vladimir Sementsov-Ogievskiy
2019-10-10
1
-15
/
+15
*
block/backup: move in-flight requests handling from backup to block-copy
Vladimir Sementsov-Ogievskiy
2019-10-10
2
-52
/
+43
*
qapi: query-blockstat: add driver specific file-posix stats
Anton Nefedov
2019-10-10
2
-0
/
+37
*
file-posix: account discard operations
Anton Nefedov
2019-10-10
1
-1
/
+21
*
block: add empty account cookie type
Anton Nefedov
2019-10-10
1
-0
/
+6
*
qapi: add unmap to BlockDeviceStats
Anton Nefedov
2019-10-10
1
-0
/
+6
*
block: move block_copy from block/backup.c to separate file
Vladimir Sementsov-Ogievskiy
2019-10-10
4
-354
/
+337
*
block/backup: fix block-comment style
Vladimir Sementsov-Ogievskiy
2019-10-10
1
-11
/
+21
*
block/backup: introduce BlockCopyState
Vladimir Sementsov-Ogievskiy
2019-10-10
2
-143
/
+239
*
block/backup: improve comment about image fleecing
Vladimir Sementsov-Ogievskiy
2019-10-10
1
-3
/
+12
*
block/backup: split shareable copying part from backup_do_cow
Vladimir Sementsov-Ogievskiy
2019-10-10
1
-15
/
+32
*
block/backup: fix backup_cow_with_offload for last cluster
Vladimir Sementsov-Ogievskiy
2019-10-10
1
-1
/
+1
*
block/backup: fix max_transfer handling for copy_range
Vladimir Sementsov-Ogievskiy
2019-10-10
1
-4
/
+11
*
block/qcow2: introduce parallel subrequest handling in read and write
Vladimir Sementsov-Ogievskiy
2019-10-10
3
-12
/
+117
*
block/qcow2: refactor qcow2_co_pwritev_part
Vladimir Sementsov-Ogievskiy
2019-10-10
1
-64
/
+90
*
block/qcow2: refactor qcow2_co_preadv_part
Vladimir Sementsov-Ogievskiy
2019-10-10
1
-96
/
+113
*
block: introduce aio task pool
Vladimir Sementsov-Ogievskiy
2019-10-10
2
-0
/
+126
*
block: Skip COR for inactive nodes
Max Reitz
2019-10-08
1
-14
/
+27
*
block/snapshot: Restrict set of snapshot nodes
Kevin Wolf
2019-10-04
1
-7
/
+19
*
cutils: Move size_to_str() from "qemu-common.h" to "qemu/cutils.h"
Philippe Mathieu-Daudé
2019-09-19
1
-1
/
+1
*
block/qcow2: refactor encryption code
Maxim Levitsky
2019-09-16
4
-48
/
+69
*
block/qcow2: Fix corruption introduced by commit 8ac0f15f335
Maxim Levitsky
2019-09-16
1
-3
/
+4
*
curl: Check curl_multi_add_handle()'s return code
Max Reitz
2019-09-16
1
-1
/
+7
*
curl: Handle success in multi_check_completion
Max Reitz
2019-09-16
1
-40
/
+29
*
curl: Report only ready sockets
Max Reitz
2019-09-16
1
-11
/
+6
*
curl: Pass CURLSocket to curl_multi_do()
Max Reitz
2019-09-16
1
-9
/
+11
*
curl: Check completion in curl_multi_do()
Max Reitz
2019-09-16
1
-12
/
+2
*
curl: Keep *socket until the end of curl_sock_cb()
Max Reitz
2019-09-16
1
-5
/
+5
[next]