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
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
1
-4
/
+2
*
block/block-copy: fix use-after-free of task pointer
Vladimir Sementsov-Ogievskiy
2020-05-13
1
-1
/
+1
*
qcow2: add zstd cluster compression
Denis Plotnikov
2020-05-13
2
-0
/
+176
*
qcow2: rework the cluster compression routine
Denis Plotnikov
2020-05-13
1
-11
/
+60
*
qcow2: introduce compression type feature
Denis Plotnikov
2020-05-13
2
-1
/
+132
*
block: Drop unused .bdrv_has_zero_init_truncate
Eric Blake
2020-05-08
9
-16
/
+0
*
vhdx: Rework truncation logic
Eric Blake
2020-05-08
1
-38
/
+51
*
parallels: Rework truncation logic
Eric Blake
2020-05-08
1
-9
/
+16
*
ssh: Support BDRV_REQ_ZERO_WRITE for truncate
Eric Blake
2020-05-08
1
-0
/
+4
*
sheepdog: Support BDRV_REQ_ZERO_WRITE for truncate
Eric Blake
2020-05-08
1
-0
/
+1
*
rbd: Support BDRV_REQ_ZERO_WRITE for truncate
Eric Blake
2020-05-08
1
-0
/
+3
*
nfs: Support BDRV_REQ_ZERO_WRITE for truncate
Eric Blake
2020-05-08
1
-0
/
+3
*
file-win32: Support BDRV_REQ_ZERO_WRITE for truncate
Eric Blake
2020-05-08
1
-0
/
+3
*
gluster: Drop useless has_zero_init callback
Eric Blake
2020-05-08
1
-14
/
+0
*
qcow2: Fix preallocation on block devices
Max Reitz
2020-05-08
1
-2
/
+8
*
backup: Make sure that source and target size match
Kevin Wolf
2020-05-08
2
-6
/
+22
*
backup: Improve error for bdrv_getlength() failure
Kevin Wolf
2020-05-08
1
-2
/
+2
*
vmdk: Flush only once in vmdk_L2update()
Kevin Wolf
2020-05-08
1
-2
/
+5
*
vmdk: Don't update L2 table for zero write on zero cluster
Kevin Wolf
2020-05-08
1
-1
/
+1
*
vmdk: Fix partial overwrite of zero cluster
Kevin Wolf
2020-05-08
1
-6
/
+12
*
vmdk: Fix zero cluster allocation
Kevin Wolf
2020-05-08
1
-5
/
+7
*
vmdk: Rename VmdkMetaData.valid to new_allocation
Kevin Wolf
2020-05-08
1
-4
/
+4
*
qcow2: Avoid integer wraparound in qcow2_co_truncate()
Alberto Garcia
2020-05-08
1
-5
/
+7
*
block: luks: better error message when creating too large files
Maxim Levitsky
2020-05-07
1
-4
/
+21
*
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-05-05' in...
Peter Maydell
2020-05-05
16
-149
/
+309
|
\
|
*
block/block-copy: use aio-task-pool API
Vladimir Sementsov-Ogievskiy
2020-05-05
1
-13
/
+106
|
*
block/block-copy: refactor task creation
Vladimir Sementsov-Ogievskiy
2020-05-05
1
-34
/
+46
|
*
block/block-copy: add state pointer to BlockCopyTask
Vladimir Sementsov-Ogievskiy
2020-05-05
1
-13
/
+15
|
*
block/block-copy: alloc task on each iteration
Vladimir Sementsov-Ogievskiy
2020-05-05
1
-7
/
+11
|
*
block/block-copy: rename in-flight requests to tasks
Vladimir Sementsov-Ogievskiy
2020-05-05
1
-50
/
+48
|
*
block: Comment cleanups
Eric Blake
2020-05-05
3
-7
/
+8
|
*
qcow2: Tweak comment about bitmaps vs. resize
Eric Blake
2020-05-05
1
-1
/
+1
|
*
qcow2: Allow resize of images with internal snapshots
Eric Blake
2020-05-05
2
-7
/
+38
|
*
block: Add blk_new_with_bs() helper
Eric Blake
2020-05-05
11
-49
/
+68
*
|
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-05-04' into st...
Peter Maydell
2020-05-05
1
-4
/
+2
|
\
\
|
*
|
block/nbd-client: drop max_block restriction from discard
Vladimir Sementsov-Ogievskiy
2020-05-04
1
-1
/
+1
|
*
|
block/nbd-client: drop max_block restriction from block_status
Vladimir Sementsov-Ogievskiy
2020-05-04
1
-3
/
+1
|
|
/
*
|
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...
Peter Maydell
2020-05-05
4
-12
/
+6
|
\
\
|
*
|
Compress lines for immediate return
Simran Singhal
2020-05-04
4
-12
/
+6
|
|
/
*
/
lockable: replaced locks with lock guard macros where appropriate
Daniel Brodsky
2020-05-04
2
-32
/
+26
|
/
*
qcow2: Forward ZERO_WRITE flag for full preallocation
Kevin Wolf
2020-04-30
1
-3
/
+19
*
block: truncate: Don't make backing file data visible
Kevin Wolf
2020-04-30
1
-0
/
+25
*
file-posix: Support BDRV_REQ_ZERO_WRITE for truncate
Kevin Wolf
2020-04-30
1
-0
/
+4
*
raw-format: Support BDRV_REQ_ZERO_WRITE for truncate
Kevin Wolf
2020-04-30
1
-1
/
+3
*
qcow2: Support BDRV_REQ_ZERO_WRITE for truncate
Kevin Wolf
2020-04-30
2
-1
/
+35
*
block-backend: Add flags to blk_truncate()
Kevin Wolf
2020-04-30
10
-16
/
+16
*
block: Add flags to bdrv(_co)_truncate()
Kevin Wolf
2020-04-30
11
-23
/
+28
*
block: Add flags to BlockDriver.bdrv_co_truncate()
Kevin Wolf
2020-04-30
13
-11
/
+22
*
qapi: Only input visitors can actually fail
Markus Armbruster
2020-04-30
1
-8
/
+1
*
block/file-posix: Fix check_cache_dropped() error handling
Markus Armbruster
2020-04-29
1
-1
/
+4
[next]