aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2018-06-15block: Add block-specific QDict headerMax Reitz
2018-06-15iscsi: Drop deprecated -drive parameter "filename"Markus Armbruster
2018-06-15rbd: Drop deprecated -drive parameter "filename"Markus Armbruster
2018-06-11qapi: add x-block-dirty-bitmap-mergeVladimir Sementsov-Ogievskiy
2018-06-11block/dirty-bitmap: add lock to bdrv_enable/disable_dirty_bitmapVladimir Sementsov-Ogievskiy
2018-06-11block: simplify code around releasing bitmapsPaolo Bonzini
2018-06-11block: remove bdrv_dirty_bitmap_make_anonPaolo Bonzini
2018-06-11qcow2: Do not mark inactive images corruptMax Reitz
2018-06-11throttle: Fix crash on reopenAlberto Garcia
2018-06-11block/qcow2-bitmap: fix free_bitmap_clustersVladimir Sementsov-Ogievskiy
2018-06-11qcow2: Repair OFLAG_COPIED when fixing leaksMax Reitz
2018-06-11block: Add Error parameter to bdrv_amend_optionsMax Reitz
2018-06-11block/file-posix: File locking during creationMax Reitz
2018-06-11block/file-posix: Pass FD to locking helpersMax Reitz
2018-06-05sheepdog: remove huge BSS objectPaolo Bonzini
2018-06-05sheepdog: cleanup repeated expressionPaolo Bonzini
2018-06-04Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-06-01block-backend: Add blk_co_copy_rangeFam Zheng
2018-06-01iscsi: Implement copy offloadingFam Zheng
2018-06-01iscsi: Create and use iscsi_co_wait_for_taskFam Zheng
2018-06-01iscsi: Query and save device designator when openingFam Zheng
2018-06-01file-posix: Implement bdrv_co_copy_rangeFam Zheng
2018-06-01qcow2: Implement copy offloadingFam Zheng
2018-06-01raw: Implement copy offloadingFam Zheng
2018-06-01raw: Check byte range uniformlyFam Zheng
2018-06-01block: Introduce API for copy offloadingFam Zheng
2018-05-31block: use local path for local headersMichael S. Tsirkin
2018-05-30block/create: Mark blockdev-create stableKevin Wolf
2018-05-30block/create: Make x-blockdev-create a jobKevin Wolf
2018-05-30job: Add error message for failing jobsKevin Wolf
2018-05-29vhdx: Fix vhdx_co_create() return valueKevin Wolf
2018-05-29vdi: Fix vdi_co_do_create() return valueKevin Wolf
2018-05-29qcow2: Fix Coverity warning when calculating the refcount cache sizeAlberto Garcia
2018-05-23job: Move progress fields to JobKevin Wolf
2018-05-23job: Add job_transition_to_ready()Kevin Wolf
2018-05-23job: Add job_yield()Kevin Wolf
2018-05-23job: Move completion and cancellation to JobKevin Wolf
2018-05-23job: Switch transactions to JobTxnKevin Wolf
2018-05-23job: Move job_finish_sync() to JobKevin Wolf
2018-05-23job: Move .complete callback to JobKevin Wolf
2018-05-23job: Add job_drain()Kevin Wolf
2018-05-23job: Convert block_job_cancel_async() to JobKevin Wolf
2018-05-23job: Move single job finalisation to JobKevin Wolf
2018-05-23job: Move BlockJobCreateFlags to JobKevin Wolf
2018-05-23job: Move pause/resume functions to JobKevin Wolf
2018-05-23job: Add job_sleep_ns()Kevin Wolf
2018-05-23job: Move coroutine and related code to JobKevin Wolf
2018-05-23job: Move defer_to_main_loop to JobKevin Wolf
2018-05-23job: Move cancelled to JobKevin Wolf