index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
io.c
Age
Commit message (
Expand
)
Author
2016-07-05
block: Convert bdrv_co_readv() to BdrvChild
Kevin Wolf
2016-07-05
block: Move request_alignment into BlockLimit
Eric Blake
2016-07-05
block: Split bdrv_merge_limits() from bdrv_refresh_limits()
Eric Blake
2016-07-05
block: Switch discard length bounds to byte-based
Eric Blake
2016-07-05
block: Switch transfer length bounds to byte-based
Eric Blake
2016-07-05
block: Set default request_alignment during bdrv_refresh_limits()
Eric Blake
2016-07-05
block: Fix harmless off-by-one in bdrv_aligned_preadv()
Eric Blake
2016-07-05
block: Document supported flags during bdrv_aligned_preadv()
Eric Blake
2016-07-05
block: Tighter assertions on bdrv_aligned_pwritev()
Eric Blake
2016-06-20
block: process before_write_notifiers in bdrv_co_discard
Denis V. Lunev
2016-06-20
block: fix race in bdrv_co_discard with drive-mirror
Denis V. Lunev
2016-06-20
block: fixed BdrvTrackedRequest filling in bdrv_co_discard
Denis V. Lunev
2016-06-16
block: use the block job list in bdrv_drain_all()
Alberto Garcia
2016-06-16
block: Remove bs->zero_beyond_eof
Kevin Wolf
2016-06-16
block: Make bdrv_load/save_vmstate coroutine_fns
Kevin Wolf
2016-06-16
block: Allow .bdrv_load/save_vmstate() to return 0/-errno
Kevin Wolf
2016-06-16
block: Make .bdrv_load_vmstate() vectored
Kevin Wolf
2016-06-16
block: Introduce bdrv_preadv()
Kevin Wolf
2016-06-16
block: Don't enforce 512 byte minimum alignment
Kevin Wolf
2016-06-16
block: Prepare bdrv_aligned_pwritev() for byte-aligned requests
Kevin Wolf
2016-06-16
block: Prepare bdrv_aligned_preadv() for byte-aligned requests
Kevin Wolf
2016-06-16
block: Byte-based bdrv_co_do_copy_on_readv()
Kevin Wolf
2016-06-16
block: Assert that flags are in range
Eric Blake
2016-06-08
block: Don't emulate natively supported pwritev flags
Kevin Wolf
2016-06-08
block: Kill bdrv_co_write_zeroes()
Eric Blake
2016-06-08
block: Switch bdrv_write_zeroes() to byte interface
Eric Blake
2016-06-08
block: Add .bdrv_co_pwrite_zeroes()
Eric Blake
2016-06-08
block: Track write zero limits in bytes
Eric Blake
2016-06-08
block: split write_zeroes always
Denis V. Lunev
2016-06-07
block: Drop bdrv_ioctl_bh_cb
Fam Zheng
2016-06-07
block: Move BlockRequest type to io.c
Eric Blake
2016-06-07
block/io: optimize bdrv_co_pwritev for small requests
Peter Lieven
2016-06-07
block/io: Remove unused bdrv_aio_write_zeroes()
Kevin Wolf
2016-05-25
backup: Use BlockBackend for I/O
Kevin Wolf
2016-05-25
stream: Use BlockBackend for I/O
Kevin Wolf
2016-05-25
block: Make bdrv_drain() use bdrv_drained_begin/end()
Kevin Wolf
2016-05-25
block: Fix bdrv_next() memory leak
Kevin Wolf
2016-05-19
block: Avoid bs->blk in bdrv_next()
Kevin Wolf
2016-05-19
block: Remove bdrv_aio_multiwrite()
Kevin Wolf
2016-05-19
block: Don't check throttled reqs in bdrv_requests_pending()
Kevin Wolf
2016-05-19
block/io: Quiesce parents between drained_begin/end
Kevin Wolf
2016-05-19
block: Drain throttling queue with BdrvChild callback
Kevin Wolf
2016-05-19
block: Move I/O throttling configuration functions to BlockBackend
Kevin Wolf
2016-05-19
block: Move actual I/O throttling to BlockBackend
Kevin Wolf
2016-05-19
block: Move throttling fields from BDS to BB
Kevin Wolf
2016-05-19
block: Convert throttle_group_get_name() to BlockBackend
Kevin Wolf
2016-05-19
block: throttle-groups: Use BlockBackend pointers internally
Kevin Wolf
2016-05-12
block: Honor BDRV_REQ_FUA during write_zeroes
Eric Blake
2016-05-12
block: Make supported_write_flags a per-bds property
Eric Blake
2016-05-12
block: Remove BlockDriver.bdrv_read/write
Kevin Wolf
[next]