aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2016-07-20block: Switch BlockRequest to byte-basedEric Blake1-32/+30
2016-07-20block: Convert bdrv_discard() to byte-basedEric Blake3-14/+12
2016-07-20block: Convert bdrv_co_discard() to byte-basedEric Blake4-35/+41
2016-07-20iscsi: Rely on block layer to break up large requestsEric Blake1-10/+4
2016-07-20nbd: Drop unused offset parameterEric Blake1-15/+16
2016-07-20nbd: Rely on block layer to break up large requestsEric Blake2-52/+11
2016-07-20block: Fragment writes to max transfer lengthEric Blake1-2/+33
2016-07-20raw_bsd: Don't advertise flags not supported by protocol layerEric Blake1-2/+4
2016-07-20block: Fragment reads to max transfer lengthEric Blake1-20/+33
2016-07-19block/gluster: add support for multiple gluster serversPrasanna Kumar Kalever1-40/+357
2016-07-19block/gluster: using new qapi schemaPrasanna Kumar Kalever1-50/+59
2016-07-19block/gluster: deprecate rdma supportPrasanna Kumar Kalever1-8/+12
2016-07-19block/gluster: code cleanupPrasanna Kumar Kalever1-68/+75
2016-07-19block/gluster: rename [server, volname, image] -> [host, volume, path]Prasanna Kumar Kalever1-27/+27
2016-07-19mirror: fix request throttling in drive-mirrorDenis V. Lunev1-1/+6
2016-07-19mirror: improve performance of mirroring of empty diskDenis V. Lunev1-5/+11
2016-07-19mirror: efficiently zero out targetDenis V. Lunev1-2/+26
2016-07-19mirror: optimize dirty bitmap filling in mirror_run a bitDenis V. Lunev1-2/+6
2016-07-19mirror: create mirror_dirty_init helper for mirror_runDenis V. Lunev1-29/+41
2016-07-19mirror: create mirror_throttle helperDenis V. Lunev1-12/+19
2016-07-19mirror: make sectors_in_flight int64_tDenis V. Lunev1-1/+1
2016-07-19dirty-bitmap: operate with int64_t amountDenis V. Lunev1-3/+3
2016-07-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-56/+192
2016-07-19Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell1-0/+21
2016-07-19block/iscsi: allow caching of the allocation mapPeter Lieven1-58/+192
2016-07-19block/iscsi: fix rounding in iscsi_allocationmap_setPeter Lieven1-3/+5
2016-07-18block: ignore flush requests when storage is cleanEvgeny Yakovlev1-0/+21
2016-07-18linux-aio: prevent submitting more than MAX_EVENTSRoman Pen1-10/+16
2016-07-18linux-aio: share one LinuxAioState within an AioContextPaolo Bonzini5-179/+22
2016-07-13vvfat: Fix qcow write target driver specificationMax Reitz1-1/+2
2016-07-13vmdk: fix metadata write regressionReda Sallahi1-7/+7
2016-07-13Improve block job rate limiting for small bandwidth valuesSascha Silbe3-17/+12
2016-07-13qcow2: Fix qcow2_get_cluster_offset()Max Reitz1-5/+11
2016-07-13qcow2: Avoid making the L1 table too bigMax Reitz1-1/+2
2016-07-13block/qdev: Allow configuring rerror/werror with qdev propertiesKevin Wolf1-0/+1
2016-07-13commit: Fix use of error handling policyKevin Wolf1-3/+3
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini19-62/+63
2016-07-13raw-posix: Use qemu_dupFam Zheng1-9/+1
2016-07-13commit: Add 'job-id' parameter to 'block-commit'Alberto Garcia2-6/+7
2016-07-13stream: Add 'job-id' parameter to 'block-stream'Alberto Garcia1-6/+6
2016-07-13backup: Add 'job-id' parameter to 'blockdev-backup' and 'drive-backup'Alberto Garcia1-4/+4
2016-07-13mirror: Add 'job-id' parameter to 'blockdev-mirror' and 'drive-mirror'Alberto Garcia1-7/+8
2016-07-13blockjob: Add 'job_id' parameter to block_job_create()Alberto Garcia4-4/+5
2016-07-13blockjob: Update description of the 'id' fieldAlberto Garcia1-1/+2
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-1/+0
2016-07-06Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-06' into ...Peter Maydell2-21/+18
2016-07-06qapi: Add new visit_complete() functionEric Blake1-5/+4
2016-07-06qmp-output-visitor: Favor new visit_free() functionEric Blake1-1/+1
2016-07-06opts-visitor: Favor new visit_free() functionEric Blake1-16/+14
2016-07-06qapi: Add parameter to visit_end_*Eric Blake1-2/+2