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