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
2013-10-11
qcow2: Use better type for numerical snapshot ID
Max Reitz
2013-10-11
qcow2: Fix snapshot restoration in snapshot_create
Max Reitz
2013-10-11
qcow2: Remove wrong metadata overlap check
Max Reitz
2013-10-11
qcow2: Add missing space in error message
Max Reitz
2013-10-11
block: Add BlockDriver.bdrv_check_ext_snapshot.
Benoît Canet
2013-10-11
block/get_block_status: avoid redundant callouts on raw devices
Peter Lieven
2013-10-11
qcow2: Assert against snapshot name/ID overflow
Max Reitz
2013-10-11
qcow2: Free allocated snapshot table on error
Max Reitz
2013-10-11
qcow2: Always use error path on writing snapshots
Max Reitz
2013-10-11
qcow2: Free preallocated zero clusters
Max Reitz
2013-10-11
qcow2: Use pread for inactive L1 in overlap check
Max Reitz
2013-10-11
qcow2: Add support for ImageInfoSpecific
Max Reitz
2013-10-11
block/qapi: Human-readable ImageInfoSpecific dump
Max Reitz
2013-10-11
block: Add bdrv_get_specific_info
Max Reitz
2013-10-11
qapi: make use of new BlockJobType
Fam Zheng
2013-10-11
blockjob: rename BlockJobType to BlockJobDriver
Fam Zheng
2013-10-10
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
2013-10-09
block/iscsi: reenable iscsi_co_get_block_status
Peter Lieven
2013-10-07
qcow2: Free allocated L2 cluster on error
Max Reitz
2013-10-02
qcow2: Switch L1 table in a single sequence
Max Reitz
2013-10-02
block: vhdx - add migration blocker
Jeff Cody
2013-10-02
qcow2: CHECK_OFLAG_COPIED is obsolete
Max Reitz
2013-10-02
qcow2: Correct endianness in overlap check
Max Reitz
2013-09-27
qcow2: Remove useless count_contiguous_clusters() parameter
Kevin Wolf
2013-09-27
qcow2: COMPRESSED on count_contiguous_clusters
Max Reitz
2013-09-27
qcow2: count_contiguous_clusters and compression
Max Reitz
2013-09-27
qcow2: Free only newly allocated clusters on error
Max Reitz
2013-09-27
qcow2: Always use error path in l2_allocate
Max Reitz
2013-09-27
qcow2: Don't put invalid L2 table into cache
Max Reitz
2013-09-27
qcow2: Correct bitmap size in zero expansion
Max Reitz
2013-09-25
qcow2: Assert against currently impossible overflow
Max Reitz
2013-09-25
block: qed - use QEMU_PACKED for on-disk structures
Jeff Cody
2013-09-25
block: qcow2 - used QEMU_PACKED for on-disk structures
Jeff Cody
2013-09-25
block: vpc - use QEMU_PACKED for on-disk structures
Jeff Cody
2013-09-25
block: vdi - use QEMU_PACKED for on-disk structures
Jeff Cody
2013-09-25
rbd: avoid qemu_rbd_snap_list() memory leaks
Stefan Hajnoczi
2013-09-25
block: Fix compiler warning (-Werror=uninitialized)
Stefan Weil
2013-09-25
block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.
Benoît Canet
2013-09-25
vmdk: fix cluster size check for flat extents
Fam Zheng
2013-09-25
qcow2: Don't shadow return value
Max Reitz
2013-09-23
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
2013-09-23
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
2013-09-20
qcow2: Correct snapshots size for overlap check
Max Reitz
2013-09-18
block/iscsi: Drop iscsi_co_get_block_status for older versions of libiscsi
Stefan Weil
2013-09-17
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2013-09-12
iscsi: split discard requests in multiple parts
Peter Lieven
2013-09-12
qcow2: Use Error parameter
Max Reitz
2013-09-12
block: Error parameter for create functions
Max Reitz
2013-09-12
block: Error parameter for open functions
Max Reitz
2013-09-12
bdrv: Use "Error" for creating images
Max Reitz
[next]