Sign in
qemu
/
qemu
/
75af1f34cd5b07c3c7fcf86dfc99a42de48a600d
/
include
/
block
/
block.h
75af1f3
block: introduce BDRV_REQUEST_MAX_SECTORS
by Peter Lieven
· 10 years ago
bb00021
block: Split BLOCK_OP_TYPE_COMMIT to BLOCK_OP_TYPE_COMMIT_{SOURCE, TARGET}
by Fam Zheng
· 10 years ago
c4237df
block: fix spoiling all dirty bitmaps by mirror and migration
by Vladimir Sementsov-Ogievskiy
· 10 years ago
9f07429
block: JSON filenames and relative backing files
by Max Reitz
· 10 years ago
0a82855
block: Get full backing filename from string
by Max Reitz
· 10 years ago
b5cf2c1
block: drop unused bdrv_clear_incoming_migration_all() prototype
by Stefan Hajnoczi
· 10 years ago
5c98415
vmdk: Fix error for JSON descriptor file names
by Max Reitz
· 10 years ago
20a9e77
block: Add bdrv_get_node_name
by Fam Zheng
· 10 years ago
04df765
block: Add bdrv_next_node
by Fam Zheng
· 10 years ago
776346c
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-11' into staging
by Peter Maydell
· 10 years ago
705be72
block: Fix comment for bdrv_co_get_block_status
by Fam Zheng
· 10 years ago
5b98db0
block: add bdrv_drain()
by Stefan Hajnoczi
· 10 years ago
7748543
block: Add status callback to bdrv_amend_options()
by Max Reitz
· 10 years ago
9405418
qcow2: Optimize bdrv_make_empty()
by Max Reitz
· 10 years ago
9ebd844
block: Add qemu_{,try_}blockalign0()
by Max Reitz
· 10 years ago
a7f53e2
block: Lift device model API into BlockBackend
by Markus Armbruster
· 10 years ago
097310b
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
by Markus Armbruster
· 10 years ago
7c84b1b
block: Rename BlockDriverAIOCB* to BlockAIOCB*
by Markus Armbruster
· 10 years ago
7f06d47
block: Merge BlockBackend and BlockDriverState name spaces
by Markus Armbruster
· 10 years ago
bfb197e
block: Eliminate BlockDriverState member device_name[]
by Markus Armbruster
· 10 years ago
fea68bb
block: Eliminate bdrv_iterate(), use bdrv_next()
by Markus Armbruster
· 10 years ago
e4e9986
block: Split bdrv_new_root() off bdrv_new()
by Markus Armbruster
· 10 years ago
02c50ef
block: Add bdrv_aio_cancel_async
by Fam Zheng
· 10 years ago
5366d0c
block: Make the block accounting functions operate on BlockAcctStats
by Benoît Canet
· 11 years ago
5e5a94b
block: Extract the block accounting code
by Benoît Canet
· 11 years ago
0ddd0ad
block: Extract the BlockAcctStats structure
by Benoît Canet
· 11 years ago
91af701
block: Add bdrv_refresh_filename()
by Max Reitz
· 11 years ago
7d2a35c
block: Introduce qemu_try_blockalign()
by Kevin Wolf
· 11 years ago
65a9bb2
block: New bdrv_nb_sectors()
by Markus Armbruster
· 11 years ago
3baca89
block: Add Error argument to bdrv_refresh_limits()
by Kevin Wolf
· 11 years ago
448ad91
block: block: introduce APIs for submitting IO as a batch
by Ming Lei
· 11 years ago
54e2690
block: extend block-commit to accept a string for the backing file
by Jeff Cody
· 11 years ago
5a6684d
block: add helper function to determine if a BDS is in a chain
by Jeff Cody
· 11 years ago
6b8aeca
block.c: Don't return success for bdrv_append_temp_snapshot() failure
by Chen Gang
· 11 years ago
09158f0
block: Add replaces argument to drive-mirror
by Benoît Canet
· 11 years ago
a589569
qapi: adjust existing defines
by Wenchao Xia
· 11 years ago
c282e1f
cleanup QEMUOptionParameter
by Chunyan Liu
· 11 years ago
83d0521
change block layer to support both QemuOpts and QEMUOptionParamter
by Chunyan Liu
· 11 years ago
db519cb
block: Move declaration of bdrv_get_aio_context to block.h
by Fam Zheng
· 11 years ago
76ef2cf
raw-posix: drop raw_get_aio_fd() since it is no longer used
by Stefan Hajnoczi
· 11 years ago
dcd0422
block: add bdrv_set_aio_context()
by Stefan Hajnoczi
· 11 years ago
8d24cce
block: Add bdrv_set_backing_hd()
by Fam Zheng
· 11 years ago
3718d8a
block: Replace in_use with operation blocker
by Fam Zheng
· 11 years ago
fbe40ff
block: Introduce op_blockers to BlockDriverState
by Fam Zheng
· 11 years ago
8574575
block: Add BlockOpType enum
by Fam Zheng
· 11 years ago
e88ae22
block: Fix bdrv_is_allocated() for short backing files
by Kevin Wolf
· 11 years ago
b1e6fc0
block: Fix open flags with BDRV_O_SNAPSHOT
by Kevin Wolf
· 11 years ago
85f49ca
qemu-img: Convert by cluster size if target is compressed
by Fam Zheng
· 11 years ago
8bfea15
block: Unlink temporary files in raw-posix/win32
by Kevin Wolf
· 11 years ago
98522f6
block: Add errp to bdrv_new()
by Kevin Wolf
· 11 years ago
b8afb52
block: Handle error of bdrv_getlength in bdrv_create_dirty_bitmap
by Fam Zheng
· 11 years ago
b998875
block: Fix snapshot=on for protocol parsed from filename
by Kevin Wolf
· 11 years ago
5a8a30d
block: Add error handling to bdrv_invalidate_cache()
by Kevin Wolf
· 11 years ago
b5042a3
block: Rewrite the snapshot authorization mechanism for block filters.
by Benoît Canet
· 11 years ago
f7d9fd8
block: Remove bdrv_open_image()'s force_raw option
by Max Reitz
· 11 years ago
2e40134
block: Make bdrv_file_open() static
by Max Reitz
· 11 years ago
ddf5636
block: Add reference parameter to bdrv_open()
by Max Reitz
· 11 years ago
f67503e
block: Change BDS parameter of bdrv_open() to **
by Max Reitz
· 11 years ago
9e1cb96
qemu-iotests: Test pwritev RMW logic
by Kevin Wolf
· 11 years ago
8407d5d
block: Make bdrv_pwrite() a bdrv_prwv_co() wrapper
by Kevin Wolf
· 11 years ago
1b7fd72
block: rename buffer_alignment to guest_block_size
by Paolo Bonzini
· 13 years ago
339064d
block: Don't use guest sector size for qemu_blockalign()
by Kevin Wolf
· 11 years ago
355ef4a
block: Update BlockLimits when they might have changed
by Kevin Wolf
· 11 years ago
212a5a8
block: Create authorizations mechanism for external snapshot and resize.
by Benoît Canet
· 11 years ago
12d3ba8
qmp: Allow to change password on named block driver states.
by Benoît Canet
· 11 years ago
c13163f
qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes.
by Benoît Canet
· 11 years ago
dc364f4
block: Add bs->node_name to hold the name of a bs node of the bs graph.
by Benoît Canet
· 11 years ago
da557aa
block: Add bdrv_open_image()
by Max Reitz
· 11 years ago
72daa72
block: Allow reference for bdrv_file_open()
by Max Reitz
· 11 years ago
d5ef94d
block: add bdrv_aio_write_zeroes
by Paolo Bonzini
· 11 years ago
d20d9b7
block: add flags to BlockRequest
by Paolo Bonzini
· 11 years ago
4cc70e9
blkdebug: add "remove_break" command
by Fam Zheng
· 11 years ago
21b5683
qapi: Change BlockDirtyInfo to list
by Fam Zheng
· 11 years ago
e4654d2
block: per caller dirty bitmap
by Fam Zheng
· 11 years ago
d75cbb5
block: introduce bdrv_make_zero
by Peter Lieven
· 11 years ago
4ce7869
block: add wrappers for logical block provisioning information
by Peter Lieven
· 11 years ago
e1a5c4b
block: add logical block provisioning info to BlockDriverInfo
by Peter Lieven
· 11 years ago
d32f35c
block: introduce BDRV_REQ_MAY_UNMAP request flag
by Peter Lieven
· 11 years ago
aa7bfbf
block: add flags to bdrv_*_write_zeroes
by Peter Lieven
· 11 years ago
6faac15
block: make BdrvRequestFlags public
by Peter Lieven
· 11 years ago
f6186f4
block: Add BlockDriver.bdrv_check_ext_snapshot.
by Benoît Canet
· 11 years ago
92bc50a
block/get_block_status: avoid redundant callouts on raw devices
by Peter Lieven
· 11 years ago
eae041f
block: Add bdrv_get_specific_info
by Max Reitz
· 11 years ago
cc84d90
block: Error parameter for create functions
by Max Reitz
· 12 years ago
34b5d2c
block: Error parameter for open functions
by Max Reitz
· 12 years ago
6f176b4
block: Image file option amendment
by Max Reitz
· 12 years ago
4333bb7
block: define get_block_status return value
by Paolo Bonzini
· 12 years ago
b6b8a33
block: introduce bdrv_get_block_status API
by Paolo Bonzini
· 12 years ago
4f57863
block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinction
by Paolo Bonzini
· 12 years ago
bdad13b
block: make bdrv_co_is_allocated static
by Paolo Bonzini
· 12 years ago
4f6fd34
block: make bdrv_delete() static
by Fam Zheng
· 12 years ago
9fcb025
block: implement reference count for BlockDriverState
by Fam Zheng
· 12 years ago
cc0681c
block: Enable the new throttling code in the block layer.
by Benoît Canet
· 12 years ago
afa5019
qcow2-refcount: Repair shared refcount blocks
by Max Reitz
· 12 years ago
4105eaa
block: add bdrv_write_zeroes()
by Peter Lieven
· 12 years ago
f0f0fdf
block: Add return value for bdrv_flush_all()
by Kevin Wolf
· 12 years ago
9828962
block: Don't parse protocol from file.filename
by Kevin Wolf
· 12 years ago
3ac2162
block: change default of .has_zero_init to 0
by Peter Lieven
· 12 years ago
bf736fe
blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK events
by Kevin Wolf
· 12 years ago
f364ec6
block: move qmp and info dump related code to block/qapi.c
by Wenchao Xia
· 12 years ago
Next »