summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | qcow2: Switch .bdrv_co_discard() to byte-basedEric Blake2016-07-201-5/+5
| * | nbd: Switch .bdrv_co_discard() to byte-basedEric Blake2016-07-203-16/+10Star
| * | iscsi: Switch .bdrv_co_discard() to byte-basedEric Blake2016-07-201-10/+8Star
| * | gluster: Switch .bdrv_co_discard() to byte-basedEric Blake2016-07-201-8/+6Star
| * | blkreplay: Switch .bdrv_co_discard() to byte-basedEric Blake2016-07-201-5/+4Star
| * | block: Add .bdrv_co_pdiscard() driver callbackEric Blake2016-07-201-2/+5
| * | block: Convert .bdrv_aio_discard() to byte-basedEric Blake2016-07-203-22/+18Star
| * | rbd: Switch rbd_start_aio() to byte-basedEric Blake2016-07-201-9/+9
| * | raw-posix: Switch paio_submit() to byte-basedEric Blake2016-07-203-15/+20
| * | block: Convert BB interface to byte-based discardsEric Blake2016-07-202-16/+14Star
| * | block: Convert bdrv_aio_discard() to byte-basedEric Blake2016-07-203-10/+10
| * | 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