summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block/file-win32: add reopen handlersViktor Prutyanov2021-09-011-1/+100
* block/export/fuse.c: fix fuse-lseek on uclibc or muslFabrice Fontaine2021-09-011-0/+3
* block/block-copy: block_copy_state_new(): drop extra argumentsVladimir Sementsov-Ogievskiy2021-09-012-4/+3Star
* block/copy-before-write: make public block driverVladimir Sementsov-Ogievskiy2021-09-011-32/+28Star
* block/block-copy: make setting progress optionalVladimir Sementsov-Ogievskiy2021-09-011-7/+11
* block/copy-before-write: initialize block-copy bitmapVladimir Sementsov-Ogievskiy2021-09-012-9/+11
* block/copy-before-write: cbw_init(): use optionsVladimir Sementsov-Ogievskiy2021-09-011-14/+15
* block/copy-before-write: bdrv_cbw_append(): drop unused compress argVladimir Sementsov-Ogievskiy2021-09-013-6/+4Star
* block/copy-before-write: cbw_init(): use file child after attachingVladimir Sementsov-Ogievskiy2021-09-011-7/+7
* block/copy-before-write: cbw_init(): rename variablesVladimir Sementsov-Ogievskiy2021-09-011-15/+14Star
* block/copy-before-write: introduce cbw_init()Vladimir Sementsov-Ogievskiy2021-09-011-28/+41
* block/copy-before-write: bdrv_cbw_append(): replace child at lastVladimir Sementsov-Ogievskiy2021-09-011-22/+11Star
* block/copy-before-write: use file child instead of backingVladimir Sementsov-Ogievskiy2021-09-011-17/+22
* block/copy-before-write: drop extra bdrv_unref on failure pathVladimir Sementsov-Ogievskiy2021-09-011-1/+0Star
* block/copy-before-write: relax permission requirements when no parentsVladimir Sementsov-Ogievskiy2021-09-011-3/+5
* block/backup: move cluster size calculation to block-copyVladimir Sementsov-Ogievskiy2021-09-014-61/+64
* block/backup: set copy_range and compress after filter insertionVladimir Sementsov-Ogievskiy2021-09-013-5/+3Star
* block/block-copy: introduce block_copy_set_copy_opts()Vladimir Sementsov-Ogievskiy2021-09-011-20/+29
* block-copy: move detecting fleecing scheme to block-copyVladimir Sementsov-Ogievskiy2021-09-014-26/+25Star
* block: rename backup-top to copy-before-writeVladimir Sementsov-Ogievskiy2021-09-014-76/+76
* block: introduce blk_replace_bsVladimir Sementsov-Ogievskiy2021-09-011-0/+8
* raw-format: drop WRITE and RESIZE child perms when possibleStefan Hajnoczi2021-09-011-1/+20
* block/monitor: Consolidate hmp_handle_error calls to reduce redundant codeMao Zhongyi2021-09-011-6/+6
* block/export/fuse.c: fix musl buildFabrice Fontaine2021-08-091-2/+6
* block: Fix in_flight leak in request padding error pathKevin Wolf2021-08-031-3/+4
* block/io_uring: resubmit when result is -EAGAINFabian Ebner2021-07-291-1/+15
* block/nvme: Fix VFIO_MAP_DMA failed: No space left on devicePhilippe Mathieu-Daudé2021-07-261-0/+22
* iotests: Improve and rename test 291 to qemu-img-bitmapEric Blake2021-07-211-1/+1
* linux-aio: limit the batch size using `aio-max-batch` parameterStefano Garzarella2021-07-211-1/+8
* block/export: Conditionally ignore set-context errorMax Reitz2021-07-201-1/+4
* block/vvfat: fix: drop backingVladimir Sementsov-Ogievskiy2021-07-201-39/+4Star
* replication: Remove workaroundLukas Straub2021-07-201-11/+1Star
* replication: Properly attach childrenLukas Straub2021-07-201-3/+27
* replication: Reduce usage of s->hidden_disk and s->secondary_diskLukas Straub2021-07-201-17/+28
* replication: Remove s->active_diskLukas Straub2021-07-201-17/+17
* block/mirror: fix active mirror dead-lock in mirror_wait_on_conflictsVladimir Sementsov-Ogievskiy2021-07-201-0/+12
* block/mirror: set .co for active-write MirrorOp objectsVladimir Sementsov-Ogievskiy2021-07-201-0/+1
* blkdebug: protect rules and suspended_reqs with a lockEmanuele Giuseppe Esposito2021-07-191-10/+39
* block/blkdebug: remove new_state field and instead use a local variableEmanuele Giuseppe Esposito2021-07-191-7/+6Star
* blkdebug: do not suspend in the middle of QLIST_FOREACH_SAFEEmanuele Giuseppe Esposito2021-07-191-1/+6
* blkdebug: track all actionsEmanuele Giuseppe Esposito2021-07-191-9/+8Star
* blkdebug: move post-resume handling to resume_req_by_tagEmanuele Giuseppe Esposito2021-07-191-13/+18
* blkdebug: refactor removal of a suspended requestEmanuele Giuseppe Esposito2021-07-191-11/+22
* nbd: register yank function earlierLukas Straub2021-07-121-3/+5
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-07-112-1/+2
|\
| * modules: add block module annotationsGerd Hoffmann2021-07-091-0/+1
| * meson: fix missing preprocessor symbolsPaolo Bonzini2021-07-091-1/+1
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2021-07-106-316/+611
|\ \ | |/ |/|
| * block: Acquire AioContexts during bdrv_reopen_multiple()Kevin Wolf2021-07-091-0/+7
| * qcow2: Fix dangling pointer after reopen for 'file'Kevin Wolf2021-07-091-0/+29