summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* nvme: correct locking around completionPaolo Bonzini2018-10-121-2/+0Star
* block-backend: Set werror/rerror defaults in blk_new()Kevin Wolf2018-10-011-0/+3
* qcow2: Explicit number replaced by a constantLeonid Bloch2018-10-011-2/+2
* qcow2: Set the default cache-clean-interval to 10 minutesLeonid Bloch2018-10-012-2/+4
* qcow2: Resize the cache upon image resizingLeonid Bloch2018-10-011-0/+11
* qcow2: Increase the default upper limit on the L2 cache sizeLeonid Bloch2018-10-011-1/+5
* qcow2: Assign the L2 cache relatively to the image sizeLeonid Bloch2018-10-012-15/+10Star
* qcow2: Avoid duplication in setting the refcount cache sizeLeonid Bloch2018-10-011-3/+2Star
* qcow2: Make sizes more humanly readableLeonid Bloch2018-10-012-5/+6
* file-posix: Forbid trying to change unsupported options during reopenAlberto Garcia2018-10-011-2/+7
* file-posix: x-check-cache-dropped should default to false on reopenAlberto Garcia2018-10-011-1/+1
* file-posix: Include filename in locking error messageFam Zheng2018-10-011-4/+6
* Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st...Peter Maydell2018-09-281-0/+21
|\
| * vmdk: align end of file to a sector boundaryyuchenlin2018-09-261-0/+21
* | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-09-2...Peter Maydell2018-09-251-0/+0
|\ \ | |/ |/|
| * trivial: Make bios files and source files non-executableThomas Huth2018-09-251-0/+0
* | block: Use a single global AioWaitKevin Wolf2018-09-252-12/+6Star
* | block: Remove aio_poll() in bdrv_drain_poll variantsKevin Wolf2018-09-251-8/+0Star
* | block-backend: Decrease in_flight only after callbackKevin Wolf2018-09-251-1/+1
* | block-backend: Fix potential double blk_delete()Kevin Wolf2018-09-251-1/+8
* | block-backend: Add .drained_poll callbackKevin Wolf2018-09-251-0/+9
* | block: Add missing locking in bdrv_co_drain_bh_cb()Kevin Wolf2018-09-251-0/+15
* | block/linux-aio: acquire AioContext before qemu_laio_process_completionsSergio Lopez2018-09-251-1/+1
* | block/stream: refactor stream to use job callbacksJohn Snow2018-09-251-8/+15
* | block/mirror: conservative mirror_exit refactorJohn Snow2018-09-251-11/+33
* | block/mirror: don't install backing chain on abortJohn Snow2018-09-251-1/+1
* | block/commit: refactor commit to use job callbacksJohn Snow2018-09-251-41/+51
* | block/stream: add block job creation flagsJohn Snow2018-09-251-2/+3
* | block/mirror: add block job creation flagsJohn Snow2018-09-251-2/+3
* | block/commit: add block job creation flagsJohn Snow2018-09-251-2/+3
|/
* 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