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: Fix bdrv_drain in coroutine
Fam Zheng
2016-04-11
1
-0
/
+45
*
block: Introduce bdrv_co_writev_flags()
Kevin Wolf
2016-03-30
1
-1
/
+8
*
block: Move enable_write_cache to BB level
Kevin Wolf
2016-03-30
1
-1
/
+1
*
block: Handle flush error in bdrv_pwrite_sync()
Kevin Wolf
2016-03-30
1
-3
/
+3
*
block: add flush callback
Pavel Dovgalyuk
2016-03-30
1
-0
/
+7
*
block: add flag to indicate that no I/O will be performed
Daniel P. Berrange
2016-03-30
1
-0
/
+2
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-0
/
+1
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
block: Pull up blk_read_unthrottled() implementation
Kevin Wolf
2016-03-17
1
-14
/
+0
*
block: Use blk_co_pwritev() for blk_write()
Kevin Wolf
2016-03-17
1
-4
/
+1
*
block: Use blk_co_preadv() for blk_read()
Kevin Wolf
2016-03-17
1
-4
/
+1
*
block: Move some bdrv_*_all() functions to BB
Max Reitz
2016-03-17
1
-20
/
+0
*
block: add missing call to bdrv_drain_recurse
Paolo Bonzini
2016-02-09
1
-0
/
+1
*
block: Use returned *file in bdrv_co_get_block_status
Fam Zheng
2016-02-02
1
-2
/
+2
*
block: Add "file" output parameter to block status query functions
Fam Zheng
2016-02-02
1
-12
/
+28
*
block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVE
Kevin Wolf
2016-01-20
1
-2
/
+2
*
block: Assert no write requests under BDRV_O_INCOMING
Kevin Wolf
2016-01-20
1
-0
/
+2
*
block: Clean up includes
Peter Maydell
2016-01-20
1
-0
/
+1
*
block: replace IOV_MAX with BlockLimits.max_iov
Stefan Hajnoczi
2015-12-22
1
-1
/
+2
*
block: add BlockLimits.max_iov field
Stefan Hajnoczi
2015-12-22
1
-0
/
+7
*
block: fix bdrv_ioctl called from coroutine
Paolo Bonzini
2015-12-18
1
-3
/
+4
*
block: Don't wait serialising for non-COR read requests
Fam Zheng
2015-12-03
1
-5
/
+7
*
block: Introduce BlockDriver.bdrv_drain callback
Fam Zheng
2015-11-12
1
-1
/
+15
*
block: Emulate bdrv_ioctl with bdrv_aio_ioctl and track both
Fam Zheng
2015-11-12
1
-9
/
+92
*
block: Track discard requests
Fam Zheng
2015-11-12
1
-3
/
+10
*
block: Track flush requests
Fam Zheng
2015-11-12
1
-3
/
+8
*
block: Add more types for tracked request
Fam Zheng
2015-11-12
1
-4
/
+5
*
block: Consider all child nodes in bdrv_requests_pending()
Kevin Wolf
2015-10-29
1
-5
/
+8
*
block: Introduce "drained begin/end" API
Fam Zheng
2015-10-23
1
-0
/
+17
*
block: Move BlockAcctStats into BlockBackend
Max Reitz
2015-10-23
1
-1
/
+5
*
block: Remove wr_highest_sector from BlockAcctStats
Max Reitz
2015-10-23
1
-1
/
+3
*
block/io: Make bdrv_requests_pending() public
Kevin Wolf
2015-10-16
1
-1
/
+1
*
block: Convert bs->backing_hd to BdrvChild
Kevin Wolf
2015-10-16
1
-12
/
+12
*
block: Convert bs->file to BdrvChild
Kevin Wolf
2015-10-16
1
-25
/
+25
*
block: switch from g_slice allocator to malloc
Paolo Bonzini
2015-10-12
1
-2
/
+2
*
block: Introduce a new API bdrv_co_no_copy_on_readv()
Wen Congyang
2015-09-25
1
-1
/
+11
*
block: update bdrv_drain_all()/bdrv_drain() comments
Stefan Hajnoczi
2015-07-07
1
-10
/
+10
*
block: remove redundant check before g_slist_find()
Alberto Garcia
2015-07-02
1
-1
/
+1
*
block: Fix dirty bitmap in bdrv_co_discard
Fam Zheng
2015-07-02
1
-2
/
+2
*
block: Add bdrv_get_block_status_above
Fam Zheng
2015-07-02
1
-11
/
+45
*
Fix migration in case of scsi-generic
Dimitris Aragiorgis
2015-06-23
1
-1
/
+2
*
block: Let bdrv_drain_all() to call aio_poll() for each AioContext
Alexander Yarygin
2015-06-23
1
-16
/
+26
*
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-22
1
-0
/
+1
*
throttle: Add throttle group support
Alberto Garcia
2015-06-12
1
-59
/
+16
*
throttle: Extract timers from ThrottleState into a separate structure
BenoƮt Canet
2015-06-12
1
-10
/
+14
*
block: get_block_status: use "else" when testing the opposite condition
Paolo Bonzini
2015-05-22
1
-3
/
+1
*
block: Fix NULL deference for unaligned write if qiov is NULL
Fam Zheng
2015-05-22
1
-2
/
+95
*
Revert "block: Fix unaligned zero write"
Fam Zheng
2015-05-22
1
-39
/
+6
*
block: align bounce buffers to page
Denis V. Lunev
2015-05-22
1
-1
/
+1
*
block: minimal bounce buffer alignment
Denis V. Lunev
2015-05-22
1
-1
/
+6
[next]