summaryrefslogtreecommitdiffstats
path: root/include/block/block.h
Commit message (Expand)AuthorAgeFilesLines
...
* block: include base when checking image chain for block allocationAndrey Shinkevich2019-07-021-1/+2
* block/io: bdrv_pdiscard: support int64_t bytes parameterVladimir Sementsov-Ogievskiy2019-06-041-2/+2
* block: Remove bdrv_set_aio_context()Kevin Wolf2019-06-041-9/+0Star
* block: avoid recursive block_status call if possibleVladimir Sementsov-Ogievskiy2019-06-041-1/+7
* block: Propagate AioContext change to parentsKevin Wolf2019-05-201-0/+2
* block: Add bdrv_try_set_aio_context()Kevin Wolf2019-05-201-0/+8
* block: Remove bdrv_read() and bdrv_write()Alberto Garcia2019-05-101-4/+0Star
* block: Add BDRV_REQ_NO_FALLBACKKevin Wolf2019-03-261-1/+6
* block: Remove the AioContext parameter from bdrv_reopen_multiple()Alberto Garcia2019-03-121-1/+1
* block: Allow changing the backing file on reopenAlberto Garcia2019-03-121-0/+2
* block: Handle child references in bdrv_reopen_queue()Alberto Garcia2019-03-121-0/+1
* block: Add 'keep_old_opts' parameter to bdrv_reopen_queue()Alberto Garcia2019-03-121-1/+2
* block: Allow freezing BdrvChild linksAlberto Garcia2019-03-121-0/+5
* block: iterate_format with account of whitelistingAndrey Shinkevich2019-03-081-1/+1
* block: Add bdrv_dirname()Max Reitz2019-02-251-0/+1
* block: bdrv_get_full_backing_filename's ret. val.Max Reitz2019-02-251-2/+1Star
* block: bdrv_get_full_backing_filename_from_...'s ret. val.Max Reitz2019-02-251-4/+3Star
* block: Make path_combine() return the pathMax Reitz2019-02-251-3/+1Star
* block: Use bdrv_refresh_filename() to pullMax Reitz2019-02-251-1/+0Star
* bdrv_query_image_info Error parameter addedAndrey Shinkevich2019-02-111-1/+2
* qapi: add x-debug-query-block-graphVladimir Sementsov-Ogievskiy2019-01-311-0/+1
* block: Remove flags parameter from bdrv_reopen_queue()Alberto Garcia2018-12-141-2/+1Star
* block: Drop bdrv_reopen()Alberto Garcia2018-12-141-1/+0Star
* block: Add bdrv_reopen_set_read_only()Alberto Garcia2018-12-141-0/+2
* block: Require auto-read-only for existing fallbacksKevin Wolf2018-11-051-1/+2
* block: Add auto-read-only optionKevin Wolf2018-11-051-0/+2
* block: Allow changing 'detect-zeroes' on reopenAlberto Garcia2018-10-011-0/+1
* block: Use a single global AioWaitKevin Wolf2018-09-251-5/+1Star
* block: Fix documentation for BDRV_REQ_MAY_UNMAPKevin Wolf2018-07-301-5/+6
* block: Use BdrvChild to discardFam Zheng2018-07-101-2/+2
* block: add BDRV_REQ_SERIALISING flagVladimir Sementsov-Ogievskiy2018-07-101-1/+13
* block: split flags in copy_rangeVladimir Sementsov-Ogievskiy2018-07-101-1/+2
* block/io: fix copy_rangeVladimir Sementsov-Ogievskiy2018-07-101-0/+12
* block: Poll after drain on attaching a nodeKevin Wolf2018-07-101-0/+8
* block: Move two block permission constants to the relevant enumAri Sundholm2018-07-051-0/+7
* block: Honour BDRV_REQ_NO_SERIALISING in copy rangeFam Zheng2018-07-031-2/+3
* block: Remove unused sector-based vectored I/OEric Blake2018-06-291-4/+0Star
* block: Convert .bdrv_truncate callback to coroutine_fnKevin Wolf2018-06-291-0/+4
* block: Allow graph changes in bdrv_drain_all_begin/end sectionsKevin Wolf2018-06-181-0/+1
* block: ignore_bds_parents parameter for drain functionsKevin Wolf2018-06-181-5/+11
* block: Don't poll in parent drain callbacksKevin Wolf2018-06-181-0/+9
* block: Drain recursively with a single BDRV_POLL_WHILE()Kevin Wolf2018-06-181-3/+6
* block: Really pause block jobs on drainKevin Wolf2018-06-181-0/+8
* block: Make bdrv_is_writable() publicMax Reitz2018-06-111-0/+1
* block: Add Error parameter to bdrv_amend_optionsMax Reitz2018-06-111-1/+2
* block: Introduce API for copy offloadingFam Zheng2018-06-011-0/+32
* block: Add BDRV_REQ_WRITE_UNCHANGED flagMax Reitz2018-05-151-1/+5
* block: BLK_PERM_WRITE includes ..._UNCHANGEDMax Reitz2018-05-151-0/+3
* block: Make bdrv_is_whitelisted() publicKevin Wolf2018-03-091-0/+1
* qcow2: Use BlockdevRef in qcow2_co_create()Kevin Wolf2018-03-091-0/+1