summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
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
2018-05-23job: Add reference countingKevin Wolf
2018-05-23job: Move state transitions to JobKevin Wolf
2018-05-23job: Add JobDriver.job_typeKevin Wolf
2018-05-23job: Rename BlockJobType into JobTypeKevin Wolf
2018-05-23job: Create Job, JobDriver and job_create()Kevin Wolf
2018-05-23sheepdog: Remove unnecessary NULL check in sd_prealloc()Peter Maydell
2018-05-20Remove unnecessary variables for function return valueLaurent Vivier
2018-05-16nfs: Remove processed options from QDictKevin Wolf
2018-05-16nfs: Fix error path in nfs_options_qdict_to_qapi()Kevin Wolf
2018-05-15block: Support BDRV_REQ_WRITE_UNCHANGED in filtersMax Reitz
2018-05-15block/quorum: Support BDRV_REQ_WRITE_UNCHANGEDMax Reitz
2018-05-15block: Set BDRV_REQ_WRITE_UNCHANGED for COR writesMax Reitz
2018-05-15block: Add BDRV_REQ_WRITE_UNCHANGED flagMax Reitz
2018-05-15block: Add COR filter driverMax Reitz