index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
2018-03-06
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2018-03-05
block: Fix NULL dereference on empty drive error
Kevin Wolf
2018-03-02
qapi: Empty out qapi-schema.json
Markus Armbruster
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
2018-03-02
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
2018-03-02
qcow2: Replace align_offset() with ROUND_UP()
Alberto Garcia
2018-03-02
block/ssh: Add basic .bdrv_truncate()
Max Reitz
2018-03-02
block/ssh: Make ssh_grow_file() blocking
Max Reitz
2018-03-02
block/ssh: Pull ssh_grow_file() from ssh_create()
Max Reitz
2018-03-02
qcow2: make qcow2_co_create2() a coroutine_fn
Stefan Hajnoczi
2018-03-02
block: rename .bdrv_create() to .bdrv_co_create_opts()
Stefan Hajnoczi
2018-03-02
block: add BlockBackend->in_flight counter
Stefan Hajnoczi
2018-03-02
block: extract AIO_WAIT_WHILE() from BlockDriverState
Stefan Hajnoczi
2018-03-02
block: fix write with zero flag set and iovector provided
Anton Nefedov
2018-03-02
block: Drop unused .bdrv_co_get_block_status()
Eric Blake
2018-03-02
vvfat: Switch to .bdrv_co_block_status()
Eric Blake
2018-03-02
vpc: Switch to .bdrv_co_block_status()
Eric Blake
2018-03-02
vmdk: Switch to .bdrv_co_block_status()
Eric Blake
2018-03-02
vdi: Switch to .bdrv_co_block_status()
Eric Blake
2018-03-02
vdi: Avoid bitrot of debugging code
Eric Blake
2018-03-02
sheepdog: Switch to .bdrv_co_block_status()
Eric Blake
2018-03-02
raw: Switch to .bdrv_co_block_status()
Eric Blake
2018-03-02
qed: Switch to .bdrv_co_block_status()
Eric Blake
2018-03-02
qcow2: Switch to .bdrv_co_block_status()
Eric Blake
2018-03-02
qcow: Switch to .bdrv_co_block_status()
Eric Blake
2018-03-02
parallels: Switch to .bdrv_co_block_status()
Eric Blake
2018-03-02
null: Switch to .bdrv_co_block_status()
Eric Blake
2018-03-02
iscsi: Switch to .bdrv_co_block_status()
Eric Blake
2018-03-02
iscsi: Switch iscsi_allocmap_update() to byte-based
Eric Blake
2018-03-02
iscsi: Switch cluster_sectors to byte-based
Eric Blake
2018-03-02
gluster: Switch to .bdrv_co_block_status()
Eric Blake
2018-03-02
file-posix: Switch to .bdrv_co_block_status()
Eric Blake
2018-03-02
block: Switch passthrough drivers to .bdrv_co_block_status()
Eric Blake
2018-03-02
nvme: Drop pointless .bdrv_co_get_block_status()
Eric Blake
2018-03-02
block: Add .bdrv_co_block_status() callback
Eric Blake
2018-03-01
nbd: Honor server's advertised minimum block size
Eric Blake
2018-03-01
block/nvme: fix Coverity reports
Paolo Bonzini
2018-02-13
qcow2: Allow configuring the L2 slice size
Alberto Garcia
2018-02-13
qcow2: Rename l2_table in count_cow_clusters()
Alberto Garcia
2018-02-13
qcow2: Rename l2_table in count_contiguous_clusters_unallocated()
Alberto Garcia
2018-02-13
qcow2: Rename l2_table in count_contiguous_clusters()
Alberto Garcia
2018-02-13
qcow2: Rename l2_table in qcow2_alloc_compressed_cluster_offset()
Alberto Garcia
2018-02-13
qcow2: Update qcow2_truncate() to support L2 slices
Alberto Garcia
2018-02-13
qcow2: Update expand_zero_clusters_in_l1() to support L2 slices
Alberto Garcia
2018-02-13
qcow2: Prepare expand_zero_clusters_in_l1() for adding L2 slice support
Alberto Garcia
2018-02-13
qcow2: Read refcount before L2 table in expand_zero_clusters_in_l1()
Alberto Garcia
2018-02-13
qcow2: Update qcow2_update_snapshot_refcount() to support L2 slices
Alberto Garcia
2018-02-13
qcow2: Prepare qcow2_update_snapshot_refcount() for adding L2 slice support
Alberto Garcia
2018-02-13
qcow2: Update zero_single_l2() to support L2 slices
Alberto Garcia
2018-02-13
qcow2: Update discard_single_l2() to support L2 slices
Alberto Garcia
[next]