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
*
backup: Use BlockBackend for I/O
Kevin Wolf
2016-05-25
1
-9
/
+0
*
stream: Use BlockBackend for I/O
Kevin Wolf
2016-05-25
1
-9
/
+0
*
block: Make bdrv_drain() use bdrv_drained_begin/end()
Kevin Wolf
2016-05-25
1
-36
/
+33
*
block: Fix bdrv_next() memory leak
Kevin Wolf
2016-05-25
1
-6
/
+4
*
block: Avoid bs->blk in bdrv_next()
Kevin Wolf
2016-05-19
1
-6
/
+7
*
block: Remove bdrv_aio_multiwrite()
Kevin Wolf
2016-05-19
1
-194
/
+0
*
block: Don't check throttled reqs in bdrv_requests_pending()
Kevin Wolf
2016-05-19
1
-7
/
+0
*
block/io: Quiesce parents between drained_begin/end
Kevin Wolf
2016-05-19
1
-0
/
+3
*
block: Drain throttling queue with BdrvChild callback
Kevin Wolf
2016-05-19
1
-21
/
+18
*
block: Move I/O throttling configuration functions to BlockBackend
Kevin Wolf
2016-05-19
1
-41
/
+0
*
block: Move actual I/O throttling to BlockBackend
Kevin Wolf
2016-05-19
1
-10
/
+0
*
block: Move throttling fields from BDS to BB
Kevin Wolf
2016-05-19
1
-11
/
+25
*
block: Convert throttle_group_get_name() to BlockBackend
Kevin Wolf
2016-05-19
1
-1
/
+1
*
block: throttle-groups: Use BlockBackend pointers internally
Kevin Wolf
2016-05-19
1
-2
/
+2
*
block: Honor BDRV_REQ_FUA during write_zeroes
Eric Blake
2016-05-12
1
-3
/
+25
*
block: Make supported_write_flags a per-bds property
Eric Blake
2016-05-12
1
-5
/
+4
*
block: Remove BlockDriver.bdrv_read/write
Kevin Wolf
2016-05-12
1
-92
/
+0
*
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
[next]