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
/
io.c
Age
Commit message (
Expand
)
Author
2017-11-29
block: Expect graph changes in bdrv_parent_drained_begin/end
Kevin Wolf
2017-11-17
block: Guard against NULL bs->drv
Max Reitz
2017-10-26
block: Reduce bdrv_aligned_preadv() rounding
Eric Blake
2017-10-26
block: Align block status requests
Eric Blake
2017-10-26
block: Convert bdrv_get_block_status_above() to bytes
Eric Blake
2017-10-26
block: Switch bdrv_co_get_block_status_above() to byte-based
Eric Blake
2017-10-26
block: Switch bdrv_common_block_status_above() to byte-based
Eric Blake
2017-10-26
block: Switch BdrvCoGetBlockStatusData to byte-based
Eric Blake
2017-10-26
block: Switch bdrv_co_get_block_status() to byte-based
Eric Blake
2017-10-26
block: Convert bdrv_get_block_status() to bytes
Eric Blake
2017-10-26
block: Switch bdrv_make_zero() to byte-based
Eric Blake
2017-10-26
block: Make bdrv_round_to_clusters() signature more useful
Eric Blake
2017-10-26
block: Add flag to avoid wasted work in bdrv_is_allocated()
Eric Blake
2017-10-26
block: Allow NULL file for bdrv_get_block_status()
Eric Blake
2017-10-13
block: rename bdrv_co_drain to bdrv_co_drain_begin
Manos Pitsidianakis
2017-10-13
block: add bdrv_co_drain_end callback
Manos Pitsidianakis
2017-10-06
block: Perform copy-on-read in loop
Eric Blake
2017-10-06
block: Add blkdebug hook for copy-on-read
Eric Blake
2017-10-06
block: Uniform handling of 0-length bdrv_get_block_status()
Eric Blake
2017-10-06
dirty-bitmap: Switch bdrv_set_dirty() to bytes
Eric Blake
2017-10-06
block: Typo fix in copy_on_readv()
Eric Blake
2017-09-04
block: add default implementations for bdrv_co_get_block_status()
Manos Pitsidianakis
2017-08-07
block: move trace probes into bdrv_co_preadv|pwritev
Daniel P. Berrange
2017-07-18
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2017-07-17
block: fix shadowed variable in bdrv_co_pdiscard
Denis V. Lunev
2017-07-17
block: invoke .bdrv_drain callback in coroutine context and from AioContext
Paolo Bonzini
2017-07-11
block/dirty-bitmap: add readonly field to BdrvDirtyBitmap
Vladimir Sementsov-Ogievskiy
2017-07-10
block: Make bdrv_is_allocated_above() byte-based
Eric Blake
2017-07-10
block: Minimize raw use of bds->total_sectors
Eric Blake
2017-07-10
block: Make bdrv_is_allocated() byte-based
Eric Blake
2017-07-10
block: Drop unused bdrv_round_sectors_to_clusters()
Eric Blake
2017-07-10
block: Guarantee that *file is set on bdrv_get_block_status()
Eric Blake
2017-06-30
block: Exploit BDRV_BLOCK_EOF for larger zero blocks
Eric Blake
2017-06-30
block: Add BDRV_BLOCK_EOF to bdrv_get_block_status()
Eric Blake
2017-06-26
block: change variable names in BlockDriverState
Manos Pitsidianakis
2017-06-26
block: Remove bdrv_aio_readv/writev/flush()
Kevin Wolf
2017-06-26
block: use BDRV_POLL_WHILE() in bdrv_rw_vmstate()
Stefan Hajnoczi
2017-06-26
block: count bdrv_co_rw_vmstate() requests
Stefan Hajnoczi
2017-06-16
block: protect tracked_requests and flush_queue with reqs_lock
Paolo Bonzini
2017-06-16
block: access write_gen with atomics
Paolo Bonzini
2017-06-16
block: use Stat64 for wr_highest_offset
Paolo Bonzini
2017-06-16
block: access io_plugged with atomic ops
Paolo Bonzini
2017-06-16
block: access wakeup with atomic ops
Paolo Bonzini
2017-06-16
block: access serialising_in_flight with atomic ops
Paolo Bonzini
2017-06-16
block: access quiesce_counter with atomic ops
Paolo Bonzini
2017-06-16
block: access copy_on_read with atomic ops
Paolo Bonzini
2017-05-24
blockjob: introduce block_job_pause/resume_all
Paolo Bonzini
2017-05-12
block: Simplify BDRV_BLOCK_RAW recursion
Eric Blake
2017-04-27
block: fix alignment calculations in bdrv_co_do_zero_pwritev
Denis V. Lunev
2017-04-27
block: Remove NULL check in bdrv_co_flush
Fam Zheng
[next]