Sign in
qemu
/
qemu
/
1b7ac7cab6a9abaf686fe7a7f4afea155c03d6a8
/
block
/
vmdk.c
9877860
block/vmdk: Report failures in vmdk_read_cid()
by Peter Maydell
· 7 years ago
3a691c5
block: Add PreallocMode to blk_truncate()
by Max Reitz
· 8 years ago
795c40b
migration: Create migration/blocker.h
by Juan Quintela
· 8 years ago
ed3d2ec
block: Add errp to b{lk,drv}_truncate()
by Max Reitz
· 8 years ago
5588060
block: Add BDRV_O_RESIZE for blk_new_open()
by Kevin Wolf
· 8 years ago
862f215
block: Request child permissions in format drivers
by Kevin Wolf
· 8 years ago
4e4bf5c
block: Attach bs->file only during .bdrv_open()
by Kevin Wolf
· 8 years ago
4545d4f
block/vmdk: Fix the endian problem of buf_len and lba
by QingFeng Hao
· 8 years ago
fe44dc9
migration: disallow migrate_add_blocker during migration
by Ashijeet Acharya
· 8 years ago
b2c622d
vmdk: add vmdk_co_pwritev_compressed
by Pavel Butsykin
· 8 years ago
524089b
vmdk: fix metadata write regression
by Reda Sallahi
· 8 years ago
0b8b875
coroutine: move entry argument to qemu_coroutine_create
by Paolo Bonzini
· 8 years ago
a03ef88
block: Convert bdrv_co_preadv/pwritev to BdrvChild
by Kevin Wolf
· 9 years ago
d9ca2ea
block: Convert bdrv_pwrite(v/_sync) to BdrvChild
by Kevin Wolf
· 9 years ago
cf2ab8f
block: Convert bdrv_pread(v) to BdrvChild
by Kevin Wolf
· 9 years ago
9be3859
coccinelle: Remove unnecessary variables for function return value
by Eduardo Habkost
· 9 years ago
a620f2a
vmdk: Convert to bdrv_co_pwrite_zeroes()
by Eric Blake
· 9 years ago
cf081fc
block: Track write zero limits in bytes
by Eric Blake
· 9 years ago
030c98a
all: Remove unnecessary glib.h includes
by Peter Maydell
· 9 years ago
6bd8ab6
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
by Peter Maydell
· 9 years ago
b97511c
block: Propagate AioContext change to all children
by Max Reitz
· 9 years ago
58369e2
qemu-common: stop including qemu/bswap.h from qemu-common.h
by Paolo Bonzini
· 9 years ago
8341f00
block: Allow BDRV_REQ_FUA through blk_pwrite()
by Eric Blake
· 9 years ago
f249924
Allow users to specify the vmdk virtual hardware version.
by Janne Karhunen
· 9 years ago
37b1d7d
vmdk: Implement .bdrv_co_pwritev() interface
by Kevin Wolf
· 9 years ago
f10cc24
vmdk: Implement .bdrv_co_preadv() interface
by Kevin Wolf
· 9 years ago
a844a2b
vmdk: Add vmdk_find_offset_in_cluster()
by Kevin Wolf
· 9 years ago
72e775c
block: Always set writeback mode in blk_new_open()
by Kevin Wolf
· 9 years ago
f348b6d
util: move declarations out of qemu-common.h
by Veronia Bahaa
· 9 years ago
da34e65
include/qemu/osdep.h: Don't include qapi/error.h
by Markus Armbruster
· 9 years ago
32bafa8
qapi: Don't special-case simple union wrappers
by Eric Blake
· 9 years ago
efaa7c4
blockdev: Split monitor reference from BB creation
by Max Reitz
· 9 years ago
a55448b
qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATURE
by Max Reitz
· 9 years ago
c4bea16
vmdk: Use BB functions in .bdrv_create()
by Kevin Wolf
· 9 years ago
6340472
block: Use writeback in .bdrv_create() implementations
by Kevin Wolf
· 9 years ago
71968db
vmdk: Switch to heap arrays for vmdk_parent_open
by Fam Zheng
· 9 years ago
5997c21
vmdk: Switch to heap arrays for vmdk_read_cid
by Fam Zheng
· 9 years ago
965415e
vmdk: Switch to heap arrays for vmdk_write_cid
by Fam Zheng
· 9 years ago
e0f100f
vmdk: Return extent's file in bdrv_get_block_status
by Fam Zheng
· 9 years ago
d0a18f1
vmdk: Fix calculation of block status's offset
by Fam Zheng
· 9 years ago
67a0fd2
block: Add "file" output parameter to block status query functions
by Fam Zheng
· 9 years ago
3db1d98
vmdk: Fix converting to streamOptimized
by Fam Zheng
· 9 years ago
d62d9dc
vmdk: Create streamOptimized as version 3
by Fam Zheng
· 9 years ago
80c71a2
block: Clean up includes
by Peter Maydell
· 9 years ago
d28d737
vmdk: Clean up "Invalid extent lines" error message
by Markus Armbruster
· 9 years ago
e493769
vmdk: Clean up control flow in vmdk_parse_extents() a bit
by Markus Armbruster
· 9 years ago
9af9e0f
error: Strip trailing '\n' from error string arguments (again)
by Markus Armbruster
· 9 years ago
6a8f966
block: Convert to new qapi union layout
by Eric Blake
· 9 years ago
760e006
block: Convert bs->backing_hd to BdrvChild
by Kevin Wolf
· 10 years ago
9a4f4c3
block: Convert bs->file to BdrvChild
by Kevin Wolf
· 10 years ago
24bc15d
vmdk: Use BdrvChild instead of BDS for references to extents
by Kevin Wolf
· 10 years ago
3efffc3
vmdk: Fix next_cluster_sector for compressed write
by Radoslav Gerganov
· 9 years ago
6ebf9aa
block: Drop drv parameter from bdrv_open()
by Max Reitz
· 9 years ago
cc7a8ea
Include qapi/qmp/qerror.h exactly where needed
by Markus Armbruster
· 10 years ago
d49b683
qerror: Move #include out of qerror.h
by Markus Armbruster
· 10 years ago
c6bd8c7
qerror: Clean up QERR_ macros to expand into a single string
by Markus Armbruster
· 10 years ago
67251a3
block: Fix reopen flag inheritance
by Kevin Wolf
· 10 years ago
f3930ed
block: Move flag inheritance to bdrv_open_inherit()
by Kevin Wolf
· 10 years ago
a646836
vmdk: Use bdrv_open_image()
by Kevin Wolf
· 10 years ago
90df601
vmdk: Use vmdk_find_index_in_cluster everywhere
by Fam Zheng
· 10 years ago
61f0ed1
vmdk: Fix index_in_cluster calculation in vmdk_co_get_block_status
by Fam Zheng
· 10 years ago
13c4941
vmdk: Fix overflow if l1_size is 0x20000000
by Fam Zheng
· 10 years ago
5e82a31
vmdk: Fix next_cluster_sector for compressed write
by Fam Zheng
· 10 years ago
7237aec
vmdk: Widen before shifting 32 bit header field
by Fam Zheng
· 10 years ago
81e5f78
block: use bdrv_get_device_or_node_name() in error messages
by Alberto Garcia
· 10 years ago
a7be17b
block: vmdk - fixed sizeof() error
by Jeff Cody
· 10 years ago
fe20656
block: vmdk - move string allocations from stack to the heap
by Jeff Cody
· 10 years ago
395a22f
block: vmdk - make ret variable usage clear
by Jeff Cody
· 10 years ago
1085daf
block/vmdk: Relative backing file for creation
by Max Reitz
· 10 years ago
5c98415
vmdk: Fix error for JSON descriptor file names
by Max Reitz
· 10 years ago
d899d2e
vmdk: Set errp on failures in vmdk_open_vmdk4
by Fam Zheng
· 10 years ago
9aeecbb
vmdk: Remove unnecessary initialization
by Fam Zheng
· 10 years ago
03c3359
vmdk: Check descriptor file length when reading it
by Fam Zheng
· 10 years ago
73b7bca
vmdk: Clean up descriptor file reading
by Fam Zheng
· 10 years ago
8a3e0bc
vmdk: Fix comment to match code of extent lines
by Fam Zheng
· 10 years ago
e5dc64b
vmdk: Use g_random_int to generate CID
by Fam Zheng
· 10 years ago
5f58330
vmdk: Leave bdi intact if -ENOTSUP in vmdk_get_info
by Fam Zheng
· 10 years ago
bfb197e
block: Eliminate BlockDriverState member device_name[]
by Markus Armbruster
· 10 years ago
d1319b0
vmdk: Fix integer overflow in offset calculation
by Fam Zheng
· 10 years ago
c2eb918
block: round up file size to nearest sector
by Hu Tao
· 10 years ago
b6b1d31
vmdk: fix buf leak in vmdk_parse_extents()
by Stefan Hajnoczi
· 10 years ago
ff74f33
vmdk: fix vmdk_parse_extents() extent_file leaks
by Stefan Hajnoczi
· 10 years ago
0a156f7
vmdk: Use bdrv_nb_sectors() where sectors, not bytes are wanted
by Markus Armbruster
· 10 years ago
5839e53
block: Use g_new() & friends where that makes obvious sense
by Markus Armbruster
· 10 years ago
d6e5993
vmdk: Handle failure for potentially large allocations
by Kevin Wolf
· 11 years ago
c6ac36e
vmdk: Optimize cluster allocation
by Fam Zheng
· 10 years ago
57322b7
block: Use bdrv_nb_sectors() where sectors, not bytes are wanted
by Markus Armbruster
· 11 years ago
3baca89
block: Add Error argument to bdrv_refresh_limits()
by Kevin Wolf
· 10 years ago
4ab1559
qemu-img create: add 'nocow' option
by Chunyan Liu
· 11 years ago
8ee79e7
block: Catch backing files assigned to non-COW drivers
by Kevin Wolf
· 11 years ago
c282e1f
cleanup QEMUOptionParameter
by Chunyan Liu
· 11 years ago
5820f1d
vmdk.c: replace QEMUOptionParameter with QemuOpts
by Chunyan Liu
· 11 years ago
83d0521
change block layer to support both QemuOpts and QEMUOptionParamter
by Chunyan Liu
· 11 years ago
c75f3bd
vmdk: implement .bdrv_detach/attach_aio_context()
by Stefan Hajnoczi
· 11 years ago
c13959c
vmdk: Fix local_err in vmdk_create
by Fam Zheng
· 11 years ago
74fe188
vmdk: Implement .bdrv_get_info()
by Fam Zheng
· 11 years ago
ba0ad89
vmdk: Implement .bdrv_write_compressed
by Fam Zheng
· 11 years ago
9b17031
vmdk: Fix "%x" to PRIx32 in format strings for cid
by Fam Zheng
· 11 years ago
4ab9dab
vmdk: Fix %d and %lld to PRI* in format strings
by Fam Zheng
· 11 years ago
3eba13e
block/vmdk: do not report file offset for compressed extents
by Peter Lieven
· 11 years ago
Next »