aboutsummaryrefslogtreecommitdiff
path: root/block/file-posix.c
AgeCommit message (Expand)Author
2023-12-21block/file-posix: set up Linux AIO and io_uring in the current threadStefan Hajnoczi
2023-11-06file-posix: fix over-writing of returning zone_append offsetNaohiro Aota
2023-11-06block/file-posix: fix update_zones_wp() callerSam Li
2023-09-21Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into stagingStefan Hajnoczi
2023-09-08block: spelling fixesMichael Tokarev
2023-08-29file-posix: Simplify raw_co_prw's 'out' zone codeHanna Czenczek
2023-08-29file-posix: Fix zone update in I/O error pathHanna Czenczek
2023-08-29file-posix: Check bs->bl.zoned for zone infoHanna Czenczek
2023-08-29file-posix: Clear bs->bl.zoned on errorHanna Czenczek
2023-07-27block/file-posix: fix g_file_get_contents return pathSam Li
2023-06-28file-posix: remove incorrect coroutine_fn callsPaolo Bonzini
2023-06-01block/linux-aio: convert to blk_io_plug_call() APIStefan Hajnoczi
2023-06-01block/io_uring: convert to blk_io_plug_call() APIStefan Hajnoczi
2023-05-15block: add some trace events for zone appendSam Li
2023-05-15block: introduce zone append write for zoned devicesSam Li
2023-05-15file-posix: add tracking of the zone write pointersSam Li
2023-05-15block: add some trace events for new block layer APIsSam Li
2023-05-15block: add zoned BlockDriver check to block layerSam Li
2023-05-15block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice i...Sam Li
2023-05-15block/file-posix: introduce helper functions for sysfs attributesSam Li
2023-04-25thread-pool: avoid passing the pool parameter every timeEmanuele Giuseppe Esposito
2023-04-25thread-pool: use ThreadPool from the running threadEmanuele Giuseppe Esposito
2023-04-25io_uring: use LuringState from the running threadEmanuele Giuseppe Esposito
2023-04-25linux-aio: use LinuxAioState from the running threadEmanuele Giuseppe Esposito
2023-04-11block: remove has_variable_length from BlockDriverPaolo Bonzini
2023-02-23block: Mark bdrv_co_create() and callers GRAPH_RDLOCKKevin Wolf
2023-02-23block: Mark bdrv_co_copy_range() GRAPH_RDLOCKEmanuele Giuseppe Esposito
2023-02-23block: Mark bdrv_co_flush() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito
2023-02-17block/file-posix: don't use functions calling AIO_WAIT_WHILE in worker threadsEmanuele Giuseppe Esposito
2023-02-01block/file: Add file-specific image infoHanna Reitz
2023-02-01block: Convert bdrv_lock_medium() to co_wrapperEmanuele Giuseppe Esposito
2023-02-01block: Convert bdrv_eject() to co_wrapperEmanuele Giuseppe Esposito
2023-02-01block: Convert bdrv_get_info() to co_wrapper_mixedEmanuele Giuseppe Esposito
2023-02-01block: Convert bdrv_get_allocated_file_size() to co_wrapperEmanuele Giuseppe Esposito
2023-02-01block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixedEmanuele Giuseppe Esposito
2023-02-01block: Convert bdrv_is_inserted() to co_wrapperEmanuele Giuseppe Esposito
2023-02-01block: Convert bdrv_io_unplug() to co_wrapperEmanuele Giuseppe Esposito
2023-02-01block: Convert bdrv_io_plug() to co_wrapperEmanuele Giuseppe Esposito
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster
2023-01-09error handling: Use RETRY_ON_EINTR() macro where applicableNikita Ivanov
2022-10-26block: add BDRV_REQ_REGISTERED_BUF request flagStefan Hajnoczi
2022-10-07file-posix: Remove unused s->discard_zeroesKevin Wolf
2022-10-07file-posix: add missing coroutine_fn annotationsPaolo Bonzini
2022-09-30block: use the request length for iov alignmentKeith Busch
2022-09-30block: move bdrv_qiov_is_aligned to file-posixKeith Busch
2022-09-30block: use bdrv_is_sg() helper instead of raw bs->sg readingDenis V. Lunev
2022-05-03block: move fcntl_setfl()Marc-André Lureau
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2022-03-15block/file-posix: Remove a deprecation warning on macOS 12Philippe Mathieu-Daudé