aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2020-02-26block/nbd: fix memory leak in nbd_open()Pan Nengyuan1-0/+1
2020-02-26block/nbd: extract the common cleanup codePan Nengyuan1-11/+15
2020-02-26nbd-client: Support leading / in NBD URIEric Blake1-2/+4
2020-02-20block: Fix VM size field width in snapshot dumpMax Reitz1-2/+2
2020-02-20iscsi: Drop iscsi_co_create_opts()Max Reitz1-56/+0
2020-02-20file-posix: Drop hdev_co_create_opts()Max Reitz1-67/+0
2020-02-20block/nbd: Fix hang in .bdrv_close()Max Reitz1-1/+13
2020-02-20block/backup-top: fix flags handlingVladimir Sementsov-Ogievskiy1-11/+20
2020-02-20block: always fill entire LUKS header space with zerosDaniel P. Berrangé1-4/+7
2020-02-20qapi: Allow getting flat output from 'query-named-block-nodes'Peter Krempa1-2/+9
2020-02-18quorum: Stop marking it as a filterMax Reitz1-1/+0
2020-02-18mirror: Double-check immediately before replacingMax Reitz1-1/+13
2020-02-18block: Remove bdrv_recurse_is_first_non_filter()Max Reitz6-66/+0
2020-02-18quorum: Implement .bdrv_recurse_can_replace()Max Reitz1-0/+54
2020-02-18blkverify: Implement .bdrv_recurse_can_replace()Max Reitz1-0/+15
2020-02-18quorum: Fix child permissionsMax Reitz1-1/+18
2020-02-18block/io_uring: Remove superfluous semicolonPhilippe Mathieu-Daudé1-1/+1
2020-02-18commit: Fix is_read for block_job_error_action()Kevin Wolf1-1/+6
2020-02-18commit: Inline commit_populate()Kevin Wolf1-22/+6
2020-02-18commit: Fix argument order for block_job_error_action()Kevin Wolf1-1/+1
2020-02-18commit: Remove unused bytes_writtenKevin Wolf1-2/+0
2020-02-18block/qcow2-bitmap: Remove unneeded variable assignmentPhilippe Mathieu-Daudé1-1/+0
2020-02-18qcow2: Fix qcow2_alloc_cluster_abort() for external data fileKevin Wolf1-2/+5
2020-02-18qcow2: update_refcount(): Reset old_table_index after qcow2_cache_put()Kevin Wolf1-0/+1
2020-02-18block/vvfat: Do not unref qcow on closing backing bdrvHikaru Nishida1-7/+0
2020-02-18qcow2: Fix alignment checks in encrypted imagesAlberto Garcia2-6/+8
2020-02-18mirror: Don't let an operation wait for itselfKevin Wolf1-9/+12
2020-02-18mirror: Store MirrorOp.co for debuggabilityKevin Wolf1-0/+2
2020-02-07block: fix crash on zero-length unaligned write and readVladimir Sementsov-Ogievskiy1-1/+27
2020-02-06block/backup-top: fix failure pathVladimir Sementsov-Ogievskiy1-9/+12
2020-02-06qcow2: Use BDRV_SECTOR_SIZE instead of the hardcoded valueAlberto Garcia1-3/+5
2020-02-06qcow2: Don't require aligned offsets in qcow2_co_copy_range_from()Alberto Garcia1-4/+0
2020-02-06qcow2: Use bs->bl.request_alignment when updating an L1 entryAlberto Garcia1-10/+15
2020-02-06qcow2: Tighten cluster_offset alignment assertionsAlberto Garcia1-6/+3
2020-02-06qcow2: Don't round the L1 table allocation up to the sector sizeAlberto Garcia4-7/+5
2020-02-06qcow2: Use a GString in report_unsupported_feature()Alberto Garcia1-12/+11
2020-02-06qcow2: Assert that host cluster offsets fit in L2 table entriesAlberto Garcia1-2/+12
2020-01-30block/io_uring: adds userspace completion pollingAarushi Mehta1-1/+16
2020-01-30block: add trace events for io_uringAarushi Mehta2-3/+32
2020-01-30block/file-posix.c: extend to use io_uringAarushi Mehta1-19/+79
2020-01-30block/io_uring: implements interfaces for io_uringAarushi Mehta2-0/+404
2020-01-30block/io: take bs->reqs_lock in bdrv_mark_request_serialisingPaolo Bonzini1-49/+63
2020-01-30block/io: wait for serialising requests when a request becomes serialisingPaolo Bonzini2-24/+17
2020-01-30block: eliminate BDRV_REQ_NO_SERIALISINGPaolo Bonzini1-14/+4
2020-01-27iscsi: Don't access non-existent scsi_lba_status_descriptorKevin Wolf1-1/+1
2020-01-27iscsi: Cap block count from GET LBA STATUS (CVE-2020-1711)Felipe Franciosi1-2/+3
2020-01-27block/backup: fix memory leak in bdrv_backup_top_append()Eiichi Tsukata1-1/+1
2020-01-27block/backup-top: Don't acquire context while dropping topSergio Lopez2-5/+3
2020-01-13linux-aio: increasing MAX_EVENTS to a larger hardcoded valueWangyong1-1/+1
2020-01-06backup-top: Begin drain earlierMax Reitz1-2/+2