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: 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
*
block: return EPERM on writes or discards to read-only devices
Paolo Bonzini
2015-05-22
1
-2
/
+2
*
block: move I/O request processing to block/io.c
Stefan Hajnoczi
2015-04-28
1
-0
/
+2540