Age | Commit message (Expand) | Author |
2022-01-14 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2022-01-14 | block: drop BLK_PERM_GRAPH_MOD | Vladimir Sementsov-Ogievskiy |
2022-01-14 | vvfat: Fix vvfat_write() for writes before the root directory | Kevin Wolf |
2022-01-14 | vvfat: Fix size of temporary qcow file | Kevin Wolf |
2022-01-14 | block-backend: prevent dangling BDS pointers across aio_poll() | Stefan Hajnoczi |
2022-01-14 | include/sysemu/blockdev.h: remove drive_mark_claimed_by_board and inline driv... | Emanuele Giuseppe Esposito |
2022-01-14 | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request... | Peter Maydell |
2022-01-12 | aio-posix: split poll check from ready handler | Stefan Hajnoczi |
2022-01-12 | block/file-posix: Simplify the XFS_IOC_DIOINFO handling | Thomas Huth |
2021-12-28 | blockjob: drop BlockJob.blk field | Vladimir Sementsov-Ogievskiy |
2021-12-28 | block/stream: add own blk | Vladimir Sementsov-Ogievskiy |
2021-12-21 | nbd: allow reconnect on open, with corresponding new options | Vladimir Sementsov-Ogievskiy |
2021-12-09 | block/nvme: fix infinite loop in nvme_free_req_queue_cb() | Stefan Hajnoczi |
2021-11-23 | block/vvfat.c fix leak when failure occurs | Daniella Lee |
2021-11-16 | file-posix: Fix alignment after reopen changing O_DIRECT | Kevin Wolf |
2021-11-16 | stream: Traverse graph after modification | Hanna Reitz |
2021-11-03 | Merge remote-tracking branch 'remotes/kwolf/tags/for-upstream' into staging | Richard Henderson |
2021-11-02 | block/nvme: Extract nvme_free_queue() from nvme_free_queue_pair() | Philippe Mathieu-Daudé |
2021-11-02 | block/nvme: Display CQ/SQ pointer in nvme_free_queue_pair() | Philippe Mathieu-Daudé |
2021-11-02 | block/nvme: Automatically free qemu_memalign() with QEMU_AUTO_VFREE | Philippe Mathieu-Daudé |
2021-11-02 | block-backend: Silence clang -m32 compiler warning | Hanna Reitz |
2021-11-02 | linux-aio: add `dev_max_batch` parameter to laio_io_unplug() | Stefano Garzarella |
2021-11-02 | linux-aio: add `dev_max_batch` parameter to laio_co_submit() | Stefano Garzarella |
2021-11-02 | file-posix: add `aio-max-batch` option | Stefano Garzarella |
2021-11-02 | block/export/fuse.c: fix musl build | Fabrice Fontaine |
2021-11-02 | block/rbd: implement bdrv_co_block_status | Peter Lieven |
2021-11-02 | block/file-posix: Fix return value translation for AIO discards | Ari Sundholm |
2021-11-02 | block/vpc: Add a sanity check that fixed-size images have the right type | Thomas Huth |
2021-11-02 | vmdk: allow specification of tools version | Thomas Weißschuh |
2021-10-15 | block-backend: drop INT_MAX restriction from blk_check_byte_request() | Vladimir Sementsov-Ogievskiy |
2021-10-15 | block-backend: blk_pread, blk_pwrite: rename count parameter to bytes | Vladimir Sementsov-Ogievskiy |
2021-10-15 | block-backend: convert blk_aio_ functions to int64_t bytes paramter | Vladimir Sementsov-Ogievskiy |
2021-10-15 | block-backend: convert blk_co_copy_range to int64_t bytes | Vladimir Sementsov-Ogievskiy |
2021-10-15 | block-backend: convert blk_foo wrappers to use int64_t bytes parameter | Vladimir Sementsov-Ogievskiy |
2021-10-15 | block-backend: drop blk_prw, use block-coroutine-wrapper | Vladimir Sementsov-Ogievskiy |
2021-10-15 | block-coroutine-wrapper.py: support BlockBackend first argument | Vladimir Sementsov-Ogievskiy |
2021-10-15 | block-backend: rename _do_ helper functions to _co_do_ | Vladimir Sementsov-Ogievskiy |
2021-10-15 | block-backend: convert blk_co_pdiscard to int64_t bytes | Vladimir Sementsov-Ogievskiy |
2021-10-15 | block-backend: convert blk_co_pwritev_part to int64_t bytes | Vladimir Sementsov-Ogievskiy |
2021-10-15 | block-backend: make blk_co_preadv() 64bit | Vladimir Sementsov-Ogievskiy |
2021-10-15 | block-backend: blk_check_byte_request(): int64_t bytes | Vladimir Sementsov-Ogievskiy |
2021-10-15 | qcow2: Silence clang -m32 compiler warning | Hanna Reitz |
2021-10-14 | configure, meson: move libaio check to meson.build | Paolo Bonzini |
2021-10-07 | Merge remote-tracking branch 'remotes/vsementsov/tags/pull-jobs-2021-10-07-v2... | Richard Henderson |
2021-10-07 | mirror: Do not clear .cancelled | Hanna Reitz |
2021-10-07 | mirror: Stop active mirroring after force-cancel | Hanna Reitz |
2021-10-07 | mirror: Check job_is_cancelled() earlier | Hanna Reitz |
2021-10-07 | mirror: Use job_is_cancelled() | Hanna Reitz |
2021-10-07 | job: Add job_cancel_requested() | Hanna Reitz |
2021-10-07 | jobs: Give Job.force_cancel more meaning | Hanna Reitz |