aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2018-06-15rbd: Drop deprecated -drive parameter "filename"Markus Armbruster1-16/+0
2018-06-11qapi: add x-block-dirty-bitmap-mergeVladimir Sementsov-Ogievskiy1-0/+18
2018-06-11block/dirty-bitmap: add lock to bdrv_enable/disable_dirty_bitmapVladimir Sementsov-Ogievskiy1-2/+4
2018-06-11block: simplify code around releasing bitmapsPaolo Bonzini1-52/+32
2018-06-11block: remove bdrv_dirty_bitmap_make_anonPaolo Bonzini1-9/+0
2018-06-11qcow2: Do not mark inactive images corruptMax Reitz1-1/+1
2018-06-11throttle: Fix crash on reopenAlberto Garcia1-21/+33
2018-06-11block/qcow2-bitmap: fix free_bitmap_clustersVladimir Sementsov-Ogievskiy1-1/+0
2018-06-11qcow2: Repair OFLAG_COPIED when fixing leaksMax Reitz1-8/+17
2018-06-11block: Add Error parameter to bdrv_amend_optionsMax Reitz1-31/+41
2018-06-11block/file-posix: File locking during creationMax Reitz1-2/+35
2018-06-11block/file-posix: Pass FD to locking helpersMax Reitz1-13/+14
2018-06-05sheepdog: remove huge BSS objectPaolo Bonzini1-10/+12
2018-06-05sheepdog: cleanup repeated expressionPaolo Bonzini1-3/+3
2018-06-04Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell6-95/+757
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell11-12/+12
2018-06-01block-backend: Add blk_co_copy_rangeFam Zheng1-0/+18
2018-06-01iscsi: Implement copy offloadingFam Zheng1-0/+219
2018-06-01iscsi: Create and use iscsi_co_wait_for_taskFam Zheng1-37/+17
2018-06-01iscsi: Query and save device designator when openingFam Zheng1-0/+41
2018-06-01file-posix: Implement bdrv_co_copy_rangeFam Zheng1-3/+95
2018-06-01qcow2: Implement copy offloadingFam Zheng1-30/+199
2018-06-01raw: Implement copy offloadingFam Zheng1-0/+32
2018-06-01raw: Check byte range uniformlyFam Zheng1-25/+39
2018-06-01block: Introduce API for copy offloadingFam Zheng1-0/+97
2018-05-31block: use local path for local headersMichael S. Tsirkin11-12/+12
2018-05-30block/create: Mark blockdev-create stableKevin Wolf1-2/+2
2018-05-30block/create: Make x-blockdev-create a jobKevin Wolf1-21/+46
2018-05-30job: Add error message for failing jobsKevin Wolf4-4/+4
2018-05-29vhdx: Fix vhdx_co_create() return valueKevin Wolf1-1/+1
2018-05-29vdi: Fix vdi_co_do_create() return valueKevin Wolf1-0/+1
2018-05-29qcow2: Fix Coverity warning when calculating the refcount cache sizeAlberto Garcia1-3/+2
2018-05-23job: Move progress fields to JobKevin Wolf4-10/+10
2018-05-23job: Add job_transition_to_ready()Kevin Wolf1-3/+3
2018-05-23job: Add job_yield()Kevin Wolf2-2/+2
2018-05-23job: Move completion and cancellation to JobKevin Wolf6-14/+10
2018-05-23job: Switch transactions to JobTxnKevin Wolf1-1/+1
2018-05-23job: Move job_finish_sync() to JobKevin Wolf1-3/+3
2018-05-23job: Move .complete callback to JobKevin Wolf1-5/+5
2018-05-23job: Add job_drain()Kevin Wolf4-0/+5
2018-05-23job: Convert block_job_cancel_async() to JobKevin Wolf1-2/+2
2018-05-23job: Move single job finalisation to JobKevin Wolf3-13/+13
2018-05-23job: Move BlockJobCreateFlags to JobKevin Wolf4-5/+5
2018-05-23job: Move pause/resume functions to JobKevin Wolf4-0/+5
2018-05-23job: Add job_sleep_ns()Kevin Wolf4-5/+5
2018-05-23job: Move coroutine and related code to JobKevin Wolf5-17/+17
2018-05-23job: Move defer_to_main_loop to JobKevin Wolf4-22/+25
2018-05-23job: Move cancelled to JobKevin Wolf4-17/+17
2018-05-23job: Add reference countingKevin Wolf4-0/+5
2018-05-23job: Move state transitions to JobKevin Wolf1-2/+0