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
Age
Commit message (
Expand
)
Author
2016-07-05
block: Convert bdrv_aio_writev() to BdrvChild
Kevin Wolf
2016-07-05
block: Convert bdrv_aio_readv() to BdrvChild
Kevin Wolf
2016-07-05
block: Convert bdrv_co_writev() to BdrvChild
Kevin Wolf
2016-07-05
block: Convert bdrv_co_readv() to BdrvChild
Kevin Wolf
2016-07-05
vhdx: Some more BlockBackend use in vhdx_create()
Kevin Wolf
2016-07-05
blkreplay: Convert to byte-based I/O
Kevin Wolf
2016-07-05
vvfat: Use BdrvChild for s->qcow
Kevin Wolf
2016-07-05
block: fix return code for partial write for Linux AIO
Denis V. Lunev
2016-07-05
block: Use bool as appropriate for BDS members
Eric Blake
2016-07-05
block: Fix error message style
Eric Blake
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: Drop raw_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: Set request_alignment during .bdrv_refresh_limits()
Eric Blake
2016-07-05
raw-win32: Set request_alignment during .bdrv_refresh_limits()
Eric Blake
2016-07-05
qcow2: Set request_alignment during .bdrv_refresh_limits()
Eric Blake
2016-07-05
iscsi: Set request_alignment during .bdrv_refresh_limits()
Eric Blake
2016-07-05
blkdebug: Set request_alignment during .bdrv_refresh_limits()
Eric Blake
2016-07-05
block: Give nonzero result to blk_get_max_transfer_length()
Eric Blake
2016-07-05
iscsi: Advertise realistic limits to block layer
Eric Blake
2016-07-05
nbd: Advertise realistic limits to block layer
Eric Blake
2016-07-05
nbd: Allow larger requests
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-29
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-06-29
iscsi: fix assertion in is_sector_request_lun_aligned
Peter Lieven
2016-06-28
mirror: fix misleading comments
Changlong Xie
2016-06-28
blockjob: assert(cb) when create job
Changlong Xie
2016-06-28
mirror: limit niov to IOV_MAX elements, again
John Snow
2016-06-28
mirror: clarify mirror_do_read return code
John Snow
2016-06-28
block/gluster: add support for selecting debug logging level
Jeff Cody
2016-06-28
mirror: fix trace_mirror_yield_in_flight usage in mirror_iteration()
Denis V. Lunev
2016-06-28
block/nfs: add support for libnfs pagecache
Peter Lieven
2016-06-28
block/nfs: refuse readahead if cache.direct is on
Peter Lieven
2016-06-28
block/gluster: add support for SEEK_DATA/SEEK_HOLE
Niels de Vos
2016-06-20
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
2016-06-20
trace: split out trace events for block/ directory
Daniel P. Berrange
2016-06-20
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-06-20' into...
Peter Maydell
2016-06-20
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
2016-06-20
error: Remove unnecessary local_err variables
Eduardo Habkost
2016-06-20
error: Remove NULL checks on error_propagate() calls
Eduardo Habkost
2016-06-20
backup: follow AioContext change gracefully
Stefan Hajnoczi
2016-06-20
mirror: follow AioContext change gracefully
Stefan Hajnoczi
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
[next]