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/file-posix: Unaligned O_DIRECT block-status
Max Reitz
2019-05-20
1
-0
/
+16
*
blockjob: Propagate AioContext change to all job nodes
Kevin Wolf
2019-05-20
2
-17
/
+1
*
block: Add blk_set_allow_aio_context_change()
Kevin Wolf
2019-05-20
1
-0
/
+10
*
block: Implement .(can_)set_aio_ctx for BlockBackend
Kevin Wolf
2019-05-20
1
-2
/
+43
*
block: Use BDRV_REQUEST_MAX_BYTES instead of BDRV_REQUEST_MAX_SECTORS
Alberto Garcia
2019-05-20
1
-3
/
+3
*
qcow2: Define and use QCOW2_COMPRESSED_SECTOR_SIZE
Alberto Garcia
2019-05-20
4
-14
/
+23
*
block/file-posix: Truncate in xfs_write_zeroes()
Max Reitz
2019-05-20
1
-0
/
+13
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-05-13' into ...
Peter Maydell
2019-05-13
1
-3
/
+3
|
\
|
*
Clean up ill-advised or unusual header guards
Markus Armbruster
2019-05-13
1
-3
/
+3
*
|
qcow2: Remove BDRVQcow2State.cluster_sectors
Alberto Garcia
2019-05-10
2
-2
/
+0
*
|
block: Remove bdrv_read() and bdrv_write()
Alberto Garcia
2019-05-10
1
-36
/
+7
*
|
vvfat: Replace bdrv_{read,write}() with bdrv_{pread,pwrite}()
Alberto Garcia
2019-05-10
1
-5
/
+7
*
|
vdi: Replace bdrv_{read,write}() with bdrv_{pread,pwrite}()
Alberto Garcia
2019-05-10
1
-6
/
+9
*
|
qcow2: Replace bdrv_write() with bdrv_pwrite()
Alberto Garcia
2019-05-10
1
-2
/
+2
|
/
*
block/io.c: fix for the allocation failure
Andrey Shinkevich
2019-05-10
1
-1
/
+1
*
commit: Use bdrv_append() in commit_start()
Alberto Garcia
2019-05-07
1
-10
/
+1
*
block/ssh: Implement .bdrv_dirname()
Max Reitz
2019-05-07
1
-0
/
+21
*
block/ssh: Implement .bdrv_refresh_filename()
Max Reitz
2019-05-07
1
-5
/
+47
*
qcow2: discard bitmap when removed
Andrey Shinkevich
2019-05-07
1
-1
/
+1
*
qcow2-refcount: don't mask corruptions under internal errors
Vladimir Sementsov-Ogievskiy
2019-05-07
1
-10
/
+9
*
qcow2-refcount: check_refcounts_l2: don't count fixed cluster as allocated
Vladimir Sementsov-Ogievskiy
2019-05-07
1
-9
/
+9
*
qcow2-refcount: check_refcounts_l2: reduce ignored overlaps
Vladimir Sementsov-Ogievskiy
2019-05-07
1
-7
/
+9
*
qcow2-refcount: avoid eating RAM
Vladimir Sementsov-Ogievskiy
2019-05-07
1
-0
/
+19
*
qcow2-refcount: fix check_oflag_copied
Vladimir Sementsov-Ogievskiy
2019-05-07
1
-4
/
+4
*
block/qed: add missed coroutine_fn markers
Vladimir Sementsov-Ogievskiy
2019-04-30
4
-29
/
+41
*
commit: Make base read-only if there is an early failure
Alberto Garcia
2019-04-30
1
-0
/
+3
*
block/stream: use buffer-based io
Vladimir Sementsov-Ogievskiy
2019-04-30
1
-3
/
+1
*
block/commit: use buffer-based io
Vladimir Sementsov-Ogievskiy
2019-04-30
1
-3
/
+2
*
block/backup: use buffer-based io
Vladimir Sementsov-Ogievskiy
2019-04-30
1
-8
/
+6
*
block/parallels: use buffer-based io
Vladimir Sementsov-Ogievskiy
2019-04-30
1
-8
/
+6
*
block/qed: use buffer-based io
Vladimir Sementsov-Ogievskiy
2019-04-30
2
-11
/
+7
*
block/qcow: use buffer-based io
Vladimir Sementsov-Ogievskiy
2019-04-30
1
-13
/
+6
*
block/qcow2: use buffer-based io
Vladimir Sementsov-Ogievskiy
2019-04-30
1
-7
/
+2
*
qcow2: Fix error handling in the compression code
Alberto Garcia
2019-04-30
1
-9
/
+9
*
qcow2: Fix qcow2_make_empty() with external data file
Kevin Wolf
2019-04-30
1
-2
/
+5
*
qcow2: Fix full preallocation with external data file
Kevin Wolf
2019-04-30
1
-18
/
+23
*
qcow2: Add errp to preallocate_co()
Kevin Wolf
2019-04-30
1
-5
/
+6
*
qcow2: Avoid COW during metadata preallocation
Kevin Wolf
2019-04-30
1
-1
/
+1
*
qemu-img: Saner printing of large file sizes
Eric Blake
2019-04-30
1
-38
/
+11
*
block/vhdx: Use IEC binary prefixes for size constants
Stefano Garzarella
2019-04-30
3
-7
/
+9
*
block/vhdx: Remove redundant IEC binary prefixes definition
Stefano Garzarella
2019-04-30
2
-6
/
+3
*
vmdk: Set vmdk parent backing_format to vmdk
Sam Eiderman
2019-04-30
1
-0
/
+2
*
vpc: unlock Coroutine lock to make IO submit Concurrently
Zhengui li
2019-04-30
1
-0
/
+4
*
block/qapi: Clean up how we print to monitor or stdout
Markus Armbruster
2019-04-18
1
-65
/
+55
*
block/ssh: Do not report read/write/flush errors to the user
Markus Armbruster
2019-04-17
2
-25
/
+16
*
qcow2: Fix preallocation bdrv_pwrite to wrong file
Kevin Wolf
2019-04-16
1
-1
/
+2
*
block: freeze the backing chain earlier in stream_start()
Alberto Garcia
2019-04-02
1
-6
/
+7
*
block/file-posix: do not fail on unlock bytes
Vladimir Sementsov-Ogievskiy
2019-04-02
1
-0
/
+12
*
block/gluster: limit the transfer size to 512 MiB
Stefano Garzarella
2019-04-02
1
-0
/
+16
*
nbd/client: Trace server noncompliance on structured reads
Eric Blake
2019-04-01
2
-2
/
+11
[next]