aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2018-07-30block/qapi: Include anonymous BBs in query-blockstatsKevin Wolf
2018-07-30block/qapi: Add 'qdev' field to query-blockstats resultKevin Wolf
2018-07-30file-posix: Fix write_zeroes with unmap on block devicesKevin Wolf
2018-07-30file-posix: Handle EINTR in preallocation=full writeFam Zheng
2018-07-30qcow2: A grammar fix in conflicting cache sizing error messageLeonid Bloch
2018-07-30qcow: fix a reference leakKONRAD Frederic
2018-07-28qstring: Move qstring_from_substr()'s @end one to the rightMarkus Armbruster
2018-07-24block/file-posix: add bdrv_attach_aio_context callback for host dev and cdromNishanth Aravamudan
2018-07-23block/vvfat: Disable debug message by defaultThomas Huth
2018-07-23block: Fix typos in comments (found by codespell)Stefan Weil
2018-07-19throttle-groups: fix hang when group member leavesStefan Hajnoczi
2018-07-12file-posix: specify expected filetypesJohn Snow
2018-07-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-07-10block: Use common write req handling in truncateFam Zheng
2018-07-10block: Fix bdrv_co_truncate overlap checkFam Zheng
2018-07-10block: Use common req handling in copy offloadingFam Zheng
2018-07-10block: Use common req handling for discardFam Zheng
2018-07-10block: Fix handling of image enlarging writeFam Zheng
2018-07-10block: Extract common write req handlingFam Zheng
2018-07-10block: Use uint64_t for BdrvTrackedRequest byte fieldsFam Zheng
2018-07-10block: Use BdrvChild to discardFam Zheng
2018-07-10block: Add copy offloading trace pointsFam Zheng
2018-07-10block: Prefix file driver trace points with "file_"Fam Zheng
2018-07-10Revert "block: Remove deprecated -drive option serial"Cornelia Huck
2018-07-10block/blklogwrites: Make sure the log sector size is not too smallAri Sundholm
2018-07-10block/backup: fix fleecing scheme: use serialized writesVladimir Sementsov-Ogievskiy
2018-07-10block: add BDRV_REQ_SERIALISING flagVladimir Sementsov-Ogievskiy
2018-07-10block: split flags in copy_rangeVladimir Sementsov-Ogievskiy
2018-07-10block/io: fix copy_rangeVladimir Sementsov-Ogievskiy
2018-07-10block: Fix copy-on-read crash with partial final clusterKevin Wolf
2018-07-10block: Poll after drain on attaching a nodeKevin Wolf
2018-07-09qcow2: add overlap check for bitmap directoryVladimir Sementsov-Ogievskiy
2018-07-09vmdk: Fix possible segfault with non-VMDK backingMax Reitz
2018-07-09raw: Drop superfluous semicolonFam Zheng
2018-07-09qcow2: Drop unreachable breakFam Zheng
2018-07-09file-posix: Fix fd_open check in raw_co_copy_range_toFam Zheng
2018-07-09qcow2: Drop unused cluster_dataFam Zheng
2018-07-05Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-07-05file-posix: Unlock FD after creationMax Reitz
2018-07-05file-posix: Fix creation lockingMax Reitz
2018-07-05block/blklogwrites: Add an option for the update interval of the log superblockAri Sundholm
2018-07-05block/blklogwrites: Add an option for appending to an old logAri Sundholm
2018-07-05block/blklogwrites: Change log_sector_size from int64_t to uint64_tAri Sundholm
2018-07-05block/crypto: Fix memory leak in create error pathKevin Wolf
2018-07-05block: Add blklogwritesAapo Vienamo
2018-07-05qcow2: add compress threadsVladimir Sementsov-Ogievskiy
2018-07-05qcow2: refactor data compressionVladimir Sementsov-Ogievskiy
2018-07-04dirty-bitmap: fix double lock on bitmap enablingVladimir Sementsov-Ogievskiy
2018-07-04block/dirty-bitmap: add bdrv_enable_dirty_bitmap_lockedVladimir Sementsov-Ogievskiy
2018-07-03Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell