summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* curl: Make sslverify=off disable host as well as peer verification.Richard W.M. Jones2018-09-251-0/+2
* block/rbd: Attempt to parse legacy filenamesJeff Cody2018-09-251-2/+52
* block/rbd: pull out qemu_rbd_convert_optionsJeff Cody2018-09-251-12/+24
* Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2018-08-31-v2' ...Peter Maydell2018-09-245-121/+76Star
|\
| * block/backup: make function variables consistently namedJohn Snow2018-08-311-31/+31
| * jobs: utilize job_exit shimJohn Snow2018-08-313-42/+10Star
| * block/mirror: utilize job_exit shimJohn Snow2018-08-311-18/+11Star
| * block/commit: utilize job_exit shimJohn Snow2018-08-311-17/+5Star
| * jobs: canonize Error objectJohn Snow2018-08-315-7/+6Star
| * jobs: change start callback to run callbackJohn Snow2018-08-315-16/+23
* | qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu2018-08-284-10/+7Star
|/
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2018-08-1511-46/+44Star
|\
| * block: drop empty .bdrv_close handlersVladimir Sementsov-Ogievskiy2018-08-156-32/+0Star
| * block: make .bdrv_close optionalVladimir Sementsov-Ogievskiy2018-08-151-1/+3
| * mirror: Fail gracefully for source == targetKevin Wolf2018-08-151-0/+5
| * block: Remove deprecated -drive option serialKevin Wolf2018-08-151-1/+0Star
| * luks: Allow share-rw=onFam Zheng2018-08-151-1/+3
| * throttle-groups: Don't allow timers without throttled requestsAlberto Garcia2018-08-151-10/+22
| * throttle-groups: Skip the round-robin if a member is being drainedAlberto Garcia2018-08-151-0/+9
| * block/qapi: Fix memory leak in qmp_query_blockstats()Kevin Wolf2018-08-151-1/+2
* | 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