| Commit message (Expand) | Author | Age | Files | Lines |
* | nbd: make nbd_read* return -EIO on error | Roman Kagan | 2021-02-03 | 1 | -3/+4 |
* | block/io: use int64_t bytes in copy_range | Vladimir Sementsov-Ogievskiy | 2021-02-03 | 2 | -9/+9 |
* | block/io: support int64_t bytes in read/write wrappers | Vladimir Sementsov-Ogievskiy | 2021-02-03 | 2 | -7/+8 |
* | block/io: support int64_t bytes in bdrv_co_p{read,write}v_part() | Vladimir Sementsov-Ogievskiy | 2021-02-03 | 1 | -2/+2 |
* | block: use int64_t as bytes type in tracked requests | Eric Blake | 2021-02-03 | 1 | -2/+2 |
* | block/throttle-groups: throttle_group_co_io_limits_intercept(): 64bit bytes | Vladimir Sementsov-Ogievskiy | 2021-02-03 | 1 | -1/+1 |
* | block: refactor bdrv_check_request: add errp | Vladimir Sementsov-Ogievskiy | 2021-02-03 | 1 | -1/+1 |
* | block/block-copy: drop unused argument of block_copy() | Vladimir Sementsov-Ogievskiy | 2021-01-26 | 1 | -1/+1 |
* | block/block-copy: drop unused block_copy_set_progress_callback() | Vladimir Sementsov-Ogievskiy | 2021-01-26 | 1 | -6/+0 |
* | blockjob: add set_speed to BlockJobDriver | Vladimir Sementsov-Ogievskiy | 2021-01-26 | 1 | -0/+2 |
* | block/block-copy: add block_copy_cancel | Vladimir Sementsov-Ogievskiy | 2021-01-26 | 1 | -0/+13 |
* | block/block-copy: add ratelimit to block-copy | Vladimir Sementsov-Ogievskiy | 2021-01-26 | 1 | -1/+4 |
* | block/block-copy: add max_chunk and max_workers parameters | Vladimir Sementsov-Ogievskiy | 2021-01-26 | 1 | -0/+6 |
* | block/block-copy: implement block_copy_async | Vladimir Sementsov-Ogievskiy | 2021-01-26 | 1 | -0/+29 |
* | qapi: backup: add perf.use-copy-range parameter | Vladimir Sementsov-Ogievskiy | 2021-01-26 | 2 | -1/+4 |
* | qapi: block-stream: add "bottom" argument | Vladimir Sementsov-Ogievskiy | 2021-01-26 | 1 | -0/+1 |
* | copy-on-read: skip non-guest reads if no copy needed | Andrey Shinkevich | 2021-01-26 | 1 | -3/+5 |
* | block: include supported_read_flags into BDS structure | Andrey Shinkevich | 2021-01-26 | 1 | -0/+4 |
* | qapi: add filter-node-name to block-stream | Andrey Shinkevich | 2021-01-26 | 1 | -1/+6 |
* | block: add API function to insert a node | Andrey Shinkevich | 2021-01-26 | 1 | -0/+2 |
* | block: introduce BDRV_REQ_NO_WAIT flag | Vladimir Sementsov-Ogievskiy | 2020-12-18 | 1 | -1/+8 |
* | block: bdrv_mark_request_serialising: split non-waiting function | Vladimir Sementsov-Ogievskiy | 2020-12-18 | 1 | -1/+2 |
* | block: simplify comment to BDRV_REQ_SERIALISING | Vladimir Sementsov-Ogievskiy | 2020-12-18 | 1 | -10/+1 |
* | block: introduce BDRV_MAX_LENGTH | Vladimir Sementsov-Ogievskiy | 2020-12-11 | 2 | -0/+18 |
* | fuse: Allow exporting BDSs via FUSE | Max Reitz | 2020-12-11 | 1 | -0/+30 |
* | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request... | Peter Maydell | 2020-11-23 | 1 | -6/+12 |
|\ |
|
| * | block/nvme: Introduce Completion Queue definitions | Philippe Mathieu-Daudé | 2020-11-03 | 1 | -6/+12 |
* | | block: Move bdrv_drain_all_end_quiesce() to block_int.h | Greg Kurz | 2020-11-09 | 2 | -6/+9 |
|/ |
|
* | Merge remote-tracking branch 'remotes/nvme/tags/pull-nvme-20201102' into staging | Peter Maydell | 2020-11-02 | 1 | -3/+15 |
|\ |
|
| * | hw/block/nvme: fix prp mapping status codes | Gollu Appalanaidu | 2020-10-27 | 1 | -0/+1 |
| * | hw/block/nvme: reject io commands if only admin command set selected | Klaus Jensen | 2020-10-27 | 1 | -0/+5 |
| * | hw/block/nvme: support for admin-only command set | Keith Busch | 2020-10-27 | 1 | -1/+2 |
| * | hw/block/nvme: validate command set selected | Keith Busch | 2020-10-27 | 1 | -0/+4 |
| * | hw/block/nvme: support per-namespace smart log | Keith Busch | 2020-10-27 | 1 | -0/+1 |
| * | hw/block/nvme: add support for scatter gather lists | Klaus Jensen | 2020-10-27 | 1 | -3/+3 |
* | | nbd: Add new qemu:allocation-depth metadata context | Eric Blake | 2020-10-30 | 1 | -3/+5 |
* | | block: End quiescent sections when a BDS is deleted | Greg Kurz | 2020-10-27 | 1 | -0/+6 |
* | | qcow2: Skip copy-on-write when allocating a zero cluster | Alberto Garcia | 2020-10-27 | 1 | -0/+2 |
|/ |
|
* | block: Add bdrv_lock()/unlock() | Kevin Wolf | 2020-10-09 | 1 | -0/+14 |
* | block: Add bdrv_co_enter()/leave() | Kevin Wolf | 2020-10-09 | 1 | -0/+17 |
* | util/async: Add aio_co_reschedule_self() | Kevin Wolf | 2020-10-09 | 1 | -0/+10 |
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 2020-10-06 | 1 | -0/+1 |
|\ |
|
| * | migration: introduce icount field for snapshots | Pavel Dovgalyuk | 2020-10-06 | 1 | -0/+1 |
* | | include/block/block.h: drop non-ascii quotation mark | Vladimir Sementsov-Ogievskiy | 2020-10-05 | 1 | -1/+1 |
* | | block/io: refactor save/load vmstate | Vladimir Sementsov-Ogievskiy | 2020-10-05 | 1 | -2/+4 |
* | | block: drop bdrv_prwv | Vladimir Sementsov-Ogievskiy | 2020-10-05 | 1 | -2/+0 |
* | | block: generate coroutine-wrapper code | Vladimir Sementsov-Ogievskiy | 2020-10-05 | 1 | -6/+10 |
* | | scripts: add block-coroutine-wrapper.py | Vladimir Sementsov-Ogievskiy | 2020-10-05 | 1 | -0/+10 |
* | | block: return error-code from bdrv_invalidate_cache | Vladimir Sementsov-Ogievskiy | 2020-10-05 | 1 | -1/+1 |
|/ |
|
* | nbd: Merge nbd_export_new() and nbd_export_create() | Kevin Wolf | 2020-10-02 | 1 | -6/+1 |