index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
io.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
block: Drop last of the sector-based aio callbacks
Eric Blake
2018-05-15
1
-48
/
+36
*
block: Support byte-based aio callbacks
Eric Blake
2018-05-15
1
-9
/
+29
*
coroutine: avoid co_queue_wakeup recursion
Stefan Hajnoczi
2018-03-27
1
-2
/
+1
*
block: extract AIO_WAIT_WHILE() from BlockDriverState
Stefan Hajnoczi
2018-03-02
1
-8
/
+2
*
block: fix write with zero flag set and iovector provided
Anton Nefedov
2018-03-02
1
-1
/
+1
*
block: Drop unused .bdrv_co_get_block_status()
Eric Blake
2018-03-02
1
-40
/
+10
*
block: Switch passthrough drivers to .bdrv_co_block_status()
Eric Blake
2018-03-02
1
-16
/
+20
*
block: Add .bdrv_co_block_status() callback
Eric Blake
2018-03-02
1
-9
/
+19
*
block: Introduce buf register API
Fam Zheng
2018-02-08
1
-0
/
+24
*
block: Allow graph changes in subtree drained section
Kevin Wolf
2017-12-22
1
-4
/
+24
*
block: Add bdrv_subtree_drained_begin/end()
Kevin Wolf
2017-12-22
1
-11
/
+43
*
block: Don't notify parents in drain call chain
Kevin Wolf
2017-12-22
1
-13
/
+34
*
block: Nested drain_end must still call callbacks
Kevin Wolf
2017-12-22
1
-5
/
+7
*
block: Don't block_job_pause_all() in bdrv_drain_all()
Kevin Wolf
2017-12-22
1
-4
/
+0
*
block: Make bdrv_drain() driver callbacks non-recursive
Kevin Wolf
2017-12-22
1
-7
/
+9
*
block: Assert drain_all is only called from main AioContext
Kevin Wolf
2017-12-22
1
-0
/
+6
*
block: Remove unused bdrv_requests_pending
Fam Zheng
2017-12-22
1
-18
/
+0
*
block: Unify order in drain functions
Kevin Wolf
2017-12-22
1
-4
/
+8
*
block: Don't wait for requests in bdrv_drain*_end()
Kevin Wolf
2017-12-22
1
-2
/
+0
*
block: bdrv_drain_recurse(): Remove unused begin parameter
Kevin Wolf
2017-12-22
1
-6
/
+6
*
block: Call .drain_begin only once in bdrv_drain_all_begin()
Kevin Wolf
2017-12-22
1
-2
/
+1
*
block: Make bdrv_drain_invoke() recursive
Kevin Wolf
2017-12-22
1
-3
/
+11
*
block: Expect graph changes in bdrv_parent_drained_begin/end
Kevin Wolf
2017-11-29
1
-4
/
+4
*
block: Guard against NULL bs->drv
Max Reitz
2017-11-17
1
-0
/
+36
*
block: Reduce bdrv_aligned_preadv() rounding
Eric Blake
2017-10-26
1
-6
/
+2
*
block: Align block status requests
Eric Blake
2017-10-26
1
-26
/
+45
*
block: Convert bdrv_get_block_status_above() to bytes
Eric Blake
2017-10-26
1
-47
/
+8
*
block: Switch bdrv_co_get_block_status_above() to byte-based
Eric Blake
2017-10-26
1
-44
/
+24
*
block: Switch bdrv_common_block_status_above() to byte-based
Eric Blake
2017-10-26
1
-31
/
+30
*
block: Switch BdrvCoGetBlockStatusData to byte-based
Eric Blake
2017-10-26
1
-18
/
+38
*
block: Switch bdrv_co_get_block_status() to byte-based
Eric Blake
2017-10-26
1
-43
/
+81
*
block: Convert bdrv_get_block_status() to bytes
Eric Blake
2017-10-26
1
-13
/
+34
*
block: Switch bdrv_make_zero() to byte-based
Eric Blake
2017-10-26
1
-16
/
+16
*
block: Make bdrv_round_to_clusters() signature more useful
Eric Blake
2017-10-26
1
-3
/
+3
*
block: Add flag to avoid wasted work in bdrv_is_allocated()
Eric Blake
2017-10-26
1
-16
/
+41
*
block: Allow NULL file for bdrv_get_block_status()
Eric Blake
2017-10-26
1
-22
/
+27
*
block: rename bdrv_co_drain to bdrv_co_drain_begin
Manos Pitsidianakis
2017-10-13
1
-2
/
+2
*
block: add bdrv_co_drain_end callback
Manos Pitsidianakis
2017-10-13
1
-14
/
+34
*
block: Perform copy-on-read in loop
Eric Blake
2017-10-06
1
-38
/
+82
*
block: Add blkdebug hook for copy-on-read
Eric Blake
2017-10-06
1
-0
/
+1
*
block: Uniform handling of 0-length bdrv_get_block_status()
Eric Blake
2017-10-06
1
-0
/
+4
*
dirty-bitmap: Switch bdrv_set_dirty() to bytes
Eric Blake
2017-10-06
1
-4
/
+2
*
block: Typo fix in copy_on_readv()
Eric Blake
2017-10-06
1
-1
/
+1
*
block: add default implementations for bdrv_co_get_block_status()
Manos Pitsidianakis
2017-09-04
1
-0
/
+26
*
block: move trace probes into bdrv_co_preadv|pwritev
Daniel P. Berrange
2017-08-07
1
-4
/
+4
*
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2017-07-18
1
-1
/
+0
|
\
|
*
block: fix shadowed variable in bdrv_co_pdiscard
Denis V. Lunev
2017-07-17
1
-1
/
+0
*
|
block: invoke .bdrv_drain callback in coroutine context and from AioContext
Paolo Bonzini
2017-07-17
1
-9
/
+33
|
/
*
block/dirty-bitmap: add readonly field to BdrvDirtyBitmap
Vladimir Sementsov-Ogievskiy
2017-07-11
1
-0
/
+8
*
block: Make bdrv_is_allocated_above() byte-based
Eric Blake
2017-07-10
1
-20
/
+18
[prev]
[next]