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
/
include
/
block
/
block_int.h
Age
Commit message (
Expand
)
Author
2016-09-28
block: mirror: fix wrong comment of mirror_start
Yaowei Bai
2016-09-15
Remove unused function declarations
Ladi Prosek
2016-09-13
mirror: auto complete active commit
Wen Congyang
2016-09-05
drive-backup: added support for data compression
Pavel Butsykin
2016-09-05
block: remove BlockDriver.bdrv_write_compressed
Pavel Butsykin
2016-09-05
block/io: reuse bdrv_co_pwritev() for write compressed
Pavel Butsykin
2016-08-18
block: fix deadlock in bdrv_co_flush
Evgeny Yakovlev
2016-08-03
block: Cater to iscsi with non-power-of-2 discard
Eric Blake
2016-07-21
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2016-07-20
block: Kill .bdrv_co_discard()
Eric Blake
2016-07-20
block: Add .bdrv_co_pdiscard() driver callback
Eric Blake
2016-07-20
block: Convert .bdrv_aio_discard() to byte-based
Eric Blake
2016-07-19
dirty-bitmap: operate with int64_t amount
Denis V. Lunev
2016-07-18
block: ignore flush requests when storage is clean
Evgeny Yakovlev
2016-07-13
commit: Add 'job-id' parameter to 'block-commit'
Alberto Garcia
2016-07-13
stream: Add 'job-id' parameter to 'block-stream'
Alberto Garcia
2016-07-13
backup: Add 'job-id' parameter to 'blockdev-backup' and 'drive-backup'
Alberto Garcia
2016-07-13
mirror: Add 'job-id' parameter to 'blockdev-mirror' and 'drive-mirror'
Alberto Garcia
2016-07-13
stream: Fix prototype of stream_start()
Alberto Garcia
2016-07-05
block: Convert bdrv_co_preadv/pwritev to BdrvChild
Kevin Wolf
2016-07-05
block: Use bool as appropriate for BDS members
Eric Blake
2016-07-05
block: Move request_alignment into BlockLimit
Eric Blake
2016-07-05
block: Switch discard length bounds to byte-based
Eric Blake
2016-07-05
block: Wording tweaks to write zeroes limits
Eric Blake
2016-07-05
block: Switch transfer length bounds to byte-based
Eric Blake
2016-06-20
block: use safe iteration over AioContext notifiers
Stefan Hajnoczi
2016-06-16
block/mirror: Fix target backing BDS
Max Reitz
2016-06-16
block: Remove bs->zero_beyond_eof
Kevin Wolf
2016-06-16
block: Make bdrv_load/save_vmstate coroutine_fns
Kevin Wolf
2016-06-16
block: Make .bdrv_load_vmstate() vectored
Kevin Wolf
2016-06-08
block: Kill bdrv_co_write_zeroes()
Eric Blake
2016-06-08
block: Add .bdrv_co_pwrite_zeroes()
Eric Blake
2016-06-08
block: Track write zero limits in bytes
Eric Blake
2016-05-25
block: Fix reconfiguring graph with drained nodes
Kevin Wolf
2016-05-19
block: Remove BlockDriverState.blk
Kevin Wolf
2016-05-19
block: User BdrvChild callback for device name
Kevin Wolf
2016-05-19
block: Use BdrvChild callbacks for change_media/resize
Kevin Wolf
2016-05-19
block: Decouple throttling from BlockDriverState
Kevin Wolf
2016-05-19
block: Drain throttling queue with BdrvChild callback
Kevin Wolf
2016-05-19
block: Introduce BdrvChild.opaque
Kevin Wolf
2016-05-19
block: Move I/O throttling configuration functions to BlockBackend
Kevin Wolf
2016-05-19
block: Move throttling fields from BDS to BB
Kevin Wolf
2016-05-19
block: throttle-groups: Use BlockBackend pointers internally
Kevin Wolf
2016-05-12
Add new block driver interface to add/delete a BDS's child
Wen Congyang
2016-05-12
block: Honor BDRV_REQ_FUA during write_zeroes
Eric Blake
2016-05-12
block: Make supported_write_flags a per-bds property
Eric Blake
2016-05-12
Allow users to specify the vmdk virtual hardware version.
Janne Karhunen
2016-05-12
block: Remove BlockDriver.bdrv_read/write
Kevin Wolf
2016-05-12
block: Introduce .bdrv_co_preadv/pwritev BlockDriver function
Kevin Wolf
2016-05-12
block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writev
Kevin Wolf
[next]