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