summaryrefslogtreecommitdiffstats
path: root/include/block
Commit message (Expand)AuthorAgeFilesLines
...
* qapi: block-stream: add "bottom" argumentVladimir Sementsov-Ogievskiy2021-01-261-0/+1
* copy-on-read: skip non-guest reads if no copy neededAndrey Shinkevich2021-01-261-3/+5
* block: include supported_read_flags into BDS structureAndrey Shinkevich2021-01-261-0/+4
* qapi: add filter-node-name to block-streamAndrey Shinkevich2021-01-261-1/+6
* block: add API function to insert a nodeAndrey Shinkevich2021-01-261-0/+2
* block: introduce BDRV_REQ_NO_WAIT flagVladimir Sementsov-Ogievskiy2020-12-181-1/+8
* block: bdrv_mark_request_serialising: split non-waiting functionVladimir Sementsov-Ogievskiy2020-12-181-1/+2
* block: simplify comment to BDRV_REQ_SERIALISINGVladimir Sementsov-Ogievskiy2020-12-181-10/+1Star
* block: introduce BDRV_MAX_LENGTHVladimir Sementsov-Ogievskiy2020-12-112-0/+18
* fuse: Allow exporting BDSs via FUSEMax Reitz2020-12-111-0/+30
* Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell2020-11-231-6/+12
|\
| * block/nvme: Introduce Completion Queue definitionsPhilippe Mathieu-Daudé2020-11-031-6/+12
* | block: Move bdrv_drain_all_end_quiesce() to block_int.hGreg Kurz2020-11-092-6/+9
|/
* Merge remote-tracking branch 'remotes/nvme/tags/pull-nvme-20201102' into stagingPeter Maydell2020-11-021-3/+15
|\
| * hw/block/nvme: fix prp mapping status codesGollu Appalanaidu2020-10-271-0/+1
| * hw/block/nvme: reject io commands if only admin command set selectedKlaus Jensen2020-10-271-0/+5
| * hw/block/nvme: support for admin-only command setKeith Busch2020-10-271-1/+2
| * hw/block/nvme: validate command set selectedKeith Busch2020-10-271-0/+4
| * hw/block/nvme: support per-namespace smart logKeith Busch2020-10-271-0/+1
| * hw/block/nvme: add support for scatter gather listsKlaus Jensen2020-10-271-3/+3
* | nbd: Add new qemu:allocation-depth metadata contextEric Blake2020-10-301-3/+5
* | block: End quiescent sections when a BDS is deletedGreg Kurz2020-10-271-0/+6
* | qcow2: Skip copy-on-write when allocating a zero clusterAlberto Garcia2020-10-271-0/+2
|/
* block: Add bdrv_lock()/unlock()Kevin Wolf2020-10-091-0/+14
* block: Add bdrv_co_enter()/leave()Kevin Wolf2020-10-091-0/+17
* util/async: Add aio_co_reschedule_self()Kevin Wolf2020-10-091-0/+10
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-10-061-0/+1
|\
| * migration: introduce icount field for snapshotsPavel Dovgalyuk2020-10-061-0/+1
* | include/block/block.h: drop non-ascii quotation markVladimir Sementsov-Ogievskiy2020-10-051-1/+1
* | block/io: refactor save/load vmstateVladimir Sementsov-Ogievskiy2020-10-051-2/+4
* | block: drop bdrv_prwvVladimir Sementsov-Ogievskiy2020-10-051-2/+0Star
* | block: generate coroutine-wrapper codeVladimir Sementsov-Ogievskiy2020-10-051-6/+10
* | scripts: add block-coroutine-wrapper.pyVladimir Sementsov-Ogievskiy2020-10-051-0/+10
* | block: return error-code from bdrv_invalidate_cacheVladimir Sementsov-Ogievskiy2020-10-051-1/+1
|/
* nbd: Merge nbd_export_new() and nbd_export_create()Kevin Wolf2020-10-021-6/+1Star
* block/export: Create BlockBackend in blk_exp_add()Kevin Wolf2020-10-021-2/+2
* block/export: Move blk to BlockExportKevin Wolf2020-10-021-0/+3
* block/export: Add block-export-delKevin Wolf2020-10-022-1/+1
* block/export: Move strong user reference to block_exportsKevin Wolf2020-10-021-0/+8
* block/export: Add 'id' option to block-export-addKevin Wolf2020-10-021-0/+3
* block/export: Add blk_exp_close_all(_type)Kevin Wolf2020-10-022-2/+15
* block/export: Allocate BlockExport in blk_exp_add()Kevin Wolf2020-10-022-6/+13
* block/export: Move AioContext from NBDExport to BlockExportKevin Wolf2020-10-021-0/+3
* block/export: Move refcount from NBDExport to BlockExportKevin Wolf2020-10-022-2/+15
* qemu-nbd: Use blk_exp_add() to create the exportKevin Wolf2020-10-021-0/+1
* nbd: Remove NBDExport.close callbackKevin Wolf2020-10-021-2/+1Star
* nbd: Add max-connections to nbd-server-startKevin Wolf2020-10-021-1/+2
* block/export: Remove magic from block-export-addKevin Wolf2020-10-022-1/+4
* qemu-nbd: Use raw block driver for --offsetKevin Wolf2020-10-021-2/+2
* block/export: Add BlockExport infrastructure and block-export-addKevin Wolf2020-10-022-1/+37