summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2020-03-11luks: implement .bdrv_measure()Stefan Hajnoczi
2020-03-11luks: extract qcrypto_block_calculate_payload_offset()Stefan Hajnoczi
2020-03-09monitor/hmp: Move hmp_drive_add_node to block-hmp-cmds.cMaxim Levitsky
2020-03-09monitor/hmp: move hmp_info_block* to block-hmp-cmds.cMaxim Levitsky
2020-03-09monitor/hmp: move remaining hmp_block* functions to block-hmp-cmds.cMaxim Levitsky
2020-03-09monitor/hmp: move hmp_nbd_server* to block-hmp-cmds.cMaxim Levitsky
2020-03-09monitor/hmp: move hmp_snapshot_* to block-hmp-cmds.cMaxim Levitsky
2020-03-09monitor/hmp: move hmp_block_job* to block-hmp-cmds.cMaxim Levitsky
2020-03-09monitor/hmp: move hmp_drive_mirror and hmp_drive_backup to block-hmp-cmds.cMaxim Levitsky
2020-03-09monitor/hmp: move hmp_drive_del and hmp_commit to block-hmp-cmds.cMaxim Levitsky
2020-03-09monitor/hmp: rename device-hotplug.c to block/monitor/block-hmp-cmds.cMaxim Levitsky
2020-03-09block/file-posix: Remove redundant statement in raw_handle_perm_lock()Chen Qun
2020-03-09block/stream: Remove redundant statement in stream_run()Chen Qun
2020-03-06block/rbd: Add support for ceph namespacesFlorian Florensa
2020-03-06qemu-storage-daemon: Add --blockdev optionKevin Wolf
2020-03-06block: Move system emulator QMP commands to block/qapi-sysemu.cKevin Wolf
2020-03-06block/qcow2: Move bitmap reopen into bdrv_reopen_commit_postPeter Krempa
2020-03-06qcow2: Fix alloc_cluster_abort() for pre-existing clustersMax Reitz
2020-03-03block/replication.c: Ignore requests after failoverLukas Straub
2020-02-26block/nbd: fix memory leak in nbd_open()Pan Nengyuan
2020-02-26block/nbd: extract the common cleanup codePan Nengyuan
2020-02-26nbd-client: Support leading / in NBD URIEric Blake
2020-02-20block: Fix VM size field width in snapshot dumpMax Reitz
2020-02-20iscsi: Drop iscsi_co_create_opts()Max Reitz
2020-02-20file-posix: Drop hdev_co_create_opts()Max Reitz
2020-02-20block/nbd: Fix hang in .bdrv_close()Max Reitz
2020-02-20block/backup-top: fix flags handlingVladimir Sementsov-Ogievskiy
2020-02-20block: always fill entire LUKS header space with zerosDaniel P. Berrangé
2020-02-20qapi: Allow getting flat output from 'query-named-block-nodes'Peter Krempa
2020-02-18quorum: Stop marking it as a filterMax Reitz
2020-02-18mirror: Double-check immediately before replacingMax Reitz
2020-02-18block: Remove bdrv_recurse_is_first_non_filter()Max Reitz
2020-02-18quorum: Implement .bdrv_recurse_can_replace()Max Reitz
2020-02-18blkverify: Implement .bdrv_recurse_can_replace()Max Reitz
2020-02-18quorum: Fix child permissionsMax Reitz
2020-02-18block/io_uring: Remove superfluous semicolonPhilippe Mathieu-Daudé
2020-02-18commit: Fix is_read for block_job_error_action()Kevin Wolf
2020-02-18commit: Inline commit_populate()Kevin Wolf
2020-02-18commit: Fix argument order for block_job_error_action()Kevin Wolf
2020-02-18commit: Remove unused bytes_writtenKevin Wolf
2020-02-18block/qcow2-bitmap: Remove unneeded variable assignmentPhilippe Mathieu-Daudé
2020-02-18qcow2: Fix qcow2_alloc_cluster_abort() for external data fileKevin Wolf
2020-02-18qcow2: update_refcount(): Reset old_table_index after qcow2_cache_put()Kevin Wolf
2020-02-18block/vvfat: Do not unref qcow on closing backing bdrvHikaru Nishida
2020-02-18qcow2: Fix alignment checks in encrypted imagesAlberto Garcia
2020-02-18mirror: Don't let an operation wait for itselfKevin Wolf
2020-02-18mirror: Store MirrorOp.co for debuggabilityKevin Wolf
2020-02-07block: fix crash on zero-length unaligned write and readVladimir Sementsov-Ogievskiy
2020-02-06block/backup-top: fix failure pathVladimir Sementsov-Ogievskiy
2020-02-06qcow2: Use BDRV_SECTOR_SIZE instead of the hardcoded valueAlberto Garcia