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/mirror: add missing coroutine_fn annotations
Stefan Hajnoczi
2018-12-14
1
-8
/
+11
*
block: Remove flags parameter from bdrv_reopen_queue()
Alberto Garcia
2018-12-14
1
-4
/
+2
*
block: Clean up reopen_backing_file() in block/replication.c
Alberto Garcia
2018-12-14
1
-24
/
+21
*
block: Use bdrv_reopen_set_read_only() in the mirror driver
Alberto Garcia
2018-12-14
1
-7
/
+12
*
block: Use bdrv_reopen_set_read_only() in stream_start/complete()
Alberto Garcia
2018-12-14
1
-10
/
+10
*
block: Use bdrv_reopen_set_read_only() in bdrv_commit()
Alberto Garcia
2018-12-14
1
-4
/
+3
*
block: Use bdrv_reopen_set_read_only() in commit_start/complete()
Alberto Garcia
2018-12-14
1
-10
/
+6
*
file-posix: Avoid aio_worker() for QEMU_AIO_IOCTL
Kevin Wolf
2018-12-14
1
-40
/
+17
*
file-posix: Switch to .bdrv_co_ioctl
Kevin Wolf
2018-12-14
1
-10
/
+11
*
file-posix: Remove paio_submit_co()
Kevin Wolf
2018-12-14
1
-34
/
+0
*
file-posix: Avoid aio_worker() for QEMU_AIO_READ/WRITE
Kevin Wolf
2018-12-14
1
-8
/
+19
*
file-posix: Move read/write operation logic out of aio_worker()
Kevin Wolf
2018-12-14
1
-20
/
+20
*
file-posix: Avoid aio_worker() for QEMU_AIO_FLUSH
Kevin Wolf
2018-12-14
1
-5
/
+11
*
file-posix: Avoid aio_worker() for QEMU_AIO_DISCARD
Kevin Wolf
2018-12-14
1
-8
/
+24
*
file-posix: Avoid aio_worker() for QEMU_AIO_WRITE_ZEROES
Kevin Wolf
2018-12-14
1
-19
/
+34
*
file-posix: Avoid aio_worker() for QEMU_AIO_COPY_RANGE
Kevin Wolf
2018-12-14
1
-5
/
+17
*
file-posix: Avoid aio_worker() for QEMU_AIO_TRUNCATE
Kevin Wolf
2018-12-14
1
-6
/
+6
*
file-posix: Factor out raw_thread_pool_submit()
Kevin Wolf
2018-12-14
1
-7
/
+10
*
file-posix: Reorganise RawPosixAIOData
Kevin Wolf
2018-12-14
1
-40
/
+49
*
qcow2: do decompression in threads
Vladimir Sementsov-Ogievskiy
2018-12-14
1
-7
/
+27
*
qcow2: aio support for compressed cluster read
Vladimir Sementsov-Ogievskiy
2018-12-14
2
-51
/
+49
*
qcow2: use byte-based read in qcow2_decompress_cluster
Vladimir Sementsov-Ogievskiy
2018-12-14
1
-7
/
+12
*
qcow2: refactor decompress_buffer
Vladimir Sementsov-Ogievskiy
2018-12-14
1
-21
/
+35
*
qcow2: move decompression from qcow2-cluster.c to qcow2.c
Vladimir Sementsov-Ogievskiy
2018-12-14
2
-70
/
+71
*
qcow2: make more generic interface for qcow2_compress
Vladimir Sementsov-Ogievskiy
2018-12-14
1
-12
/
+18
*
qcow2: use Z_OK instead of 0 for deflateInit2 return code check
Vladimir Sementsov-Ogievskiy
2018-12-14
1
-1
/
+1
*
block/backup: drop unused synchronization interface
Vladimir Sementsov-Ogievskiy
2018-12-14
1
-31
/
+7
*
block/replication: drop extra synchronization
Vladimir Sementsov-Ogievskiy
2018-12-14
1
-23
/
+1
*
dmg: exchanging hardcoded dmg UDIF block types to enum.
Julio Faracco
2018-12-14
1
-15
/
+28
*
dmg: including dmg-lzfse module inside dmg block driver.
Julio Faracco
2018-12-14
2
-0
/
+31
*
configure: adding support to lzfse library.
Julio Faracco
2018-12-14
1
-0
/
+2
*
block: adding lzfse decompressing support as a module.
Julio Faracco
2018-12-14
1
-0
/
+49
*
crypto: support multiple threads accessing one QCryptoBlock
Vladimir Sementsov-Ogievskiy
2018-12-12
3
-3
/
+4
*
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-12-03' into st...
Peter Maydell
2018-12-03
1
-1
/
+20
|
\
|
*
nbd/client: Send NBD_CMD_DISC if open fails after connect
Eric Blake
2018-11-30
1
-2
/
+16
|
*
nbd/client: Make x-dirty-bitmap more reliable
Eric Blake
2018-11-30
1
-0
/
+5
*
|
mirror: fix dead-lock
Vladimir Sementsov-Ogievskiy
2018-12-03
1
-8
/
+5
|
/
*
file-posix: Fix shared locks on reopen commit
Max Reitz
2018-11-19
1
-1
/
+1
*
qcow2: Don't allow overflow during cluster allocation
Eric Blake
2018-11-19
2
-7
/
+19
*
vvfat: Fix memory leak
Kevin Wolf
2018-11-19
1
-3
/
+3
*
qcow2: Read outside array bounds in qcow2_pre_write_overlap_check()
Liam Merwick
2018-11-12
1
-8
/
+10
*
block: Fix potential Null pointer dereferences in vvfat.c
Liam Merwick
2018-11-12
1
-16
/
+30
*
block: Null pointer dereference in blk_root_get_parent_desc()
Liam Merwick
2018-11-12
1
-1
/
+2
*
block: Make more block drivers compile-time configurable
Jeff Cody
2018-11-12
1
-6
/
+16
*
file-posix: Drop s->lock_fd
Fam Zheng
2018-11-12
1
-24
/
+13
*
file-posix: Skip effectiveless OFD lock operations
Fam Zheng
2018-11-12
1
-10
/
+44
*
file-posix: Use error API properly
Fam Zheng
2018-11-12
1
-23
/
+16
*
vdi: Use a literal number of bytes for DEFAULT_CLUSTER_SIZE
Leonid Bloch
2018-11-05
1
-2
/
+2
*
iscsi: Support auto-read-only option
Kevin Wolf
2018-11-05
1
-3
/
+5
*
gluster: Support auto-read-only option
Kevin Wolf
2018-11-05
1
-2
/
+10
[next]