summaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)Author
2018-02-09Include qapi/qmp/qobject.h exactly where neededMarkus Armbruster
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster
2018-02-08block: Move NVMe constants to a separate headerFam Zheng
2018-02-08block: Introduce buf register APIFam Zheng
2018-01-26qapi: add nbd-server-removeVladimir Sementsov-Ogievskiy
2018-01-10nbd: rename nbd_option and nbd_opt_replyVladimir Sementsov-Ogievskiy
2017-12-22block: Allow graph changes in subtree drained sectionKevin Wolf
2017-12-22block: Add bdrv_subtree_drained_begin/end()Kevin Wolf
2017-12-22block: Don't notify parents in drain call chainKevin Wolf
2017-12-22block: Remove unused bdrv_requests_pendingFam Zheng
2017-12-18hbitmap: add next_zero functionVladimir Sementsov-Ogievskiy
2017-11-29blockjob: reimplement block_job_sleep_ns to allow cancellationPaolo Bonzini
2017-11-29blockjob: remove clock argument from block_job_sleep_nsPaolo Bonzini
2017-11-21Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell
2017-11-21blockjob: do not allow coroutine double entry or entry-after-completionJeff Cody
2017-11-21block: Add errp to bdrv_all_goto_snapshot()Kevin Wolf
2017-11-21block: Add errp to bdrv_snapshot_goto()Kevin Wolf
2017-11-17block: Make bdrv_next() keep strong referencesMax Reitz
2017-11-09nbd: Fix struct name for structured readsEric Blake
2017-10-30nbd: Minimal structured read for clientVladimir Sementsov-Ogievskiy
2017-10-30nbd: Move nbd_read() to common headerEric Blake
2017-10-30nbd/client: prepare nbd_receive_reply for structured replyVladimir Sementsov-Ogievskiy
2017-10-30nbd: Expose constants and structs for structured readEric Blake
2017-10-30nbd: Move nbd_errno_to_system_errno() to public headerEric Blake
2017-10-26block: Align block status requestsEric Blake
2017-10-26block: Convert bdrv_get_block_status_above() to bytesEric Blake
2017-10-26block: Convert bdrv_get_block_status() to bytesEric Blake
2017-10-26block: Make bdrv_round_to_clusters() signature more usefulEric Blake
2017-10-26block: Allow NULL file for bdrv_get_block_status()Eric Blake
2017-10-16Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-10-14' into st...Peter Maydell
2017-10-13nbd: header constants indentingVladimir Sementsov-Ogievskiy
2017-10-13block: rename bdrv_co_drain to bdrv_co_drain_beginManos Pitsidianakis
2017-10-13block: add bdrv_co_drain_end callbackManos Pitsidianakis
2017-10-12nbd/server: structurize simple reply header sendingVladimir Sementsov-Ogievskiy
2017-10-06commit: Remove overlay_bsKevin Wolf
2017-10-06block: Introduce BdrvChildRole.update_filenameKevin Wolf
2017-10-06dirty-bitmap: Switch bdrv_set_dirty() to bytesEric Blake
2017-10-06dirty-bitmap: Change bdrv_[re]set_dirty_bitmap() to use bytesEric Blake
2017-10-06dirty-bitmap: Change bdrv_get_dirty_locked() to take bytesEric Blake
2017-10-06dirty-bitmap: Set iterator start by offset, not sectorEric Blake
2017-10-06dirty-bitmap: Change bdrv_dirty_bitmap_*serialize*() to take bytesEric Blake
2017-10-06dirty-bitmap: Avoid size query failure during truncateEric Blake
2017-10-06dirty-bitmap: Drop unused functionsEric Blake
2017-09-26block: Fix permissions after bdrv_reopen()Kevin Wolf
2017-09-26block: Base permissions on rw state after reopenKevin Wolf
2017-09-26block: Add reopen_queue to bdrv_child_perm()Kevin Wolf
2017-09-19scsi: move block/scsi.h to include/scsi/constants.hPaolo Bonzini
2017-09-19scsi: move non-emulation specific code to scsi/Paolo Bonzini
2017-09-07Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-09-06' into st...Peter Maydell
2017-09-06nbd: Use new qio_channel_*_all() functionsEric Blake