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
2017-11-14
block/parallels: add migration blocker
Jeff Cody
2017-11-14
block/parallels: Do not update header or truncate image when INMIGRATE
Jeff Cody
2017-11-14
block/vhdx.c: Don't blindly update the header
Jeff Cody
2017-11-14
block/snapshot: dirty all dirty bitmaps on snapshot-switch
Vladimir Sementsov-Ogievskiy
2017-11-14
qcow2: Assert that the crypto header does not overlap other metadata
Alberto Garcia
2017-11-14
qcow2: Don't open images with header.refcount_table_clusters == 0
Alberto Garcia
2017-11-14
qcow2: Prevent allocating compressed clusters at offset 0
Alberto Garcia
2017-11-14
qcow2: Prevent allocating L2 tables at offset 0
Alberto Garcia
2017-11-14
qcow2: Prevent allocating refcount blocks at offset 0
Alberto Garcia
2017-11-14
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2017-11-13
block: Leave valid throttle timers when removing a BDS from a backend
Alberto Garcia
2017-11-13
block: Check for inserted BlockDriverState in blk_io_limits_disable()
Alberto Garcia
2017-11-13
throttle-groups: drain before detaching ThrottleState
Stefan Hajnoczi
2017-11-13
block: all I/O should be completed before removing throttle timers.
Zhengui
2017-11-09
nbd-client: Stricter enforcing of structured reply spec
Eric Blake
2017-11-09
nbd-client: Short-circuit 0-length operations
Eric Blake
2017-11-09
nbd-client: Refuse read-only client with BDRV_O_RDWR
Eric Blake
2017-11-09
nbd-client: Fix error message typos
Eric Blake
2017-10-30
nbd: Minimal structured read for client
Vladimir Sementsov-Ogievskiy
2017-10-30
nbd/client: prepare nbd_receive_reply for structured reply
Vladimir Sementsov-Ogievskiy
2017-10-26
qcow2: Always execute preallocate() in a coroutine
Max Reitz
2017-10-26
qcow2: Fix unaligned preallocated truncation
Max Reitz
2017-10-26
qcow2: Emit errp when truncating the image tail
Max Reitz
2017-10-26
qcow2: Use BDRV_SECTOR_BITS instead of its literal value
Alberto Garcia
2017-10-26
qcow2: Reduce is_zero() rounding
Eric Blake
2017-10-26
block: Reduce bdrv_aligned_preadv() rounding
Eric Blake
2017-10-26
block: Align block status requests
Eric Blake
2017-10-26
block: Convert bdrv_get_block_status_above() to bytes
Eric Blake
2017-10-26
block: Switch bdrv_co_get_block_status_above() to byte-based
Eric Blake
2017-10-26
block: Switch bdrv_common_block_status_above() to byte-based
Eric Blake
2017-10-26
block: Switch BdrvCoGetBlockStatusData to byte-based
Eric Blake
2017-10-26
block: Switch bdrv_co_get_block_status() to byte-based
Eric Blake
2017-10-26
block: Convert bdrv_get_block_status() to bytes
Eric Blake
2017-10-26
block: Switch bdrv_make_zero() to byte-based
Eric Blake
2017-10-26
qcow2: Switch is_zero_sectors() to byte-based
Eric Blake
2017-10-26
block: Make bdrv_round_to_clusters() signature more useful
Eric Blake
2017-10-26
block: Add flag to avoid wasted work in bdrv_is_allocated()
Eric Blake
2017-10-26
block: Allow NULL file for bdrv_get_block_status()
Eric Blake
2017-10-16
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-10-14' into st...
Peter Maydell
2017-10-13
block/throttle.c: add bdrv_co_drain_begin/end callbacks
Manos Pitsidianakis
2017-10-13
block: rename bdrv_co_drain to bdrv_co_drain_begin
Manos Pitsidianakis
2017-10-13
block: add bdrv_co_drain_end callback
Manos Pitsidianakis
2017-10-12
block/nbd-client: refactor nbd_co_receive_reply
Vladimir Sementsov-Ogievskiy
2017-10-12
block/nbd-client: assert qiov len once in nbd_co_request
Vladimir Sementsov-Ogievskiy
2017-10-09
config: qemu_config_parse() return number of config groups
Eduardo Habkost
2017-10-06
block/mirror: check backing in bdrv_mirror_top_flush
Vladimir Sementsov-Ogievskiy
2017-10-06
qcow2: truncate the tail of the image file after shrinking the image
Pavel Butsykin
2017-10-06
qcow2: fix return error code in qcow2_truncate()
Pavel Butsykin
2017-10-06
block/mirror: check backing in bdrv_mirror_top_refresh_filename
Vladimir Sementsov-Ogievskiy
2017-10-06
block: support passthrough of BDRV_REQ_FUA in crypto driver
Daniel P. Berrange
[next]