Age | Commit message (Expand) | Author |
2017-02-21 | mirror: do not increase offset during initial zero_or_discard phase | Anton Nefedov |
2017-02-21 | iscsi: Add blockdev-add support | Kevin Wolf |
2017-02-21 | iscsi: Add timeout option | Kevin Wolf |
2017-02-21 | iscsi: Add header-digest option | Kevin Wolf |
2017-02-21 | iscsi: Add initiator-name option | Kevin Wolf |
2017-02-21 | iscsi: Handle -iscsi user/password in bdrv_parse_filename() | Kevin Wolf |
2017-02-21 | iscsi: Split URL into individual options | Kevin Wolf |
2017-02-21 | coroutine-lock: add mutex argument to CoQueue APIs | Paolo Bonzini |
2017-02-21 | block: explicitly acquire aiocontext in aio callbacks that need it | Paolo Bonzini |
2017-02-21 | block: explicitly acquire aiocontext in bottom halves that need it | Paolo Bonzini |
2017-02-21 | block: explicitly acquire aiocontext in callbacks that need it | Paolo Bonzini |
2017-02-21 | block: explicitly acquire aiocontext in timers that need it | Paolo Bonzini |
2017-02-21 | qed: introduce qed_aio_start_io and qed_aio_next_io_cb | Paolo Bonzini |
2017-02-21 | blkdebug: reschedule coroutine on the AioContext it is running on | Paolo Bonzini |
2017-02-21 | nbd: convert to use qio_channel_yield | Paolo Bonzini |
2017-02-21 | block-backend: allow blk_prw from coroutine context | Paolo Bonzini |
2017-02-21 | block: move AioContext, QEMUTimer, main-loop to libqemuutil | Paolo Bonzini |
2017-02-12 | qcow2: Optimize the refcount-block overlap check | Alberto Garcia |
2017-02-12 | block/nfs: fix naming of runtime opts | Peter Lieven |
2017-02-12 | block/nfs: fix NULL pointer dereference in URI parsing | Peter Lieven |
2017-02-12 | block/qapi: reduce the execution time of qmp_query_blockstats | Dou Liyang |
2017-02-12 | block/qapi: reduce the coupling between the bdrv_query_stats and bdrv_query_b... | Dou Liyang |
2017-02-12 | block/vmdk: Fix the endian problem of buf_len and lba | QingFeng Hao |
2017-02-12 | qapi: Tweak error message of bdrv_query_image_info | Fam Zheng |
2017-02-02 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell |
2017-02-01 | sheepdog: reorganize check for overlapping requests | Paolo Bonzini |
2017-02-01 | sheepdog: simplify inflight_aio_head management | Paolo Bonzini |
2017-02-01 | sheepdog: do not use BlockAIOCB | Paolo Bonzini |
2017-02-01 | sheepdog: reorganize coroutine flow | Paolo Bonzini |
2017-02-01 | sheepdog: remove unused cancellation support | Paolo Bonzini |
2017-01-31 | trace: clean up trace-events files | Stefan Hajnoczi |
2017-01-27 | block/iscsi: statically link qemu_iscsi_opts | Peter Lieven |
2017-01-27 | block: get max_transfer limit for char (scsi-generic) devices | Eric Farman |
2017-01-27 | block: Fix target variable of BLKSECTGET ioctl | Eric Farman |
2017-01-27 | block/iscsi: avoid data corruption with cache=writeback | Peter Lieven |
2017-01-24 | migration: disallow migrate_add_blocker during migration | Ashijeet Acharya |
2017-01-24 | block/vvfat: Remove the undesirable comment | Ashijeet Acharya |
2017-01-16 | block: get rid of bdrv_io_unplugged_begin/end | Paolo Bonzini |
2017-01-09 | block: Rename raw-{posix,win32} to file-*.c | Eric Blake |
2017-01-09 | block: Rename raw_bsd to raw-format.c | Eric Blake |
2017-01-09 | blkverify: Implement bdrv_co_preadv/pwritev/flush | Kevin Wolf |
2017-01-09 | blkdebug: Implement bdrv_co_preadv/pwritev/flush | Kevin Wolf |
2017-01-09 | quorum: Clean up quorum_aio_get() | Kevin Wolf |
2017-01-09 | quorum: Inline quorum_fifo_aio_cb() | Kevin Wolf |
2017-01-09 | quorum: Implement .bdrv_co_preadv/pwritev() | Kevin Wolf |
2017-01-09 | quorum: Avoid bdrv_aio_writev() for rewrites | Kevin Wolf |
2017-01-09 | quorum: Inline quorum_aio_cb() | Kevin Wolf |
2017-01-09 | quorum: Do cleanup in caller coroutine | Kevin Wolf |
2017-01-09 | quorum: Implement .bdrv_co_readv/writev | Kevin Wolf |
2017-01-09 | quorum: Remove s from quorum_aio_get() arguments | Kevin Wolf |