aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2019-02-25block: Use bdrv_refresh_filename() to pullMax Reitz
2019-02-25block/nvme: Remove QEMU_PACKED from naturally aligned NVMeRegs structThomas Huth
2019-02-25qcow2: Assert that L2 table offsets fit in the L1 tableAlberto Garcia
2019-02-25nbd: Increase bs->in_flight during AioContext switchKevin Wolf
2019-02-25nbd: Use low-level QIOChannel API in nbd_read_eof()Kevin Wolf
2019-02-25nbd: Restrict connection_co reentranceKevin Wolf
2019-02-25block-backend: Make blk_inc/dec_in_flight publicKevin Wolf
2019-02-25commit: Replace commit_top_bs on failure after deleting the block jobAlberto Garcia
2019-02-25qcow2-snapshot: remove redundant find_snapshot_by_id_and_name callDaniel Henrique Barboza
2019-02-25block/snapshot: remove bdrv_snapshot_delete_by_id_or_nameDaniel Henrique Barboza
2019-02-25block/snapshot.c: eliminate use of ID input in snapshot operationsDaniel Henrique Barboza
2019-02-22block/vmdk: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy
2019-02-22block/qed: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy
2019-02-22block/qcow2: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy
2019-02-22block/qcow: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy
2019-02-22block/parallels: use QEMU_IOVEC_INIT_BUFVladimir Sementsov-Ogievskiy
2019-02-22block/stream: use QEMU_IOVEC_INIT_BUFVladimir Sementsov-Ogievskiy
2019-02-22block/commit: use QEMU_IOVEC_INIT_BUFVladimir Sementsov-Ogievskiy
2019-02-22block/backup: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy
2019-02-22block/block-backend: use QEMU_IOVEC_INIT_BUFVladimir Sementsov-Ogievskiy
2019-02-22block/io: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy
2019-02-19block/dirty-bitmap: Documentation and Comment fixupsJohn Snow
2019-02-19dirty-bitmap: Expose persistent flag to 'query-block'Eric Blake
2019-02-11qcow2: Add list of bitmaps to ImageInfoSpecificQCow2Andrey Shinkevich
2019-02-11bdrv_query_image_info Error parameter addedAndrey Shinkevich
2019-02-04block/nbd-client: rename read_reply_co to connection_coVladimir Sementsov-Ogievskiy
2019-02-04block/nbd-client: don't check iocVladimir Sementsov-Ogievskiy
2019-02-04block/nbd-client: fix nbd_reply_chunk_iter_receiveVladimir Sementsov-Ogievskiy
2019-02-04block/nbd-client: split connection from initializationVladimir Sementsov-Ogievskiy
2019-02-04block/nbd: move connection code from block/nbd to block/nbd-clientVladimir Sementsov-Ogievskiy
2019-02-04block/nbd-client: split channel errors from export errorsVladimir Sementsov-Ogievskiy
2019-02-04nbd: generalize usage of nbd_readVladimir Sementsov-Ogievskiy
2019-02-01block: Eliminate the S_1KiB, S_2KiB, ... macrosMarkus Armbruster
2019-02-01block: Remove blk_attach_dev_legacy() / legacy_dev codeThomas Huth
2019-02-01uuid: Make qemu_uuid_bswap() take and return a QemuUUIDPeter Maydell
2019-02-01block/vdi: Don't take address of fields in packed structsPeter Maydell
2019-02-01block/vpc: Don't take address of fields in packed structsPeter Maydell
2019-02-01vmdk: Reject excess extents in blockdev-createKevin Wolf
2019-02-01vmdk: Implement .bdrv_co_create callbackFam Zheng
2019-02-01vmdk: Refactor vmdk_create_extentFam Zheng
2019-02-01block: Fix hangs in synchronous APIs with iothreadsKevin Wolf
2019-02-01block: Replace qdict_put() by qdict_put_obj() where appropriateMarkus Armbruster
2019-02-01qcow2: Assert that refcount block offsets fit in the refcount tableAlberto Garcia
2019-02-01mirror: Block the source BlockDriverState in mirror_start_job()Alberto Garcia
2019-02-01mirror: Release the dirty bitmap if mirror_start_job() failsAlberto Garcia
2019-01-31block/sheepdog: Convert from DPRINTF() macro to trace eventsLaurent Vivier
2019-01-31block/file-posix: Convert from DPRINTF() macro to trace eventsLaurent Vivier
2019-01-31block/curl: Convert from DPRINTF() macro to trace eventsLaurent Vivier
2019-01-31block/ssh: Convert from DPRINTF() macro to trace eventsLaurent Vivier
2019-01-31qapi: add x-debug-query-block-graphVladimir Sementsov-Ogievskiy