aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
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-14vvfat: Fix vvfat_write() for writes before the root directoryKevin Wolf
2022-01-14vvfat: Fix size of temporary qcow fileKevin Wolf
2022-01-14block-backend: prevent dangling BDS pointers across aio_poll()Stefan Hajnoczi
2022-01-14include/sysemu/blockdev.h: remove drive_mark_claimed_by_board and inline driv...Emanuele Giuseppe Esposito
2022-01-14Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell
2022-01-12aio-posix: split poll check from ready handlerStefan Hajnoczi
2022-01-12block/file-posix: Simplify the XFS_IOC_DIOINFO handlingThomas Huth
2021-12-28blockjob: drop BlockJob.blk fieldVladimir Sementsov-Ogievskiy
2021-12-28block/stream: add own blkVladimir Sementsov-Ogievskiy
2021-12-21nbd: allow reconnect on open, with corresponding new optionsVladimir Sementsov-Ogievskiy
2021-12-09block/nvme: fix infinite loop in nvme_free_req_queue_cb()Stefan Hajnoczi
2021-11-23block/vvfat.c fix leak when failure occursDaniella Lee
2021-11-16file-posix: Fix alignment after reopen changing O_DIRECTKevin Wolf
2021-11-16stream: Traverse graph after modificationHanna Reitz
2021-11-03Merge remote-tracking branch 'remotes/kwolf/tags/for-upstream' into stagingRichard Henderson
2021-11-02block/nvme: Extract nvme_free_queue() from nvme_free_queue_pair()Philippe Mathieu-Daudé
2021-11-02block/nvme: Display CQ/SQ pointer in nvme_free_queue_pair()Philippe Mathieu-Daudé
2021-11-02block/nvme: Automatically free qemu_memalign() with QEMU_AUTO_VFREEPhilippe Mathieu-Daudé
2021-11-02block-backend: Silence clang -m32 compiler warningHanna Reitz
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-11-02file-posix: add `aio-max-batch` optionStefano Garzarella
2021-11-02block/export/fuse.c: fix musl buildFabrice Fontaine
2021-11-02block/rbd: implement bdrv_co_block_statusPeter Lieven
2021-11-02block/file-posix: Fix return value translation for AIO discardsAri Sundholm
2021-11-02block/vpc: Add a sanity check that fixed-size images have the right typeThomas Huth
2021-11-02vmdk: allow specification of tools versionThomas Weißschuh
2021-10-15block-backend: drop INT_MAX restriction from blk_check_byte_request()Vladimir Sementsov-Ogievskiy
2021-10-15block-backend: blk_pread, blk_pwrite: rename count parameter to bytesVladimir Sementsov-Ogievskiy
2021-10-15block-backend: convert blk_aio_ functions to int64_t bytes paramterVladimir Sementsov-Ogievskiy
2021-10-15block-backend: convert blk_co_copy_range to int64_t bytesVladimir Sementsov-Ogievskiy
2021-10-15block-backend: convert blk_foo wrappers to use int64_t bytes parameterVladimir Sementsov-Ogievskiy
2021-10-15block-backend: drop blk_prw, use block-coroutine-wrapperVladimir Sementsov-Ogievskiy
2021-10-15block-coroutine-wrapper.py: support BlockBackend first argumentVladimir Sementsov-Ogievskiy
2021-10-15block-backend: rename _do_ helper functions to _co_do_Vladimir Sementsov-Ogievskiy
2021-10-15block-backend: convert blk_co_pdiscard to int64_t bytesVladimir Sementsov-Ogievskiy
2021-10-15block-backend: convert blk_co_pwritev_part to int64_t bytesVladimir Sementsov-Ogievskiy
2021-10-15block-backend: make blk_co_preadv() 64bitVladimir Sementsov-Ogievskiy
2021-10-15block-backend: blk_check_byte_request(): int64_t bytesVladimir Sementsov-Ogievskiy
2021-10-15qcow2: Silence clang -m32 compiler warningHanna Reitz
2021-10-14configure, meson: move libaio check to meson.buildPaolo Bonzini
2021-10-07Merge remote-tracking branch 'remotes/vsementsov/tags/pull-jobs-2021-10-07-v2...Richard Henderson
2021-10-07mirror: Do not clear .cancelledHanna Reitz
2021-10-07mirror: Stop active mirroring after force-cancelHanna Reitz
2021-10-07mirror: Check job_is_cancelled() earlierHanna Reitz
2021-10-07mirror: Use job_is_cancelled()Hanna Reitz
2021-10-07job: Add job_cancel_requested()Hanna Reitz
2021-10-07jobs: Give Job.force_cancel more meaningHanna Reitz