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: 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
*
block: Minimize raw use of bds->total_sectors
Eric Blake
2017-07-10
1
-8
/
+6
*
block: Make bdrv_is_allocated() byte-based
Eric Blake
2017-07-10
1
-18
/
+36
*
block: Drop unused bdrv_round_sectors_to_clusters()
Eric Blake
2017-07-10
1
-21
/
+0
*
block: Guarantee that *file is set on bdrv_get_block_status()
Eric Blake
2017-07-10
1
-2
/
+3
*
block: Exploit BDRV_BLOCK_EOF for larger zero blocks
Eric Blake
2017-06-30
1
-5
/
+22
*
block: Add BDRV_BLOCK_EOF to bdrv_get_block_status()
Eric Blake
2017-06-30
1
-4
/
+11
*
block: change variable names in BlockDriverState
Manos Pitsidianakis
2017-06-26
1
-24
/
+24
*
block: Remove bdrv_aio_readv/writev/flush()
Kevin Wolf
2017-06-26
1
-171
/
+0
*
block: use BDRV_POLL_WHILE() in bdrv_rw_vmstate()
Stefan Hajnoczi
2017-06-26
1
-3
/
+1
*
block: count bdrv_co_rw_vmstate() requests
Stefan Hajnoczi
2017-06-26
1
-5
/
+12
*
block: protect tracked_requests and flush_queue with reqs_lock
Paolo Bonzini
2017-06-16
1
-2
/
+14
*
block: access write_gen with atomics
Paolo Bonzini
2017-06-16
1
-3
/
+3
*
block: use Stat64 for wr_highest_offset
Paolo Bonzini
2017-06-16
1
-3
/
+1
*
block: access io_plugged with atomic ops
Paolo Bonzini
2017-06-16
1
-2
/
+2
*
block: access wakeup with atomic ops
Paolo Bonzini
2017-06-16
1
-1
/
+2
*
block: access serialising_in_flight with atomic ops
Paolo Bonzini
2017-06-16
1
-3
/
+3
*
block: access quiesce_counter with atomic ops
Paolo Bonzini
2017-06-16
1
-2
/
+2
*
block: access copy_on_read with atomic ops
Paolo Bonzini
2017-06-16
1
-4
/
+4
*
blockjob: introduce block_job_pause/resume_all
Paolo Bonzini
2017-05-24
1
-16
/
+3
*
block: Simplify BDRV_BLOCK_RAW recursion
Eric Blake
2017-05-12
1
-2
/
+2
*
block: fix alignment calculations in bdrv_co_do_zero_pwritev
Denis V. Lunev
2017-04-27
1
-1
/
+1
*
block: Remove NULL check in bdrv_co_flush
Fam Zheng
2017-04-27
1
-1
/
+1
*
Revert "block/io: Comment out permission assertions"
Max Reitz
2017-04-27
1
-10
/
+2
*
block: Walk bs->children carefully in bdrv_drain_recurse
Fam Zheng
2017-04-18
1
-3
/
+20
*
block/io: Comment out permission assertions
Max Reitz
2017-04-11
1
-2
/
+10
*
block: Fix bdrv_co_flush early return
Fam Zheng
2017-04-11
1
-5
/
+7
*
block: Use bdrv_coroutine_enter to start I/O coroutines
Fam Zheng
2017-04-11
1
-7
/
+7
*
block: Make bdrv_parent_drained_begin/end public
Fam Zheng
2017-04-11
1
-2
/
+2
*
block: Don't check permissions for copy on read
Kevin Wolf
2017-04-07
1
-1
/
+8
*
block: Request block status from *file for BDRV_BLOCK_RAW
Kevin Wolf
2017-03-13
1
-1
/
+1
*
block: Assertions for resize permission
Kevin Wolf
2017-02-28
1
-0
/
+1
*
block: Assertions for write permissions
Kevin Wolf
2017-02-28
1
-0
/
+3
*
block: Pass BdrvChild to bdrv_aligned_preadv/pwritev and copy-on-read
Kevin Wolf
2017-02-28
1
-16
/
+21
*
coroutine-lock: add mutex argument to CoQueue APIs
Paolo Bonzini
2017-02-21
1
-2
/
+2
*
block: explicitly acquire aiocontext in aio callbacks that need it
Paolo Bonzini
2017-02-21
1
-5
/
+1
*
block: explicitly acquire aiocontext in bottom halves that need it
Paolo Bonzini
2017-02-21
1
-1
/
+5
[next]