index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-19
block: throttle-groups: Use BlockBackend pointers internally
Kevin Wolf
1
-2
/
+2
2016-05-12
block: Honor BDRV_REQ_FUA during write_zeroes
Eric Blake
1
-3
/
+25
2016-05-12
block: Make supported_write_flags a per-bds property
Eric Blake
1
-5
/
+4
2016-05-12
block: Remove BlockDriver.bdrv_read/write
Kevin Wolf
1
-92
/
+0
2016-05-12
block: Introduce .bdrv_co_preadv/pwritev BlockDriver function
Kevin Wolf
1
-6
/
+22
2016-05-12
block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writev
Kevin Wolf
1
-12
/
+12
2016-05-12
block: Support AIO drivers in bdrv_driver_preadv/pwritev()
Kevin Wolf
1
-74
/
+52
2016-05-12
block: Introduce bdrv_driver_pwritev()
Kevin Wolf
1
-15
/
+36
2016-05-12
block: Introduce bdrv_driver_preadv()
Kevin Wolf
1
-7
/
+23
2016-05-12
block: plug whole tree at once, introduce bdrv_io_unplugged_begin/end
Paolo Bonzini
1
-18
/
+58
2016-05-12
block: introduce bdrv_no_throttling_begin/end
Paolo Bonzini
1
-12
/
+21
2016-05-12
block: extract bdrv_drain_poll/bdrv_co_yield_to_drain from bdrv_drain/bdrv_co...
Paolo Bonzini
1
-12
/
+23
2016-05-12
block: move restarting of throttled reqs to block/throttle-groups.c
Paolo Bonzini
1
-14
/
+1
2016-05-12
block: make bdrv_start_throttled_reqs return void
Paolo Bonzini
1
-6
/
+2
2016-05-12
block: Don't disable I/O throttling on sync requests
Kevin Wolf
1
-11
/
+0
2016-04-11
block: Fix bdrv_drain in coroutine
Fam Zheng
1
-0
/
+45
2016-03-30
block: Introduce bdrv_co_writev_flags()
Kevin Wolf
1
-1
/
+8
2016-03-30
block: Move enable_write_cache to BB level
Kevin Wolf
1
-1
/
+1
2016-03-30
block: Handle flush error in bdrv_pwrite_sync()
Kevin Wolf
1
-3
/
+3
2016-03-30
block: add flush callback
Pavel Dovgalyuk
1
-0
/
+7
2016-03-30
block: add flag to indicate that no I/O will be performed
Daniel P. Berrange
1
-0
/
+2
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-0
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-03-17
block: Pull up blk_read_unthrottled() implementation
Kevin Wolf
1
-14
/
+0
2016-03-17
block: Use blk_co_pwritev() for blk_write()
Kevin Wolf
1
-4
/
+1
2016-03-17
block: Use blk_co_preadv() for blk_read()
Kevin Wolf
1
-4
/
+1
2016-03-17
block: Move some bdrv_*_all() functions to BB
Max Reitz
1
-20
/
+0
2016-02-09
block: add missing call to bdrv_drain_recurse
Paolo Bonzini
1
-0
/
+1
2016-02-02
block: Use returned *file in bdrv_co_get_block_status
Fam Zheng
1
-2
/
+2
2016-02-02
block: Add "file" output parameter to block status query functions
Fam Zheng
1
-12
/
+28
2016-01-20
block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVE
Kevin Wolf
1
-2
/
+2
2016-01-20
block: Assert no write requests under BDRV_O_INCOMING
Kevin Wolf
1
-0
/
+2
2016-01-20
block: Clean up includes
Peter Maydell
1
-0
/
+1
2015-12-22
block: replace IOV_MAX with BlockLimits.max_iov
Stefan Hajnoczi
1
-1
/
+2
2015-12-22
block: add BlockLimits.max_iov field
Stefan Hajnoczi
1
-0
/
+7
2015-12-18
block: fix bdrv_ioctl called from coroutine
Paolo Bonzini
1
-3
/
+4
2015-12-03
block: Don't wait serialising for non-COR read requests
Fam Zheng
1
-5
/
+7
2015-11-12
block: Introduce BlockDriver.bdrv_drain callback
Fam Zheng
1
-1
/
+15
2015-11-12
block: Emulate bdrv_ioctl with bdrv_aio_ioctl and track both
Fam Zheng
1
-9
/
+92
2015-11-12
block: Track discard requests
Fam Zheng
1
-3
/
+10
2015-11-12
block: Track flush requests
Fam Zheng
1
-3
/
+8
2015-11-12
block: Add more types for tracked request
Fam Zheng
1
-4
/
+5
2015-10-29
block: Consider all child nodes in bdrv_requests_pending()
Kevin Wolf
1
-5
/
+8
2015-10-23
block: Introduce "drained begin/end" API
Fam Zheng
1
-0
/
+17
2015-10-23
block: Move BlockAcctStats into BlockBackend
Max Reitz
1
-1
/
+5
2015-10-23
block: Remove wr_highest_sector from BlockAcctStats
Max Reitz
1
-1
/
+3
2015-10-16
block/io: Make bdrv_requests_pending() public
Kevin Wolf
1
-1
/
+1
2015-10-16
block: Convert bs->backing_hd to BdrvChild
Kevin Wolf
1
-12
/
+12
2015-10-16
block: Convert bs->file to BdrvChild
Kevin Wolf
1
-25
/
+25
2015-10-12
block: switch from g_slice allocator to malloc
Paolo Bonzini
1
-2
/
+2
[prev]
[next]