aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2020-10-02block/export: Move writable to BlockExportOptionsKevin Wolf
2020-10-02block/export: Add query-block-exportsKevin Wolf
2020-10-02block/export: Create BlockBackend in blk_exp_add()Kevin Wolf
2020-10-02block/export: Move blk to BlockExportKevin Wolf
2020-10-02block/export: Add BLOCK_EXPORT_DELETED eventKevin Wolf
2020-10-02block/export: Add block-export-delKevin Wolf
2020-10-02block/export: Move strong user reference to block_exportsKevin Wolf
2020-10-02block/export: Add 'id' option to block-export-addKevin Wolf
2020-10-02block/export: Add blk_exp_close_all(_type)Kevin Wolf
2020-10-02block/export: Allocate BlockExport in blk_exp_add()Kevin Wolf
2020-10-02block/export: Add node-name to BlockExportOptionsKevin Wolf
2020-10-02block/export: Move AioContext from NBDExport to BlockExportKevin Wolf
2020-10-02block/export: Move refcount from NBDExport to BlockExportKevin Wolf
2020-10-02nbd: Add max-connections to nbd-server-startKevin Wolf
2020-10-02block/export: Remove magic from block-export-addKevin Wolf
2020-10-02block/export: Add BlockExport infrastructure and block-export-addKevin Wolf
2020-10-02qapi: Rename BlockExport to BlockExportOptionsKevin Wolf
2020-10-02qapi: Create block-export moduleKevin Wolf
2020-10-02block/sheepdog: Replace magic val by NANOSECONDS_PER_SECOND definitionPhilippe Mathieu-Daudé
2020-09-29qapi: Restrict query-uuid command to machine codePhilippe Mathieu-Daudé
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-16block/file: switch to use qemu_open/qemu_create for improved errorsDaniel P. Berrangé
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé
2020-09-15block/rbd: add 'namespace' to qemu_rbd_strong_runtime_opts[]Stefano Garzarella
2020-09-15qcow2: Convert qcow2_alloc_cluster_offset() into qcow2_alloc_host_offset()Alberto Garcia
2020-09-15qcow2: Make preallocate_co() resize the image to the correct sizeAlberto Garcia
2020-09-15block/qcow: remove runtime optsJohn Snow
2020-09-15block/rbd: remove runtime_optsJohn Snow
2020-09-15qcow2: Return the original error code in qcow2_co_pwrite_zeroes()Alberto Garcia
2020-09-15qcow2: Make qcow2_free_any_clusters() free only one clusterAlberto Garcia
2020-09-15qcow2: Handle QCowL2Meta on error in preallocate_co()Alberto Garcia
2020-09-15block/vhdx: Support vhdx image only with 512 bytes logical sector sizeSwapnil Ingle
2020-09-15qcow2: Rewrite the documentation of qcow2_alloc_cluster_offset()Alberto Garcia
2020-09-15qcow2: Don't check nb_clusters when removing l2meta from the listAlberto Garcia
2020-09-15qcow2: Fix removal of list members from BDRVQcow2State.cluster_allocsAlberto Garcia
2020-09-15qcow2: Use macros for the L1, refcount and bitmap table entry sizesAlberto Garcia
2020-09-15block/quorum.c: stable children namesLukas Straub
2020-09-11Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2020-09-10block/qcow2-cluster: Add missing "fallthrough" annotationThomas Huth
2020-09-10block/nvme: Pair doorbell registersPhilippe Mathieu-Daudé
2020-09-10block/nvme: Use generic NvmeBar structurePhilippe Mathieu-Daudé
2020-09-10block/nvme: Group controller registers in NVMeRegs structurePhilippe Mathieu-Daudé
2020-09-10file-win32: Fix "locking" optionKevin Wolf
2020-09-09trace-events: Fix attribution of trace points to sourceMarkus Armbruster
2020-09-09trace-events: Delete unused trace pointsMarkus Armbruster
2020-09-07block: Leave BDS.backing_{file,format} constantMax Reitz
2020-09-07block: Inline bdrv_co_block_status_from_*()Max Reitz
2020-09-07commit: Deal with filtersMax Reitz
2020-09-07backup: Deal with filtersMax Reitz
2020-09-07mirror: Deal with filtersMax Reitz