aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2021-02-03block/nbd: only enter connection coroutine if it's presentRoman Kagan
2021-02-03block/nbd: only detach existing iochannel from aio_contextRoman Kagan
2021-02-03block/io: use int64_t bytes in copy_rangeVladimir Sementsov-Ogievskiy
2021-02-03block/io: support int64_t bytes in read/write wrappersVladimir Sementsov-Ogievskiy
2021-02-03block/io: support int64_t bytes in bdrv_co_p{read,write}v_part()Vladimir Sementsov-Ogievskiy
2021-02-03block/io: support int64_t bytes in bdrv_aligned_preadv()Vladimir Sementsov-Ogievskiy
2021-02-03block/io: support int64_t bytes in bdrv_co_do_copy_on_readv()Vladimir Sementsov-Ogievskiy
2021-02-03block/io: support int64_t bytes in bdrv_aligned_pwritev()Vladimir Sementsov-Ogievskiy
2021-02-03block/io: support int64_t bytes in bdrv_co_do_pwrite_zeroes()Vladimir Sementsov-Ogievskiy
2021-02-03block/io: use int64_t bytes in driver wrappersVladimir Sementsov-Ogievskiy
2021-02-03block: use int64_t as bytes type in tracked requestsEric Blake
2021-02-03block/io: improve bdrv_check_request: check qiov tooVladimir Sementsov-Ogievskiy
2021-02-03block/throttle-groups: throttle_group_co_io_limits_intercept(): 64bit bytesVladimir Sementsov-Ogievskiy
2021-02-03block/io: bdrv_pad_request(): support qemu_iovec_init_extended failureVladimir Sementsov-Ogievskiy
2021-02-03block/io: refactor bdrv_pad_request(): move bdrv_pad_request() upVladimir Sementsov-Ogievskiy
2021-02-03block: fix theoretical overflow in bdrv_init_padding()Vladimir Sementsov-Ogievskiy
2021-02-03util/iov: make qemu_iovec_init_extended() honestVladimir Sementsov-Ogievskiy
2021-02-03block: refactor bdrv_check_request: add errpVladimir Sementsov-Ogievskiy
2021-02-02block: Fix VM size column width in bdrv_snapshot_dump()Kevin Wolf
2021-02-02block/nvme: Trace NVMe spec version supported by the controllerPhilippe Mathieu-Daudé
2021-02-02block/nvme: Properly display doorbell stride length in trace eventPhilippe Mathieu-Daudé
2021-01-28Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-01-28' into ...Peter Maydell
2021-01-28qapi: More complex uses of QAPI_LIST_APPENDEric Blake
2021-01-28qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake
2021-01-27block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf
2021-01-26block: report errno when flock fcntl failsDavid Edmondson
2021-01-26block/block-copy: drop unused argument of block_copy()Vladimir Sementsov-Ogievskiy
2021-01-26block/block-copy: drop unused block_copy_set_progress_callback()Vladimir Sementsov-Ogievskiy
2021-01-26backup: move to block-copyVladimir Sementsov-Ogievskiy
2021-01-26block/backup: drop extra gotos from backup_run()Vladimir Sementsov-Ogievskiy
2021-01-26block/block-copy: make progress_bytes_callback optionalVladimir Sementsov-Ogievskiy
2021-01-26qapi: backup: add max-chunk and max-workers to x-perf structVladimir Sementsov-Ogievskiy
2021-01-26block/block-copy: add block_copy_cancelVladimir Sementsov-Ogievskiy
2021-01-26block/block-copy: add ratelimit to block-copyVladimir Sementsov-Ogievskiy
2021-01-26block/block-copy: add list of all call-statesVladimir Sementsov-Ogievskiy
2021-01-26block/block-copy: add max_chunk and max_workers parametersVladimir Sementsov-Ogievskiy
2021-01-26block/block-copy: implement block_copy_asyncVladimir Sementsov-Ogievskiy
2021-01-26block/block-copy: More explicit call_stateVladimir Sementsov-Ogievskiy
2021-01-26qapi: backup: add perf.use-copy-range parameterVladimir Sementsov-Ogievskiy
2021-01-26block: apply COR-filter to block-stream jobsAndrey Shinkevich
2021-01-26block/stream: add s->target_bsVladimir Sementsov-Ogievskiy
2021-01-26qapi: block-stream: add "bottom" argumentVladimir Sementsov-Ogievskiy
2021-01-26stream: rework backing-file changingAndrey Shinkevich
2021-01-26copy-on-read: skip non-guest reads if no copy neededAndrey Shinkevich
2021-01-26block: include supported_read_flags into BDS structureAndrey Shinkevich
2021-01-26qapi: copy-on-read filter: add 'bottom' optionAndrey Shinkevich
2021-01-26qapi: add filter-node-name to block-streamAndrey Shinkevich
2021-01-26copy-on-read: add filter drop functionAndrey Shinkevich
2021-01-26copy-on-read: support preadv/pwritev_part functionsAndrey Shinkevich
2021-01-13Merge remote-tracking branch 'remotes/armbru/tags/pull-yank-2021-01-13' into ...Peter Maydell