aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2016-07-20raw-posix: Switch paio_submit() to byte-basedEric Blake
2016-07-20block: Convert BB interface to byte-based discardsEric Blake
2016-07-20block: Convert bdrv_aio_discard() to byte-basedEric Blake
2016-07-20block: Switch BlockRequest to byte-basedEric Blake
2016-07-20block: Convert bdrv_discard() to byte-basedEric Blake
2016-07-20block: Convert bdrv_co_discard() to byte-basedEric Blake
2016-07-20iscsi: Rely on block layer to break up large requestsEric Blake
2016-07-20nbd: Drop unused offset parameterEric Blake
2016-07-20nbd: Rely on block layer to break up large requestsEric Blake
2016-07-20block: Fragment writes to max transfer lengthEric Blake
2016-07-20raw_bsd: Don't advertise flags not supported by protocol layerEric Blake
2016-07-20block: Fragment reads to max transfer lengthEric Blake
2016-07-19block/gluster: add support for multiple gluster serversPrasanna Kumar Kalever
2016-07-19block/gluster: using new qapi schemaPrasanna Kumar Kalever
2016-07-19block/gluster: deprecate rdma supportPrasanna Kumar Kalever
2016-07-19block/gluster: code cleanupPrasanna Kumar Kalever
2016-07-19block/gluster: rename [server, volname, image] -> [host, volume, path]Prasanna Kumar Kalever
2016-07-19mirror: fix request throttling in drive-mirrorDenis V. Lunev
2016-07-19mirror: improve performance of mirroring of empty diskDenis V. Lunev
2016-07-19mirror: efficiently zero out targetDenis V. Lunev
2016-07-19mirror: optimize dirty bitmap filling in mirror_run a bitDenis V. Lunev
2016-07-19mirror: create mirror_dirty_init helper for mirror_runDenis V. Lunev
2016-07-19mirror: create mirror_throttle helperDenis V. Lunev
2016-07-19mirror: make sectors_in_flight int64_tDenis V. Lunev
2016-07-19dirty-bitmap: operate with int64_t amountDenis V. Lunev
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