aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2018-10-29block/dirty-bitmaps: allow clear on disabled bitmapsJohn Snow1-1/+0
2018-10-29block/dirty-bitmaps: fix merge permissionsJohn Snow1-3/+3
2018-10-29block/dirty-bitmaps: add user_locked status checkerJohn Snow1-0/+6
2018-10-29bloc/qcow2: drop dirty_bitmaps_loaded state variableVladimir Sementsov-Ogievskiy2-18/+2
2018-10-29block/qcow2: improve error message in qcow2_inactivateVladimir Sementsov-Ogievskiy1-3/+3
2018-10-29dirty-bitmap: make it possible to restore bitmap after mergeVladimir Sementsov-Ogievskiy1-3/+14
2018-10-29dirty-bitmap: rename bdrv_undo_clear_dirty_bitmapVladimir Sementsov-Ogievskiy1-2/+2
2018-10-29dirty-bitmap: switch assert-fails to errors in bdrv_merge_dirty_bitmapVladimir Sementsov-Ogievskiy1-2/+13
2018-10-19vpc: Fail open on bad header checksumMarkus Armbruster1-3/+5
2018-10-19block: Use warn_report() & friends to report warningsMarkus Armbruster3-4/+4
2018-10-19error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster2-4/+4
2018-10-12nvme: correct locking around completionPaolo Bonzini1-2/+0
2018-10-01block-backend: Set werror/rerror defaults in blk_new()Kevin Wolf1-0/+3
2018-10-01qcow2: Explicit number replaced by a constantLeonid Bloch1-2/+2
2018-10-01qcow2: Set the default cache-clean-interval to 10 minutesLeonid Bloch2-2/+4
2018-10-01qcow2: Resize the cache upon image resizingLeonid Bloch1-0/+11
2018-10-01qcow2: Increase the default upper limit on the L2 cache sizeLeonid Bloch1-1/+5
2018-10-01qcow2: Assign the L2 cache relatively to the image sizeLeonid Bloch2-15/+10
2018-10-01qcow2: Avoid duplication in setting the refcount cache sizeLeonid Bloch1-3/+2
2018-10-01qcow2: Make sizes more humanly readableLeonid Bloch2-5/+6
2018-10-01file-posix: Forbid trying to change unsupported options during reopenAlberto Garcia1-2/+7
2018-10-01file-posix: x-check-cache-dropped should default to false on reopenAlberto Garcia1-1/+1
2018-10-01file-posix: Include filename in locking error messageFam Zheng1-4/+6
2018-09-28Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st...Peter Maydell1-0/+21
2018-09-26vmdk: align end of file to a sector boundaryyuchenlin1-0/+21
2018-09-25Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-09-2...Peter Maydell1-0/+0
2018-09-25trivial: Make bios files and source files non-executableThomas Huth1-0/+0
2018-09-25block: Use a single global AioWaitKevin Wolf2-12/+6
2018-09-25block: Remove aio_poll() in bdrv_drain_poll variantsKevin Wolf1-8/+0
2018-09-25block-backend: Decrease in_flight only after callbackKevin Wolf1-1/+1
2018-09-25block-backend: Fix potential double blk_delete()Kevin Wolf1-1/+8
2018-09-25block-backend: Add .drained_poll callbackKevin Wolf1-0/+9
2018-09-25block: Add missing locking in bdrv_co_drain_bh_cb()Kevin Wolf1-0/+15
2018-09-25block/linux-aio: acquire AioContext before qemu_laio_process_completionsSergio Lopez1-1/+1
2018-09-25block/stream: refactor stream to use job callbacksJohn Snow1-8/+15
2018-09-25block/mirror: conservative mirror_exit refactorJohn Snow1-11/+33
2018-09-25block/mirror: don't install backing chain on abortJohn Snow1-1/+1
2018-09-25block/commit: refactor commit to use job callbacksJohn Snow1-41/+51
2018-09-25block/stream: add block job creation flagsJohn Snow1-2/+3
2018-09-25block/mirror: add block job creation flagsJohn Snow1-2/+3
2018-09-25block/commit: add block job creation flagsJohn Snow1-2/+3
2018-09-24curl: Make sslverify=off disable host as well as peer verification.Richard W.M. Jones1-0/+2
2018-09-24block/rbd: Attempt to parse legacy filenamesJeff Cody1-2/+52
2018-09-24block/rbd: pull out qemu_rbd_convert_optionsJeff Cody1-12/+24
2018-09-24Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2018-08-31-v2' ...Peter Maydell5-121/+76
2018-08-31block/backup: make function variables consistently namedJohn Snow1-31/+31
2018-08-31jobs: utilize job_exit shimJohn Snow3-42/+10
2018-08-31block/mirror: utilize job_exit shimJohn Snow1-18/+11
2018-08-31block/commit: utilize job_exit shimJohn Snow1-17/+5
2018-08-31jobs: canonize Error objectJohn Snow5-7/+6