summaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)Author
2018-06-27linux-aio: properly bubble up errors from initializationNishanth Aravamudan
2018-06-21nbd/server: introduce NBD_CMD_CACHEVladimir Sementsov-Ogievskiy
2018-06-21nbd/server: implement dirty bitmap exportVladimir Sementsov-Ogievskiy
2018-06-18block/mirror: Add copy mode QAPI interfaceMax Reitz
2018-06-18block/dirty-bitmap: Add bdrv_dirty_iter_next_areaMax Reitz
2018-06-18block: Allow graph changes in bdrv_drain_all_begin/end sectionsKevin Wolf
2018-06-18block: ignore_bds_parents parameter for drain functionsKevin Wolf
2018-06-18block: Allow AIO_WAIT_WHILE with NULL ctxKevin Wolf
2018-06-18block: Don't poll in parent drain callbacksKevin Wolf
2018-06-18block: Drain recursively with a single BDRV_POLL_WHILE()Kevin Wolf
2018-06-18block: Really pause block jobs on drainKevin Wolf
2018-06-18block: Avoid unnecessary aio_poll() in AIO_WAIT_WHILE()Kevin Wolf
2018-06-15block: Factor out qobject_input_visitor_new_flat_confused()Markus Armbruster
2018-06-15block: Fix -blockdev for certain non-string scalarsMarkus Armbruster
2018-06-15block: Add block-specific QDict headerMax Reitz
2018-06-11qapi: add x-block-dirty-bitmap-mergeVladimir Sementsov-Ogievskiy
2018-06-11block: remove bdrv_dirty_bitmap_make_anonPaolo Bonzini
2018-06-11block: Make bdrv_is_writable() publicMax Reitz
2018-06-11block: Add Error parameter to bdrv_amend_optionsMax Reitz
2018-06-01file-posix: Implement bdrv_co_copy_rangeFam Zheng
2018-06-01block: Introduce API for copy offloadingFam Zheng
2018-05-23blockjob: Remove BlockJob.driverKevin Wolf
2018-05-23job: Move progress fields to JobKevin Wolf
2018-05-23job: Add job_transition_to_ready()Kevin Wolf
2018-05-23job: Add job_is_ready()Kevin Wolf
2018-05-23job: Add job_dismiss()Kevin Wolf
2018-05-23job: Add job_yield()Kevin Wolf
2018-05-23job: Move completion and cancellation to JobKevin Wolf
2018-05-23job: Move transactions to JobKevin Wolf
2018-05-23job: Switch transactions to JobTxnKevin 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: Add job_event_*()Kevin Wolf
2018-05-23job: Move BlockJobCreateFlags to JobKevin Wolf
2018-05-23job: Replace BlockJob.completed with job_is_completed()Kevin 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: Maintain a list of all jobsKevin 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-18iothread: fix epollfd leak in the process of delIOThreadJie Wang
2018-05-15block: Document BDRV_REQ_WRITE_UNCHANGED supportMax Reitz