aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2017-02-21mirror: do not increase offset during initial zero_or_discard phaseAnton Nefedov
2017-02-21iscsi: Add blockdev-add supportKevin Wolf
2017-02-21iscsi: Add timeout optionKevin Wolf
2017-02-21iscsi: Add header-digest optionKevin Wolf
2017-02-21iscsi: Add initiator-name optionKevin Wolf
2017-02-21iscsi: Handle -iscsi user/password in bdrv_parse_filename()Kevin Wolf
2017-02-21iscsi: Split URL into individual optionsKevin Wolf
2017-02-21coroutine-lock: add mutex argument to CoQueue APIsPaolo Bonzini
2017-02-21block: explicitly acquire aiocontext in aio callbacks that need itPaolo Bonzini
2017-02-21block: explicitly acquire aiocontext in bottom halves that need itPaolo Bonzini
2017-02-21block: explicitly acquire aiocontext in callbacks that need itPaolo Bonzini
2017-02-21block: explicitly acquire aiocontext in timers that need itPaolo Bonzini
2017-02-21qed: introduce qed_aio_start_io and qed_aio_next_io_cbPaolo Bonzini
2017-02-21blkdebug: reschedule coroutine on the AioContext it is running onPaolo Bonzini
2017-02-21nbd: convert to use qio_channel_yieldPaolo Bonzini
2017-02-21block-backend: allow blk_prw from coroutine contextPaolo Bonzini
2017-02-21block: move AioContext, QEMUTimer, main-loop to libqemuutilPaolo Bonzini
2017-02-12qcow2: Optimize the refcount-block overlap checkAlberto Garcia
2017-02-12block/nfs: fix naming of runtime optsPeter Lieven
2017-02-12block/nfs: fix NULL pointer dereference in URI parsingPeter Lieven
2017-02-12block/qapi: reduce the execution time of qmp_query_blockstatsDou Liyang
2017-02-12block/qapi: reduce the coupling between the bdrv_query_stats and bdrv_query_b...Dou Liyang
2017-02-12block/vmdk: Fix the endian problem of buf_len and lbaQingFeng Hao
2017-02-12qapi: Tweak error message of bdrv_query_image_infoFam Zheng
2017-02-02Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2017-02-01sheepdog: reorganize check for overlapping requestsPaolo Bonzini
2017-02-01sheepdog: simplify inflight_aio_head managementPaolo Bonzini
2017-02-01sheepdog: do not use BlockAIOCBPaolo Bonzini
2017-02-01sheepdog: reorganize coroutine flowPaolo Bonzini
2017-02-01sheepdog: remove unused cancellation supportPaolo Bonzini
2017-01-31trace: clean up trace-events filesStefan Hajnoczi
2017-01-27block/iscsi: statically link qemu_iscsi_optsPeter Lieven
2017-01-27block: get max_transfer limit for char (scsi-generic) devicesEric Farman
2017-01-27block: Fix target variable of BLKSECTGET ioctlEric Farman
2017-01-27block/iscsi: avoid data corruption with cache=writebackPeter Lieven
2017-01-24migration: disallow migrate_add_blocker during migrationAshijeet Acharya
2017-01-24block/vvfat: Remove the undesirable commentAshijeet Acharya
2017-01-16block: get rid of bdrv_io_unplugged_begin/endPaolo Bonzini
2017-01-09block: Rename raw-{posix,win32} to file-*.cEric Blake
2017-01-09block: Rename raw_bsd to raw-format.cEric Blake
2017-01-09blkverify: Implement bdrv_co_preadv/pwritev/flushKevin Wolf
2017-01-09blkdebug: Implement bdrv_co_preadv/pwritev/flushKevin Wolf
2017-01-09quorum: Clean up quorum_aio_get()Kevin Wolf
2017-01-09quorum: Inline quorum_fifo_aio_cb()Kevin Wolf
2017-01-09quorum: Implement .bdrv_co_preadv/pwritev()Kevin Wolf
2017-01-09quorum: Avoid bdrv_aio_writev() for rewritesKevin Wolf
2017-01-09quorum: Inline quorum_aio_cb()Kevin Wolf
2017-01-09quorum: Do cleanup in caller coroutineKevin Wolf
2017-01-09quorum: Implement .bdrv_co_readv/writevKevin Wolf
2017-01-09quorum: Remove s from quorum_aio_get() argumentsKevin Wolf