aboutsummaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)Author
2022-02-14hw/nvme: add support for zoned random write areaKlaus Jensen
2022-02-14hw/nvme: add ozcs enumKlaus Jensen
2022-02-14hw/nvme: add struct for zone management sendKlaus Jensen
2022-02-01block.h: remove outdated commentEmanuele Giuseppe Esposito
2022-01-14Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2022-01-14block: drop BLK_PERM_GRAPH_MODVladimir Sementsov-Ogievskiy
2022-01-14block_int: make bdrv_backing_overridden staticEmanuele Giuseppe Esposito
2022-01-12aio-posix: split poll check from ready handlerStefan Hajnoczi
2021-12-28blockjob: drop BlockJob.blk fieldVladimir Sementsov-Ogievskiy
2021-12-28blockjob: implement and use block_job_get_aio_contextVladimir Sementsov-Ogievskiy
2021-11-02linux-aio: add `dev_max_batch` parameter to laio_io_unplug()Stefano Garzarella
2021-11-02linux-aio: add `dev_max_batch` parameter to laio_co_submit()Stefano Garzarella
2021-10-06block: introduce max_hw_iov for use in scsi-genericPaolo Bonzini
2021-10-06block: implement bdrv_new_open_driver_opts()Vladimir Sementsov-Ogievskiy
2021-10-06include/block.h: remove outdated commentEmanuele Giuseppe Esposito
2021-09-29block: use int64_t instead of int in driver discard handlersVladimir Sementsov-Ogievskiy
2021-09-29block: make BlockLimits::max_pdiscard 64bitVladimir Sementsov-Ogievskiy
2021-09-29block: use int64_t instead of int in driver write_zeroes handlersVladimir Sementsov-Ogievskiy
2021-09-29block: make BlockLimits::max_pwrite_zeroes 64bitVladimir Sementsov-Ogievskiy
2021-09-29block: use int64_t instead of uint64_t in copy_range driver handlersVladimir Sementsov-Ogievskiy
2021-09-29block: use int64_t instead of uint64_t in driver write handlersVladimir Sementsov-Ogievskiy
2021-09-29block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy
2021-09-29qcow2: check request on vmstate save/load pathVladimir Sementsov-Ogievskiy
2021-09-24hw/nvme: fix verification of select field in namespace attachmentNaveen Nagar
2021-09-15block: Clarify that @bytes is no limit on *pnumHanna Reitz
2021-09-15block: block-status cache for data regionsHanna Reitz
2021-09-15block: Drop BDS comment regarding bdrv_append()Hanna Reitz
2021-09-01block/block-copy: block_copy_state_new(): drop extra argumentsVladimir Sementsov-Ogievskiy
2021-09-01block/backup: move cluster size calculation to block-copyVladimir Sementsov-Ogievskiy
2021-09-01block/block-copy: introduce block_copy_set_copy_opts()Vladimir Sementsov-Ogievskiy
2021-09-01block-copy: move detecting fleecing scheme to block-copyVladimir Sementsov-Ogievskiy
2021-09-01block: introduce bdrv_replace_child_bs()Vladimir Sementsov-Ogievskiy
2021-07-26hw/nvme: use symbolic names for registersKlaus Jensen
2021-07-26hw/nvme: split pmrmsc register into upper and lowerKlaus Jensen
2021-07-21iothread: add aio-max-batch parameterStefano Garzarella
2021-07-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2021-07-09block: Acquire AioContexts during bdrv_reopen_multiple()Kevin Wolf
2021-07-09block: Add bdrv_reopen_queue_free()Alberto Garcia
2021-07-05util/async: add a human-readable name to BHs for debuggingStefan Hajnoczi
2021-07-02Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2021-06-30Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...Peter Maydell
2021-06-29block: Allow changing bs->file on reopenAlberto Garcia
2021-06-29block: BDRVReopenState: drop replace_backing_bs fieldVladimir Sementsov-Ogievskiy
2021-06-29hw/nvme: fix endianess conversion and add controller listGollu Appalanaidu
2021-06-29hw/nvme: use prinfo directly in nvme_check_prinfo and nvme_dif_checkKlaus Jensen
2021-06-29hw/nvme: add identify namespace flbas/mc enumsGollu Appalanaidu
2021-06-28Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-06-25block-copy: atomic .cancelled and .finished fields in BlockCopyCallStateEmanuele Giuseppe Esposito
2021-06-25block: add max_hw_transfer to BlockLimitsPaolo Bonzini
2021-06-18nbd/client-connection: add option for non-blocking connection attemptVladimir Sementsov-Ogievskiy