summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* nvme: simplify plug/unplugPaolo Bonzini2018-08-151-10/+10
* nvme: Fix nvme_init error handlingFam Zheng2018-08-151-25/+12Star
* block/qapi: Include anonymous BBs in query-blockstatsKevin Wolf2018-07-301-1/+5
* block/qapi: Add 'qdev' field to query-blockstats resultKevin Wolf2018-07-301-0/+10
* file-posix: Fix write_zeroes with unmap on block devicesKevin Wolf2018-07-301-15/+44
* file-posix: Handle EINTR in preallocation=full writeFam Zheng2018-07-301-0/+3
* qcow2: A grammar fix in conflicting cache sizing error messageLeonid Bloch2018-07-301-1/+1
* qcow: fix a reference leakKONRAD Frederic2018-07-301-0/+1
* qstring: Move qstring_from_substr()'s @end one to the rightMarkus Armbruster2018-07-283-3/+3
* block/file-posix: add bdrv_attach_aio_context callback for host dev and cdromNishanth Aravamudan2018-07-241-0/+3
* block/vvfat: Disable debug message by defaultThomas Huth2018-07-231-2/+2
* block: Fix typos in comments (found by codespell)Stefan Weil2018-07-234-5/+5
* throttle-groups: fix hang when group member leavesStefan Hajnoczi2018-07-191-0/+4
* file-posix: specify expected filetypesJohn Snow2018-07-121-8/+31
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2018-07-1016-149/+311
|\
| * block: Use common write req handling in truncateFam Zheng2018-07-101-20/+35
| * block: Fix bdrv_co_truncate overlap checkFam Zheng2018-07-101-1/+2
| * block: Use common req handling in copy offloadingFam Zheng2018-07-101-14/+10Star
| * block: Use common req handling for discardFam Zheng2018-07-101-10/+23
| * block: Fix handling of image enlarging writeFam Zheng2018-07-101-3/+7
| * block: Extract common write req handlingFam Zheng2018-07-101-34/+57
| * block: Use uint64_t for BdrvTrackedRequest byte fieldsFam Zheng2018-07-101-3/+5
| * block: Use BdrvChild to discardFam Zheng2018-07-1010-18/+18
| * block: Add copy offloading trace pointsFam Zheng2018-07-104-0/+15
| * block: Prefix file driver trace points with "file_"Fam Zheng2018-07-103-4/+4
| * Revert "block: Remove deprecated -drive option serial"Cornelia Huck2018-07-101-0/+1
| * block/blklogwrites: Make sure the log sector size is not too smallAri Sundholm2018-07-101-1/+4
| * block/backup: fix fleecing scheme: use serialized writesVladimir Sementsov-Ogievskiy2018-07-101-6/+14
| * block: add BDRV_REQ_SERIALISING flagVladimir Sementsov-Ogievskiy2018-07-101-1/+27
| * block: split flags in copy_rangeVladimir Sementsov-Ogievskiy2018-07-107-52/+75
| * block/io: fix copy_rangeVladimir Sementsov-Ogievskiy2018-07-101-15/+27
| * block: Fix copy-on-read crash with partial final clusterKevin Wolf2018-07-101-0/+6
| * block: Poll after drain on attaching a nodeKevin Wolf2018-07-101-6/+20
* | qcow2: add overlap check for bitmap directoryVladimir Sementsov-Ogievskiy2018-07-094-30/+54
* | vmdk: Fix possible segfault with non-VMDK backingMax Reitz2018-07-091-0/+6
* | raw: Drop superfluous semicolonFam Zheng2018-07-091-1/+1
* | qcow2: Drop unreachable breakFam Zheng2018-07-091-1/+0Star
* | file-posix: Fix fd_open check in raw_co_copy_range_toFam Zheng2018-07-091-1/+1
* | qcow2: Drop unused cluster_dataFam Zheng2018-07-091-2/+0Star
|/
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2018-07-056-33/+679
|\
| * file-posix: Unlock FD after creationMax Reitz2018-07-051-3/+14
| * file-posix: Fix creation lockingMax Reitz2018-07-051-2/+2
| * block/blklogwrites: Add an option for the update interval of the log superblockAri Sundholm2018-07-051-2/+18
| * block/blklogwrites: Add an option for appending to an old logAri Sundholm2018-07-051-14/+133
| * block/blklogwrites: Change log_sector_size from int64_t to uint64_tAri Sundholm2018-07-051-5/+3Star
| * block/crypto: Fix memory leak in create error pathKevin Wolf2018-07-051-1/+1
| * block: Add blklogwritesAapo Vienamo2018-07-052-0/+415
| * qcow2: add compress threadsVladimir Sementsov-Ogievskiy2018-07-052-1/+64
| * qcow2: refactor data compressionVladimir Sementsov-Ogievskiy2018-07-051-27/+51
* | dirty-bitmap: fix double lock on bitmap enablingVladimir Sementsov-Ogievskiy2018-07-041-1/+2