summaryrefslogtreecommitdiffstats
path: root/include/block
Commit message (Expand)AuthorAgeFilesLines
* hw/nvme: add support for zoned random write areaKlaus Jensen2022-02-141-1/+16
* hw/nvme: add ozcs enumKlaus Jensen2022-02-141-0/+4
* hw/nvme: add struct for zone management sendKlaus Jensen2022-02-141-0/+19
* block.h: remove outdated commentEmanuele Giuseppe Esposito2022-02-011-1/+0Star
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2022-01-142-7/+5Star
|\
| * block: drop BLK_PERM_GRAPH_MODVladimir Sementsov-Ogievskiy2022-01-141-4/+5
| * block_int: make bdrv_backing_overridden staticEmanuele Giuseppe Esposito2022-01-141-3/+0Star
* | aio-posix: split poll check from ready handlerStefan Hajnoczi2022-01-121-1/+3
|/
* blockjob: drop BlockJob.blk fieldVladimir Sementsov-Ogievskiy2021-12-281-3/+0Star
* blockjob: implement and use block_job_get_aio_contextVladimir Sementsov-Ogievskiy2021-12-281-0/+7
* linux-aio: add `dev_max_batch` parameter to laio_io_unplug()Stefano Garzarella2021-11-021-1/+2
* linux-aio: add `dev_max_batch` parameter to laio_co_submit()Stefano Garzarella2021-11-021-1/+2
* block: introduce max_hw_iov for use in scsi-genericPaolo Bonzini2021-10-061-0/+7
* block: implement bdrv_new_open_driver_opts()Vladimir Sementsov-Ogievskiy2021-10-061-0/+4
* include/block.h: remove outdated commentEmanuele Giuseppe Esposito2021-10-061-3/+1Star
* block: use int64_t instead of int in driver discard handlersVladimir Sementsov-Ogievskiy2021-09-291-1/+1
* block: make BlockLimits::max_pdiscard 64bitVladimir Sementsov-Ogievskiy2021-09-291-5/+6
* block: use int64_t instead of int in driver write_zeroes handlersVladimir Sementsov-Ogievskiy2021-09-291-1/+1
* block: make BlockLimits::max_pwrite_zeroes 64bitVladimir Sementsov-Ogievskiy2021-09-291-4/+5
* block: use int64_t instead of uint64_t in copy_range driver handlersVladimir Sementsov-Ogievskiy2021-09-291-6/+6
* block: use int64_t instead of uint64_t in driver write handlersVladimir Sementsov-Ogievskiy2021-09-291-8/+8
* block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy2021-09-291-5/+6
* qcow2: check request on vmstate save/load pathVladimir Sementsov-Ogievskiy2021-09-291-0/+3
* hw/nvme: fix verification of select field in namespace attachmentNaveen Nagar2021-09-241-0/+5
* block: Clarify that @bytes is no limit on *pnumHanna Reitz2021-09-151-0/+9
* block: block-status cache for data regionsHanna Reitz2021-09-151-0/+50
* block: Drop BDS comment regarding bdrv_append()Hanna Reitz2021-09-151-6/+0Star
* block/block-copy: block_copy_state_new(): drop extra argumentsVladimir Sementsov-Ogievskiy2021-09-011-1/+0Star
* block/backup: move cluster size calculation to block-copyVladimir Sementsov-Ogievskiy2021-09-011-2/+3
* block/block-copy: introduce block_copy_set_copy_opts()Vladimir Sementsov-Ogievskiy2021-09-011-0/+3
* block-copy: move detecting fleecing scheme to block-copyVladimir Sementsov-Ogievskiy2021-09-011-2/+1Star
* block: introduce bdrv_replace_child_bs()Vladimir Sementsov-Ogievskiy2021-09-011-0/+2
* hw/nvme: use symbolic names for registersKlaus Jensen2021-07-261-1/+28
* hw/nvme: split pmrmsc register into upper and lowerKlaus Jensen2021-07-261-15/+16
* iothread: add aio-max-batch parameterStefano Garzarella2021-07-211-0/+12
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2021-07-101-0/+3
|\
| * block: Acquire AioContexts during bdrv_reopen_multiple()Kevin Wolf2021-07-091-0/+2
| * block: Add bdrv_reopen_queue_free()Alberto Garcia2021-07-091-0/+1
* | util/async: add a human-readable name to BHs for debuggingStefan Hajnoczi2021-07-051-3/+28
|/
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2021-07-021-1/+1
|\
| * block: Allow changing bs->file on reopenAlberto Garcia2021-06-291-0/+1
| * block: BDRVReopenState: drop replace_backing_bs fieldVladimir Sementsov-Ogievskiy2021-06-291-1/+0Star
* | Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...Peter Maydell2021-06-301-0/+18
|\ \ | |/ |/|
| * hw/nvme: fix endianess conversion and add controller listGollu Appalanaidu2021-06-291-0/+1
| * hw/nvme: use prinfo directly in nvme_check_prinfo and nvme_dif_checkKlaus Jensen2021-06-291-0/+8
| * hw/nvme: add identify namespace flbas/mc enumsGollu Appalanaidu2021-06-291-0/+9
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-06-281-0/+7
|\ \ | |/ |/|
| * block: add max_hw_transfer to BlockLimitsPaolo Bonzini2021-06-251-0/+7
* | block-copy: atomic .cancelled and .finished fields in BlockCopyCallStateEmanuele Giuseppe Esposito2021-06-251-0/+2
|/
* nbd/client-connection: add option for non-blocking connection attemptVladimir Sementsov-Ogievskiy2021-06-181-1/+1