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: Introduce .bdrv_co_preadv/pwritev BlockDriver function
Kevin Wolf
2016-05-12
1
-6
/
+22
*
block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writev
Kevin Wolf
2016-05-12
1
-12
/
+12
*
block: Support AIO drivers in bdrv_driver_preadv/pwritev()
Kevin Wolf
2016-05-12
1
-74
/
+52
*
block: Introduce bdrv_driver_pwritev()
Kevin Wolf
2016-05-12
1
-15
/
+36
*
block: Introduce bdrv_driver_preadv()
Kevin Wolf
2016-05-12
1
-7
/
+23
*
block: plug whole tree at once, introduce bdrv_io_unplugged_begin/end
Paolo Bonzini
2016-05-12
1
-18
/
+58
*
block: introduce bdrv_no_throttling_begin/end
Paolo Bonzini
2016-05-12
1
-12
/
+21
*
block: extract bdrv_drain_poll/bdrv_co_yield_to_drain from bdrv_drain/bdrv_co...
Paolo Bonzini
2016-05-12
1
-12
/
+23
*
block: move restarting of throttled reqs to block/throttle-groups.c
Paolo Bonzini
2016-05-12
1
-14
/
+1
*
block: make bdrv_start_throttled_reqs return void
Paolo Bonzini
2016-05-12
1
-6
/
+2
*
block: Don't disable I/O throttling on sync requests
Kevin Wolf
2016-05-12
1
-11
/
+0
*
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
[next]