aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2016-07-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-07-19Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell
2016-07-19block/iscsi: allow caching of the allocation mapPeter Lieven
2016-07-19block/iscsi: fix rounding in iscsi_allocationmap_setPeter Lieven
2016-07-18block: ignore flush requests when storage is cleanEvgeny Yakovlev
2016-07-18linux-aio: prevent submitting more than MAX_EVENTSRoman Pen
2016-07-18linux-aio: share one LinuxAioState within an AioContextPaolo Bonzini
2016-07-13vvfat: Fix qcow write target driver specificationMax Reitz
2016-07-13vmdk: fix metadata write regressionReda Sallahi
2016-07-13Improve block job rate limiting for small bandwidth valuesSascha Silbe
2016-07-13qcow2: Fix qcow2_get_cluster_offset()Max Reitz
2016-07-13qcow2: Avoid making the L1 table too bigMax Reitz
2016-07-13block/qdev: Allow configuring rerror/werror with qdev propertiesKevin Wolf
2016-07-13commit: Fix use of error handling policyKevin Wolf
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini
2016-07-13raw-posix: Use qemu_dupFam Zheng
2016-07-13commit: Add 'job-id' parameter to 'block-commit'Alberto Garcia
2016-07-13stream: Add 'job-id' parameter to 'block-stream'Alberto Garcia
2016-07-13backup: Add 'job-id' parameter to 'blockdev-backup' and 'drive-backup'Alberto Garcia
2016-07-13mirror: Add 'job-id' parameter to 'blockdev-mirror' and 'drive-mirror'Alberto Garcia
2016-07-13blockjob: Add 'job_id' parameter to block_job_create()Alberto Garcia
2016-07-13blockjob: Update description of the 'id' fieldAlberto Garcia
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-07-06Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-06' into ...Peter Maydell
2016-07-06qapi: Add new visit_complete() functionEric Blake
2016-07-06qmp-output-visitor: Favor new visit_free() functionEric Blake
2016-07-06opts-visitor: Favor new visit_free() functionEric Blake
2016-07-06qapi: Add parameter to visit_end_*Eric Blake
2016-07-05block/qcow2: Don't use cpu_to_*w()Peter Maydell
2016-07-05block: Convert bdrv_co_preadv/pwritev to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_prwv_co() to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_pwrite_zeroes() to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_pwrite(v/_sync) to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_pread(v) to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_write() to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_read() to BdrvChildKevin Wolf
2016-07-05block: Use BlockBackend for I/O in bdrv_commit()Kevin Wolf
2016-07-05block: Move bdrv_commit() to block/commit.cKevin Wolf
2016-07-05block: Convert bdrv_co_do_readv/writev to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_aio_writev() to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_aio_readv() to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_co_writev() to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_co_readv() to BdrvChildKevin Wolf
2016-07-05vhdx: Some more BlockBackend use in vhdx_create()Kevin Wolf
2016-07-05blkreplay: Convert to byte-based I/OKevin Wolf
2016-07-05vvfat: Use BdrvChild for s->qcowKevin Wolf
2016-07-05block: fix return code for partial write for Linux AIODenis V. Lunev
2016-07-05block: Use bool as appropriate for BDS membersEric Blake
2016-07-05block: Fix error message styleEric Blake
2016-07-05block: Move request_alignment into BlockLimitEric Blake