Age | Commit message (Expand) | Author | Files | Lines |
2024-02-07 | blkio: Respect memory-alignment for bounce buffer allocations | Kevin Wolf | 1 | -0/+3 |
2024-01-30 | block/blkio: Make s->mem_region_alignment be 64 bits | Richard W.M. Jones | 1 | -1/+1 |
2023-10-31 | util/defer-call: move defer_call() to util/ | Stefan Hajnoczi | 1 | -0/+1 |
2023-10-31 | block: rename blk_io_plug_call() API to defer_call() | Stefan Hajnoczi | 1 | -4/+4 |
2023-08-03 | block/blkio: add more comments on the fd passing handling | Stefano Garzarella | 1 | -3/+12 |
2023-08-03 | block/blkio: close the fd when blkio_connect() fails | Stefano Garzarella | 1 | -3/+8 |
2023-07-27 | block/blkio: use blkio_set_int("fd") to check fd support | Stefano Garzarella | 1 | -1/+1 |
2023-07-27 | block/blkio: fall back on using `path` when `fd` setting fails | Stefano Garzarella | 1 | -10/+10 |
2023-07-27 | block/blkio: retry blkio_connect() if it fails using `fd` | Stefano Garzarella | 1 | -0/+29 |
2023-07-27 | block/blkio: move blkio_connect() in the drivers functions | Stefano Garzarella | 1 | -27/+40 |
2023-07-26 | block/blkio: do not use open flags in qemu_open() | Stefano Garzarella | 1 | -9/+12 |
2023-07-25 | block/blkio: enable the completion eventfd | Stefano Garzarella | 1 | -0/+1 |
2023-07-04 | block/blkio: fix module_block.py parsing | Stefan Hajnoczi | 1 | -56/+60 |
2023-06-01 | block/blkio: use qemu_open() to support fd passing for virtio-blk | Stefano Garzarella | 1 | -9/+44 |
2023-06-01 | block/blkio: convert to blk_io_plug_call() API | Stefan Hajnoczi | 1 | -19/+24 |
2023-05-30 | aio: remove aio_disable_external() API | Stefan Hajnoczi | 1 | -10/+5 |
2023-02-01 | block: Convert bdrv_get_info() to co_wrapper_mixed | Emanuele Giuseppe Esposito | 1 | -2/+3 |
2023-02-01 | block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed | Emanuele Giuseppe Esposito | 1 | -3/+3 |
2023-02-01 | block: Convert bdrv_io_unplug() to co_wrapper | Emanuele Giuseppe Esposito | 1 | -2/+2 |
2023-01-23 | block/blkio: Fix inclusion of required headers | Peter Krempa | 1 | -0/+2 |
2022-11-10 | block/blkio: Set BlockDriver::has_variable_length to false | Alberto Faria | 1 | -1/+0 |
2022-10-31 | block/blkio: Make driver nvme-io_uring take a "path" instead of a "filename" | Alberto Faria | 1 | -4/+8 |
2022-10-31 | block/blkio: Tolerate device size changes | Alberto Faria | 1 | -0/+27 |
2022-10-31 | block/blkio: Add virtio-blk-vfio-pci BlockDriver | Alberto Faria | 1 | -0/+8 |
2022-10-26 | blkio: implement BDRV_REQ_REGISTERED_BUF optimization | Stefan Hajnoczi | 1 | -3/+180 |
2022-10-26 | blkio: add libblkio block driver | Stefan Hajnoczi | 1 | -0/+831 |