aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2018-09-25trivial: Make bios files and source files non-executableThomas Huth
2018-09-24curl: Make sslverify=off disable host as well as peer verification.Richard W.M. Jones
2018-09-24block/rbd: Attempt to parse legacy filenamesJeff Cody
2018-09-24block/rbd: pull out qemu_rbd_convert_optionsJeff Cody
2018-09-24Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2018-08-31-v2' ...Peter Maydell
2018-08-31block/backup: make function variables consistently namedJohn Snow
2018-08-31jobs: utilize job_exit shimJohn Snow
2018-08-31block/mirror: utilize job_exit shimJohn Snow
2018-08-31block/commit: utilize job_exit shimJohn Snow
2018-08-31jobs: canonize Error objectJohn Snow
2018-08-31jobs: change start callback to run callbackJohn Snow
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu
2018-08-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-08-15block: drop empty .bdrv_close handlersVladimir Sementsov-Ogievskiy
2018-08-15block: make .bdrv_close optionalVladimir Sementsov-Ogievskiy
2018-08-15mirror: Fail gracefully for source == targetKevin Wolf
2018-08-15block: Remove deprecated -drive option serialKevin Wolf
2018-08-15luks: Allow share-rw=onFam Zheng
2018-08-15throttle-groups: Don't allow timers without throttled requestsAlberto Garcia
2018-08-15throttle-groups: Skip the round-robin if a member is being drainedAlberto Garcia
2018-08-15block/qapi: Fix memory leak in qmp_query_blockstats()Kevin Wolf
2018-08-15nvme: simplify plug/unplugPaolo Bonzini
2018-08-15nvme: Fix nvme_init error handlingFam Zheng
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