index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
2020-05-18
block: Pass BdrvChildRole to bdrv_child_perm()
Max Reitz
2020-05-18
block: Add BdrvChildRole to BdrvChild
Max Reitz
2020-05-18
block: Rename BdrvChildRole to BdrvChildClass
Max Reitz
2020-05-18
block: Add BlockDriver.is_format
Max Reitz
2020-05-18
block: Mark commit, mirror, blkreplay as filters
Max Reitz
2020-05-18
block: Use bdrv_make_empty() where possible
Max Reitz
2020-05-18
replication: Avoid blk_make_empty() on read-only child
Kevin Wolf
2020-05-18
block: Use blk_make_empty() after commits
Max Reitz
2020-05-18
block: Add blk_make_empty()
Max Reitz
2020-05-18
block/replication.c: Avoid cancelling the job twice
Lukas Straub
2020-05-18
mirror: Make sure that source and target size match
Kevin Wolf
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-13
block/block-copy: fix use-after-free of task pointer
Vladimir Sementsov-Ogievskiy
2020-05-13
qcow2: add zstd cluster compression
Denis Plotnikov
2020-05-13
qcow2: rework the cluster compression routine
Denis Plotnikov
2020-05-13
qcow2: introduce compression type feature
Denis Plotnikov
2020-05-08
block: Drop unused .bdrv_has_zero_init_truncate
Eric Blake
2020-05-08
vhdx: Rework truncation logic
Eric Blake
2020-05-08
parallels: Rework truncation logic
Eric Blake
2020-05-08
ssh: Support BDRV_REQ_ZERO_WRITE for truncate
Eric Blake
2020-05-08
sheepdog: Support BDRV_REQ_ZERO_WRITE for truncate
Eric Blake
2020-05-08
rbd: Support BDRV_REQ_ZERO_WRITE for truncate
Eric Blake
2020-05-08
nfs: Support BDRV_REQ_ZERO_WRITE for truncate
Eric Blake
2020-05-08
file-win32: Support BDRV_REQ_ZERO_WRITE for truncate
Eric Blake
2020-05-08
gluster: Drop useless has_zero_init callback
Eric Blake
2020-05-08
qcow2: Fix preallocation on block devices
Max Reitz
2020-05-08
backup: Make sure that source and target size match
Kevin Wolf
2020-05-08
backup: Improve error for bdrv_getlength() failure
Kevin Wolf
2020-05-08
vmdk: Flush only once in vmdk_L2update()
Kevin Wolf
2020-05-08
vmdk: Don't update L2 table for zero write on zero cluster
Kevin Wolf
2020-05-08
vmdk: Fix partial overwrite of zero cluster
Kevin Wolf
2020-05-08
vmdk: Fix zero cluster allocation
Kevin Wolf
2020-05-08
vmdk: Rename VmdkMetaData.valid to new_allocation
Kevin Wolf
2020-05-08
qcow2: Avoid integer wraparound in qcow2_co_truncate()
Alberto Garcia
2020-05-07
block: luks: better error message when creating too large files
Maxim Levitsky
2020-05-05
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-05-05' in...
Peter Maydell
2020-05-05
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-05-04' into st...
Peter Maydell
2020-05-05
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...
Peter Maydell
2020-05-05
block/block-copy: use aio-task-pool API
Vladimir Sementsov-Ogievskiy
2020-05-05
block/block-copy: refactor task creation
Vladimir Sementsov-Ogievskiy
2020-05-05
block/block-copy: add state pointer to BlockCopyTask
Vladimir Sementsov-Ogievskiy
2020-05-05
block/block-copy: alloc task on each iteration
Vladimir Sementsov-Ogievskiy
2020-05-05
block/block-copy: rename in-flight requests to tasks
Vladimir Sementsov-Ogievskiy
2020-05-05
block: Comment cleanups
Eric Blake
2020-05-05
qcow2: Tweak comment about bitmaps vs. resize
Eric Blake
2020-05-05
qcow2: Allow resize of images with internal snapshots
Eric Blake
2020-05-05
block: Add blk_new_with_bs() helper
Eric Blake
2020-05-04
block/nbd-client: drop max_block restriction from discard
Vladimir Sementsov-Ogievskiy
2020-05-04
block/nbd-client: drop max_block restriction from block_status
Vladimir Sementsov-Ogievskiy
2020-05-04
lockable: replaced locks with lock guard macros where appropriate
Daniel Brodsky
[next]