Age | Commit message (Expand) | Author |
2023-11-06 | file-posix: fix over-writing of returning zone_append offset | Naohiro Aota |
2023-11-06 | block/file-posix: fix update_zones_wp() caller | Sam Li |
2023-09-21 | Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into staging | Stefan Hajnoczi |
2023-09-08 | block: spelling fixes | Michael Tokarev |
2023-08-29 | file-posix: Simplify raw_co_prw's 'out' zone code | Hanna Czenczek |
2023-08-29 | file-posix: Fix zone update in I/O error path | Hanna Czenczek |
2023-08-29 | file-posix: Check bs->bl.zoned for zone info | Hanna Czenczek |
2023-08-29 | file-posix: Clear bs->bl.zoned on error | Hanna Czenczek |
2023-07-27 | block/file-posix: fix g_file_get_contents return path | Sam Li |
2023-06-28 | file-posix: remove incorrect coroutine_fn calls | Paolo Bonzini |
2023-06-01 | block/linux-aio: convert to blk_io_plug_call() API | Stefan Hajnoczi |
2023-06-01 | block/io_uring: convert to blk_io_plug_call() API | Stefan Hajnoczi |
2023-05-15 | block: add some trace events for zone append | Sam Li |
2023-05-15 | block: introduce zone append write for zoned devices | Sam Li |
2023-05-15 | file-posix: add tracking of the zone write pointers | Sam Li |
2023-05-15 | block: add some trace events for new block layer APIs | Sam Li |
2023-05-15 | block: add zoned BlockDriver check to block layer | Sam Li |
2023-05-15 | block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice i... | Sam Li |
2023-05-15 | block/file-posix: introduce helper functions for sysfs attributes | Sam Li |
2023-04-25 | thread-pool: avoid passing the pool parameter every time | Emanuele Giuseppe Esposito |
2023-04-25 | thread-pool: use ThreadPool from the running thread | Emanuele Giuseppe Esposito |
2023-04-25 | io_uring: use LuringState from the running thread | Emanuele Giuseppe Esposito |
2023-04-25 | linux-aio: use LinuxAioState from the running thread | Emanuele Giuseppe Esposito |
2023-04-11 | block: remove has_variable_length from BlockDriver | Paolo Bonzini |
2023-02-23 | block: Mark bdrv_co_create() and callers GRAPH_RDLOCK | Kevin Wolf |
2023-02-23 | block: Mark bdrv_co_copy_range() GRAPH_RDLOCK | Emanuele Giuseppe Esposito |
2023-02-23 | block: Mark bdrv_co_flush() and callers GRAPH_RDLOCK | Emanuele Giuseppe Esposito |
2023-02-17 | block/file-posix: don't use functions calling AIO_WAIT_WHILE in worker threads | Emanuele Giuseppe Esposito |
2023-02-01 | block/file: Add file-specific image info | Hanna Reitz |
2023-02-01 | block: Convert bdrv_lock_medium() to co_wrapper | Emanuele Giuseppe Esposito |
2023-02-01 | block: Convert bdrv_eject() to co_wrapper | Emanuele Giuseppe Esposito |
2023-02-01 | block: Convert bdrv_get_info() to co_wrapper_mixed | Emanuele Giuseppe Esposito |
2023-02-01 | block: Convert bdrv_get_allocated_file_size() to co_wrapper | Emanuele Giuseppe Esposito |
2023-02-01 | block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed | Emanuele Giuseppe Esposito |
2023-02-01 | block: Convert bdrv_is_inserted() to co_wrapper | Emanuele Giuseppe Esposito |
2023-02-01 | block: Convert bdrv_io_unplug() to co_wrapper | Emanuele Giuseppe Esposito |
2023-02-01 | block: Convert bdrv_io_plug() to co_wrapper | Emanuele Giuseppe Esposito |
2023-01-20 | include/block: Untangle inclusion loops | Markus Armbruster |
2023-01-09 | error handling: Use RETRY_ON_EINTR() macro where applicable | Nikita Ivanov |
2022-10-26 | block: add BDRV_REQ_REGISTERED_BUF request flag | Stefan Hajnoczi |
2022-10-07 | file-posix: Remove unused s->discard_zeroes | Kevin Wolf |
2022-10-07 | file-posix: add missing coroutine_fn annotations | Paolo Bonzini |
2022-09-30 | block: use the request length for iov alignment | Keith Busch |
2022-09-30 | block: move bdrv_qiov_is_aligned to file-posix | Keith Busch |
2022-09-30 | block: use bdrv_is_sg() helper instead of raw bs->sg reading | Denis V. Lunev |
2022-05-03 | block: move fcntl_setfl() | Marc-André Lureau |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau |
2022-04-06 | Replace qemu_real_host_page variables with inlined functions | Marc-André Lureau |
2022-03-15 | block/file-posix: Remove a deprecation warning on macOS 12 | Philippe Mathieu-Daudé |
2022-03-07 | osdep: Move memalign-related functions to their own header | Peter Maydell |