aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2019-02-25quorum: Make bdrv_dirname() return NULLMax Reitz1-0/+11
2019-02-25blkverify: Make bdrv_dirname() return NULLMax Reitz1-0/+10
2019-02-25block: bdrv_get_full_backing_filename's ret. val.Max Reitz1-10/+2
2019-02-25block: bdrv_get_full_backing_filename_from_...'s ret. val.Max Reitz1-5/+5
2019-02-25block: Make path_combine() return the pathMax Reitz1-2/+1
2019-02-25block: Add BDS.auto_backing_fileMax Reitz4-9/+21
2019-02-25block: Use children list in bdrv_refresh_filenameMax Reitz5-9/+0
2019-02-25block: Use bdrv_refresh_filename() to pullMax Reitz5-2/+12
2019-02-25block/nvme: Remove QEMU_PACKED from naturally aligned NVMeRegs structThomas Huth1-1/+1
2019-02-25qcow2: Assert that L2 table offsets fit in the L1 tableAlberto Garcia1-0/+3
2019-02-25nbd: Increase bs->in_flight during AioContext switchKevin Wolf1-2/+18
2019-02-25nbd: Use low-level QIOChannel API in nbd_read_eof()Kevin Wolf1-7/+1
2019-02-25nbd: Restrict connection_co reentranceKevin Wolf2-0/+23
2019-02-25block-backend: Make blk_inc/dec_in_flight publicKevin Wolf1-2/+2
2019-02-25commit: Replace commit_top_bs on failure after deleting the block jobAlberto Garcia1-1/+3
2019-02-25qcow2-snapshot: remove redundant find_snapshot_by_id_and_name callDaniel Henrique Barboza1-5/+0
2019-02-25block/snapshot: remove bdrv_snapshot_delete_by_id_or_nameDaniel Henrique Barboza1-20/+0
2019-02-25block/snapshot.c: eliminate use of ID input in snapshot operationsDaniel Henrique Barboza1-2/+3
2019-02-19block/dirty-bitmap: Documentation and Comment fixupsJohn Snow1-6/+14
2019-02-19dirty-bitmap: Expose persistent flag to 'query-block'Eric Blake1-0/+1
2019-02-11qcow2: Add list of bitmaps to ImageInfoSpecificQCow2Andrey Shinkevich3-1/+88
2019-02-11bdrv_query_image_info Error parameter addedAndrey Shinkevich4-10/+19
2019-02-04block/nbd-client: rename read_reply_co to connection_coVladimir Sementsov-Ogievskiy2-14/+14
2019-02-04block/nbd-client: don't check iocVladimir Sementsov-Ogievskiy1-11/+5
2019-02-04block/nbd-client: fix nbd_reply_chunk_iter_receiveVladimir Sementsov-Ogievskiy1-1/+1
2019-02-04block/nbd-client: split connection from initializationVladimir Sementsov-Ogievskiy1-9/+24
2019-02-04block/nbd: move connection code from block/nbd to block/nbd-clientVladimir Sementsov-Ogievskiy3-41/+39
2019-02-04block/nbd-client: split channel errors from export errorsVladimir Sementsov-Ogievskiy1-36/+47
2019-02-04nbd: generalize usage of nbd_readVladimir Sementsov-Ogievskiy1-3/+2
2019-02-01block: Eliminate the S_1KiB, S_2KiB, ... macrosMarkus Armbruster2-6/+7
2019-02-01block: Remove blk_attach_dev_legacy() / legacy_dev codeThomas Huth1-45/+9
2019-02-01uuid: Make qemu_uuid_bswap() take and return a QemuUUIDPeter Maydell1-8/+8
2019-02-01block/vdi: Don't take address of fields in packed structsPeter Maydell1-13/+25
2019-02-01block/vpc: Don't take address of fields in packed structsPeter Maydell1-1/+3
2019-02-01vmdk: Reject excess extents in blockdev-createKevin Wolf1-5/+24
2019-02-01vmdk: Implement .bdrv_co_create callbackFam Zheng1-127/+321
2019-02-01vmdk: Refactor vmdk_create_extentFam Zheng1-26/+43
2019-02-01block: Fix hangs in synchronous APIs with iothreadsKevin Wolf6-1/+16
2019-02-01block: Replace qdict_put() by qdict_put_obj() where appropriateMarkus Armbruster1-3/+2
2019-02-01qcow2: Assert that refcount block offsets fit in the refcount tableAlberto Garcia1-0/+3
2019-02-01mirror: Block the source BlockDriverState in mirror_start_job()Alberto Garcia1-0/+8
2019-02-01mirror: Release the dirty bitmap if mirror_start_job() failsAlberto Garcia1-0/+3
2019-01-31block/sheepdog: Convert from DPRINTF() macro to trace eventsLaurent Vivier2-30/+31
2019-01-31block/file-posix: Convert from DPRINTF() macro to trace eventsLaurent Vivier2-19/+13
2019-01-31block/curl: Convert from DPRINTF() macro to trace eventsLaurent Vivier2-21/+17
2019-01-31block/ssh: Convert from DPRINTF() macro to trace eventsLaurent Vivier2-29/+34
2019-01-31qapi: add x-debug-query-block-graphVladimir Sementsov-Ogievskiy1-0/+5
2019-01-24throttle-groups: fix restart coroutine iothread raceStefan Hajnoczi1-0/+9
2019-01-22Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-01-21' into st...Peter Maydell1-4/+5
2019-01-22block: Work-around a bug in libiscsi 1.9.0 when used in gnu99 modeThomas Huth1-0/+2