summaryrefslogtreecommitdiff
path: root/include/block/block.h
AgeCommit message (Expand)AuthorFilesLines
2018-12-14block: Remove flags parameter from bdrv_reopen_queue()Alberto Garcia1-2/+1
2018-12-14block: Drop bdrv_reopen()Alberto Garcia1-1/+0
2018-12-14block: Add bdrv_reopen_set_read_only()Alberto Garcia1-0/+2
2018-11-05block: Require auto-read-only for existing fallbacksKevin Wolf1-1/+2
2018-11-05block: Add auto-read-only optionKevin Wolf1-0/+2
2018-10-01block: Allow changing 'detect-zeroes' on reopenAlberto Garcia1-0/+1
2018-09-25block: Use a single global AioWaitKevin Wolf1-5/+1
2018-07-30block: Fix documentation for BDRV_REQ_MAY_UNMAPKevin Wolf1-5/+6
2018-07-10block: Use BdrvChild to discardFam Zheng1-2/+2
2018-07-10block: add BDRV_REQ_SERIALISING flagVladimir Sementsov-Ogievskiy1-1/+13
2018-07-10block: split flags in copy_rangeVladimir Sementsov-Ogievskiy1-1/+2
2018-07-10block/io: fix copy_rangeVladimir Sementsov-Ogievskiy1-0/+12
2018-07-10block: Poll after drain on attaching a nodeKevin Wolf1-0/+8
2018-07-05block: Move two block permission constants to the relevant enumAri Sundholm1-0/+7
2018-07-02block: Honour BDRV_REQ_NO_SERIALISING in copy rangeFam Zheng1-2/+3
2018-06-29block: Remove unused sector-based vectored I/OEric Blake1-4/+0
2018-06-29block: Convert .bdrv_truncate callback to coroutine_fnKevin Wolf1-0/+4
2018-06-18block: Allow graph changes in bdrv_drain_all_begin/end sectionsKevin Wolf1-0/+1
2018-06-18block: ignore_bds_parents parameter for drain functionsKevin Wolf1-5/+11
2018-06-18block: Don't poll in parent drain callbacksKevin Wolf1-0/+9
2018-06-18block: Drain recursively with a single BDRV_POLL_WHILE()Kevin Wolf1-3/+6
2018-06-18block: Really pause block jobs on drainKevin Wolf1-0/+8
2018-06-11block: Make bdrv_is_writable() publicMax Reitz1-0/+1
2018-06-11block: Add Error parameter to bdrv_amend_optionsMax Reitz1-1/+2
2018-06-01block: Introduce API for copy offloadingFam Zheng1-0/+32
2018-05-15block: Add BDRV_REQ_WRITE_UNCHANGED flagMax Reitz1-1/+5
2018-05-15block: BLK_PERM_WRITE includes ..._UNCHANGEDMax Reitz1-0/+3
2018-03-09block: Make bdrv_is_whitelisted() publicKevin Wolf1-0/+1
2018-03-09qcow2: Use BlockdevRef in qcow2_co_create()Kevin Wolf1-0/+1
2018-03-06Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-40/+14
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+1
2018-03-02block: extract AIO_WAIT_WHILE() from BlockDriverStateStefan Hajnoczi1-33/+7
2018-03-02aio: rename aio_context_in_iothread() to in_aio_context_home_thread()Stefan Hajnoczi1-1/+1
2018-03-02block: Add .bdrv_co_block_status() callbackEric Blake1-7/+7
2018-02-09block: Simplify bdrv_can_write_zeroes_with_unmap()Eric Blake1-11/+0
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-1/+0
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Include qapi/qmp/qobject.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster1-1/+0
2018-02-08block: Introduce buf register APIFam Zheng1-1/+10
2017-12-22block: Allow graph changes in subtree drained sectionKevin Wolf1-2/+0
2017-12-22block: Add bdrv_subtree_drained_begin/end()Kevin Wolf1-0/+13
2017-12-22block: Don't notify parents in drain call chainKevin Wolf1-2/+2
2017-11-17block: Make bdrv_next() keep strong referencesMax Reitz1-0/+1
2017-10-26block: Convert bdrv_get_block_status_above() to bytesEric Blake1-5/+3
2017-10-26block: Convert bdrv_get_block_status() to bytesEric Blake1-8/+9
2017-10-26block: Make bdrv_round_to_clusters() signature more usefulEric Blake1-2/+2
2017-10-06commit: Remove overlay_bsKevin Wolf1-2/+1
2017-09-26block: Fix permissions after bdrv_reopen()Kevin Wolf1-0/+1
2017-09-26block: Base permissions on rw state after reopenKevin Wolf1-1/+0