summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2017-02-2621-62/+170
|\
| * vvfat: Use opened node as backing fileKevin Wolf2017-02-241-5/+5
| * block: Attach bs->file only during .bdrv_open()Kevin Wolf2017-02-2414-6/+102
| * block: Pass BdrvChild to bdrv_truncate()Kevin Wolf2017-02-2410-15/+15
| * mirror: Resize active commit base in mirror_run()Kevin Wolf2017-02-241-28/+22Star
| * qcow2: Use BB for resizing in qcow2_amend_options()Kevin Wolf2017-02-241-1/+5
| * qemu-img: Improve documentation for PREALLOC_MODE_FALLOCNir Soffer2017-02-241-1/+6
| * qemu-img: Truncate before full preallocationNir Soffer2017-02-241-0/+12
| * qemu-img: Do not truncate before preallocationNir Soffer2017-02-241-7/+4Star
* | RBD: Add support readv,writev for rbdtianqing2017-02-241-24/+56
* | block/nfs: try to avoid the bounce buffer in pwritevPeter Lieven2017-02-241-7/+16
* | block/nfs: convert to preadv / pwritevPeter Lieven2017-02-241-18/+15Star
* | block: Don't bother asserting type of output visitor's outputMarkus Armbruster2017-02-223-5/+0Star
|/
* mirror: do not increase offset during initial zero_or_discard phaseAnton Nefedov2017-02-211-2/+7
* iscsi: Add blockdev-add supportKevin Wolf2017-02-211-5/+9
* iscsi: Add timeout optionKevin Wolf2017-02-211-26/+11Star
* iscsi: Add header-digest optionKevin Wolf2017-02-211-24/+15Star
* iscsi: Add initiator-name optionKevin Wolf2017-02-211-17/+15Star
* iscsi: Handle -iscsi user/password in bdrv_parse_filename()Kevin Wolf2017-02-211-34/+44
* iscsi: Split URL into individual optionsKevin Wolf2017-02-211-53/+140
* coroutine-lock: add mutex argument to CoQueue APIsPaolo Bonzini2017-02-216-9/+7Star
* block: explicitly acquire aiocontext in aio callbacks that need itPaolo Bonzini2017-02-2113-45/+26Star
* block: explicitly acquire aiocontext in bottom halves that need itPaolo Bonzini2017-02-2112-26/+61
* block: explicitly acquire aiocontext in callbacks that need itPaolo Bonzini2017-02-217-41/+57
* block: explicitly acquire aiocontext in timers that need itPaolo Bonzini2017-02-217-2/+34
* qed: introduce qed_aio_start_io and qed_aio_next_io_cbPaolo Bonzini2017-02-211-14/+25
* blkdebug: reschedule coroutine on the AioContext it is running onPaolo Bonzini2017-02-211-8/+1Star
* nbd: convert to use qio_channel_yieldPaolo Bonzini2017-02-212-66/+53Star
* block-backend: allow blk_prw from coroutine contextPaolo Bonzini2017-02-211-4/+8
* block: move AioContext, QEMUTimer, main-loop to libqemuutilPaolo Bonzini2017-02-211-29/+0Star
* qcow2: Optimize the refcount-block overlap checkAlberto Garcia2017-02-123-1/+25
* block/nfs: fix naming of runtime optsPeter Lieven2017-02-121-23/+23
* block/nfs: fix NULL pointer dereference in URI parsingPeter Lieven2017-02-121-1/+2
* block/qapi: reduce the execution time of qmp_query_blockstatsDou Liyang2017-02-121-44/+29Star
* block/qapi: reduce the coupling between the bdrv_query_stats and bdrv_query_b...Dou Liyang2017-02-121-12/+14
* block/vmdk: Fix the endian problem of buf_len and lbaQingFeng Hao2017-02-121-2/+2
* qapi: Tweak error message of bdrv_query_image_infoFam Zheng2017-02-121-2/+2
* Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2017-02-021-2/+0Star
|\
| * trace: clean up trace-events filesStefan Hajnoczi2017-01-311-2/+0Star
* | sheepdog: reorganize check for overlapping requestsPaolo Bonzini2017-02-011-36/+30Star
* | sheepdog: simplify inflight_aio_head managementPaolo Bonzini2017-02-011-17/+6Star
* | sheepdog: do not use BlockAIOCBPaolo Bonzini2017-02-011-60/+39Star
* | sheepdog: reorganize coroutine flowPaolo Bonzini2017-02-011-73/+42Star
* | sheepdog: remove unused cancellation supportPaolo Bonzini2017-02-011-52/+0Star
|/
* block/iscsi: statically link qemu_iscsi_optsPeter Lieven2017-01-272-0/+70
* block: get max_transfer limit for char (scsi-generic) devicesEric Farman2017-01-271-1/+1
* block: Fix target variable of BLKSECTGET ioctlEric Farman2017-01-271-7/+10
* block/iscsi: avoid data corruption with cache=writebackPeter Lieven2017-01-271-2/+6
* migration: disallow migrate_add_blocker during migrationAshijeet Acharya2017-01-246-19/+53
* block/vvfat: Remove the undesirable commentAshijeet Acharya2017-01-241-1/+0Star