aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-06qcow2: Allow writing compressed data of multiple clustersAndrey Shinkevich1-27/+75
2020-01-06block: introduce compress filter driverAndrey Shinkevich2-0/+169
2020-01-06qcow2-bitmaps: fix qcow2_can_store_new_dirty_bitmapVladimir Sementsov-Ogievskiy1-23/+18
2020-01-06throttle-groups: fix memory leak in throttle_group_set_limit:PanNengyuan1-2/+2
2020-01-06blkdebug: Allow taking/unsharing permissionsMax Reitz1-1/+92
2019-12-20Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-11/+10
2019-12-19qcow2: Move error check of local_err near its assignmentTuguoyi1-5/+5
2019-12-18qcow2: Use offset_into_cluster()Alberto Garcia1-5/+3
2019-12-18qcow2: Declare BDRV_REQ_NO_FALLBACK supportedKevin Wolf1-1/+2
2019-12-18nbd: assert that Error** is not NULL in nbd_iter_channel_errorVladimir Sementsov-Ogievskiy1-0/+1
2019-12-18block/snapshot: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy1-2/+2
2019-12-09block/qcow2-bitmap: fix crash bug in qcow2_co_remove_persistent_dirty_bitmapVladimir Sementsov-Ogievskiy1-3/+6
2019-12-02block/file-posix: Fix laio_init() error handling crash bugMarkus Armbruster1-1/+1
2019-11-26block/qcow2-bitmap: fix bitmap migrationVladimir Sementsov-Ogievskiy1-1/+20
2019-11-18nbd: Don't send oversize stringsEric Blake1-0/+10
2019-11-18bitmap: Enforce maximum bitmap name lengthEric Blake2-3/+11
2019-11-07qcow2: Fix QCOW2_COMPRESSED_SECTOR_MASKMax Reitz1-1/+1
2019-11-07qcow2-bitmap: Fix uint64_t left-shift overflowTuguoyi1-3/+11
2019-11-04block/file-posix: Let post-EOF fallocate serializeMax Reitz1-0/+36
2019-11-04block: Add bdrv_co_get_self_request()Max Reitz1-0/+18
2019-11-04block: Make wait/mark serialising requests publicMax Reitz1-12/+12
2019-11-04block/block-copy: fix s->copy_size for compressed clusterVladimir Sementsov-Ogievskiy1-2/+2
2019-10-28Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...Peter Maydell30-322/+936
2019-10-28block: Pass truncate exact=true where reasonableMax Reitz3-5/+19
2019-10-28block: Let format drivers pass @exactMax Reitz3-3/+16
2019-10-28block: Evaluate @exact in protocol driversMax Reitz2-2/+13
2019-10-28block: Add @exact parameter to bdrv_co_truncate()Max Reitz24-55/+74
2019-10-28block: Do not truncate file node when formattingMax Reitz3-16/+0