aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2018-06-20throttle: Fix crash on reopenAlberto Garcia
2018-06-20qcow2: Do not mark inactive images corruptMax Reitz
2018-06-20raw: Check byte range uniformlyFam Zheng
2018-06-20gluster: Fix blockdev-add with server.N.type=unixKevin Wolf
2018-06-20block/file-posix: Fix fully preallocated truncateMax Reitz
2018-06-20rbd: Fix use after free in qemu_rbd_set_keypairs() error pathKevin Wolf
2018-06-20nbd: Honor server's advertised minimum block sizeEric Blake
2018-06-20block/ssh: fix possible segmentation fault when .desc is not null-terminatedMurilo Opsfelder Araujo
2018-01-09block: Call .drain_begin only once in bdrv_drain_all_begin()Kevin Wolf
2018-01-09block: Make bdrv_drain_invoke() recursiveKevin Wolf
2018-01-09block/nbd: fix segmentation fault when .desc is not null-terminatedMurilo Opsfelder Araujo
2018-01-08block/iscsi: dont leave allocmap in an invalid state on UNMAP failurePeter Lieven
2017-11-29block/nfs: fix nfs_client_open for filesize greater than 1TBPeter Lieven
2017-11-29blockjob: remove clock argument from block_job_sleep_nsPaolo Bonzini
2017-11-29block: Expect graph changes in bdrv_parent_drained_begin/endKevin Wolf
2017-11-21block: Error out on load_vm with active dirty bitmapsKevin Wolf
2017-11-21block: Add errp to bdrv_all_goto_snapshot()Kevin Wolf
2017-11-21block: Add errp to bdrv_snapshot_goto()Kevin Wolf
2017-11-21block: Don't request I/O permission with BDRV_O_NO_IOKevin Wolf
2017-11-17Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2017-11-17block: Make bdrv_next() keep strong referencesMax Reitz
2017-11-17qcow2: Fix overly broad madvise()Max Reitz
2017-11-17qcow2: Refuse to get unaligned offsets from cacheMax Reitz
2017-11-17qcow2: Add bounds check to get_refblock_offset()Max Reitz
2017-11-17block: Guard against NULL bs->drvMax Reitz
2017-11-17qcow2: Unaligned zero cluster in handle_alloc()Max Reitz
2017-11-17qcow2: check_errors are fatalMax Reitz
2017-11-17qcow2: reject unaligned offsets in write compressedAnton Nefedov
2017-11-17qcow2: fix image corruption on commit with persistent bitmapEric Blake
2017-11-17nbd: Don't crash when server reports NBD_CMD_READ failureEric Blake
2017-11-17qcow2: fix image corruption after committing qcow2 image into baseDaniel P. Berrange
2017-11-17block: Deprecate bdrv_set_read_only() and usersKevin Wolf
2017-11-17qcow2: don't permit changing encryption parametersDaniel P. Berrange
2017-11-17replication: Fix replication open failWang Guang
2017-11-16throttle-groups: forget timer and schedule next TGM on detachStefan Hajnoczi
2017-11-14block/parallels: add migration blockerJeff Cody
2017-11-14block/parallels: Do not update header or truncate image when INMIGRATEJeff Cody
2017-11-14block/vhdx.c: Don't blindly update the headerJeff Cody
2017-11-14block/snapshot: dirty all dirty bitmaps on snapshot-switchVladimir Sementsov-Ogievskiy
2017-11-14qcow2: Assert that the crypto header does not overlap other metadataAlberto Garcia
2017-11-14qcow2: Don't open images with header.refcount_table_clusters == 0Alberto Garcia
2017-11-14qcow2: Prevent allocating compressed clusters at offset 0Alberto Garcia
2017-11-14qcow2: Prevent allocating L2 tables at offset 0Alberto Garcia
2017-11-14qcow2: Prevent allocating refcount blocks at offset 0Alberto Garcia
2017-11-14Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2017-11-13block: Leave valid throttle timers when removing a BDS from a backendAlberto Garcia
2017-11-13block: Check for inserted BlockDriverState in blk_io_limits_disable()Alberto Garcia
2017-11-13throttle-groups: drain before detaching ThrottleStateStefan Hajnoczi
2017-11-13block: all I/O should be completed before removing throttle timers.Zhengui
2017-11-09nbd-client: Stricter enforcing of structured reply specEric Blake