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
...
*
block/nbd: move nbd_recv_coroutines_wake_all() up
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-14
/
+14
*
block/nbd: nbd_channel_error() shutdown channel unconditionally
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-3
/
+4
*
block/io: allow 64bit discard requests
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-1
/
+1
*
block: use int64_t instead of int in driver discard handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
18
-29
/
+53
*
block: make BlockLimits::max_pdiscard 64bit
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-1
/
+2
*
block/io: allow 64bit write-zeroes requests
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-2
/
+7
*
block: use int64_t instead of int in driver write_zeroes handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
21
-40
/
+77
*
block: make BlockLimits::max_pwrite_zeroes 64bit
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-1
/
+1
*
block: use int64_t instead of uint64_t in copy_range driver handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
4
-25
/
+25
*
block: use int64_t instead of uint64_t in driver write handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
28
-74
/
+84
*
block: use int64_t instead of uint64_t in driver read handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
32
-73
/
+91
*
qcow2: check request on vmstate save/load path
Vladimir Sementsov-Ogievskiy
2021-09-29
2
-9
/
+40
*
block/io: bring request check to bdrv_co_(read,write)v_vmstate
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-2
/
+16
*
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.2-pul...
Peter Maydell
2021-09-16
1
-1
/
+1
|
\
|
*
spelling: sytem => system
Michael Tokarev
2021-09-15
1
-1
/
+1
*
|
qcow2-refcount: check_refblocks(): add separate message for reserved
Vladimir Sementsov-Ogievskiy
2021-09-15
2
-1
/
+10
*
|
qcow2-refcount: check_refcounts_l1(): check reserved bits
Vladimir Sementsov-Ogievskiy
2021-09-15
2
-0
/
+7
*
|
qcow2-refcount: improve style of check_refcounts_l1()
Vladimir Sementsov-Ogievskiy
2021-09-15
1
-48
/
+50
*
|
qcow2-refcount: check_refcounts_l2(): check reserved bits
Vladimir Sementsov-Ogievskiy
2021-09-15
2
-1
/
+14
*
|
qcow2-refcount: check_refcounts_l2(): check l2_bitmap
Vladimir Sementsov-Ogievskiy
2021-09-15
1
-2
/
+26
*
|
qcow2-refcount: fix_l2_entry_by_zero(): also zero L2 entry bitmap
Vladimir Sementsov-Ogievskiy
2021-09-15
1
-3
/
+15
*
|
qcow2-refcount: introduce fix_l2_entry_by_zero()
Vladimir Sementsov-Ogievskiy
2021-09-15
1
-27
/
+60
*
|
qcow2: introduce qcow2_parse_compressed_l2_entry() helper
Vladimir Sementsov-Ogievskiy
2021-09-15
4
-27
/
+36
*
|
qcow2: compressed read: simplify cluster descriptor passing
Vladimir Sementsov-Ogievskiy
2021-09-15
3
-9
/
+9
*
|
qcow2-refcount: improve style of check_refcounts_l2()
Vladimir Sementsov-Ogievskiy
2021-09-15
1
-23
/
+24
*
|
qcow2: handle_dependencies(): relax conflict detection
Vladimir Sementsov-Ogievskiy
2021-09-15
1
-0
/
+11
*
|
qcow2: refactor handle_dependencies() loop body
Vladimir Sementsov-Ogievskiy
2021-09-15
1
-21
/
+28
*
|
block/mirror: fix NULL pointer dereference in mirror_wait_on_conflicts()
Stefano Garzarella
2021-09-15
1
-9
/
+16
*
|
block/iscsi: Do not force-cap *pnum
Hanna Reitz
2021-09-15
1
-3
/
+0
*
|
block/gluster: Do not force-cap *pnum
Hanna Reitz
2021-09-15
1
-3
/
+4
*
|
block/file-posix: Do not force-cap *pnum
Hanna Reitz
2021-09-15
1
-3
/
+4
*
|
block: block-status cache for data regions
Hanna Reitz
2021-09-15
1
-3
/
+65
*
|
gluster: Align block-status tail
Max Reitz
2021-09-15
1
-0
/
+16
|
/
*
block/nvme: Only report VFIO error on failed retry
Philippe Mathieu-Daudé
2021-09-07
1
-1
/
+7
*
util/vfio-helpers: Pass Error handle to qemu_vfio_dma_map()
Philippe Mathieu-Daudé
2021-09-07
1
-11
/
+11
*
block/nvme: Have nvme_create_queue_pair() report errors consistently
Philippe Mathieu-Daudé
2021-09-07
1
-0
/
+3
*
block/nvme: Use safer trace format string
Philippe Mathieu-Daudé
2021-09-07
1
-1
/
+1
*
block/file-win32: add reopen handlers
Viktor Prutyanov
2021-09-01
1
-1
/
+100
*
block/export/fuse.c: fix fuse-lseek on uclibc or musl
Fabrice Fontaine
2021-09-01
1
-0
/
+3
*
block/block-copy: block_copy_state_new(): drop extra arguments
Vladimir Sementsov-Ogievskiy
2021-09-01
2
-4
/
+3
*
block/copy-before-write: make public block driver
Vladimir Sementsov-Ogievskiy
2021-09-01
1
-32
/
+28
*
block/block-copy: make setting progress optional
Vladimir Sementsov-Ogievskiy
2021-09-01
1
-7
/
+11
*
block/copy-before-write: initialize block-copy bitmap
Vladimir Sementsov-Ogievskiy
2021-09-01
2
-9
/
+11
*
block/copy-before-write: cbw_init(): use options
Vladimir Sementsov-Ogievskiy
2021-09-01
1
-14
/
+15
*
block/copy-before-write: bdrv_cbw_append(): drop unused compress arg
Vladimir Sementsov-Ogievskiy
2021-09-01
3
-6
/
+4
*
block/copy-before-write: cbw_init(): use file child after attaching
Vladimir Sementsov-Ogievskiy
2021-09-01
1
-7
/
+7
*
block/copy-before-write: cbw_init(): rename variables
Vladimir Sementsov-Ogievskiy
2021-09-01
1
-15
/
+14
*
block/copy-before-write: introduce cbw_init()
Vladimir Sementsov-Ogievskiy
2021-09-01
1
-28
/
+41
*
block/copy-before-write: bdrv_cbw_append(): replace child at last
Vladimir Sementsov-Ogievskiy
2021-09-01
1
-22
/
+11
*
block/copy-before-write: use file child instead of backing
Vladimir Sementsov-Ogievskiy
2021-09-01
1
-17
/
+22
[prev]
[next]