| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | block: Implement blk_{pread,pwrite}() using generated_co_wrapper | Alberto Faria | 2022-07-12 | 3 | -27/+1 |
* | block: Make 'bytes' param of blk_{pread,pwrite}() an int64_t | Alberto Faria | 2022-07-12 | 1 | -3/+3 |
* | block: Change blk_{pread,pwrite}() param order | Alberto Faria | 2022-07-12 | 12 | -41/+41 |
* | block: Add a 'flags' param to blk_pread() | Alberto Faria | 2022-07-12 | 3 | -4/+5 |
* | block: Make blk_{pread,pwrite}() return 0 on success | Alberto Faria | 2022-07-12 | 2 | -8/+5 |
* | block/qcow2: Use bdrv_pwrite_sync() in qcow2_mark_dirty() | Alberto Faria | 2022-07-12 | 1 | -6/+3 |
* | block: Use bdrv_co_pwrite_sync() when caller is coroutine_fn | Alberto Faria | 2022-07-12 | 3 | -6/+6 |
* | block: Add bdrv_co_pwrite_sync() | Alberto Faria | 2022-07-12 | 1 | -4/+5 |
* | block: Implement bdrv_{pread,pwrite,pwrite_zeroes}() using generated_co_wrapper | Alberto Faria | 2022-07-12 | 1 | -41/+0 |
* | block: Make 'bytes' param of bdrv_co_{pread,pwrite,preadv,pwritev}() an int64_t | Alberto Faria | 2022-07-12 | 1 | -2/+2 |
* | crypto: Make block callbacks return 0 on success | Alberto Faria | 2022-07-12 | 2 | -37/+37 |
* | block: Make bdrv_{pread,pwrite}() return 0 on success | Alberto Faria | 2022-07-12 | 9 | -29/+17 |
* | block: Change bdrv_{pread,pwrite,pwrite_sync}() param order | Alberto Faria | 2022-07-12 | 22 | -230/+233 |
* | block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}() | Alberto Faria | 2022-07-12 | 22 | -212/+211 |
* | block/io_uring: clarify that short reads can happen | Stefan Hajnoczi | 2022-07-07 | 1 | -6/+2 |
* | io_uring: fix short read slow path | Dominique Martinet | 2022-07-07 | 1 | -2/+2 |
* | block: use 'unsigned' for in_flight field on driver state | Denis V. Lunev | 2022-06-29 | 2 | -2/+2 |
* | nbd: trace long NBD operations | Denis V. Lunev | 2022-06-29 | 2 | -1/+7 |
* | block/copy-before-write: implement cbw-timeout option | Vladimir Sementsov-Ogievskiy | 2022-06-29 | 1 | -1/+21 |
* | block/block-copy: block_copy(): add timeout_ns parameter | Vladimir Sementsov-Ogievskiy | 2022-06-29 | 2 | -8/+27 |
* | block/copy-before-write: add on-cbw-error open parameter | Vladimir Sementsov-Ogievskiy | 2022-06-28 | 1 | -2/+30 |
* | block/copy-before-write: refactor option parsing | Vladimir Sementsov-Ogievskiy | 2022-06-28 | 1 | -27/+29 |
* | vduse-blk: Add name option | Xie Yongji | 2022-06-24 | 1 | -2/+2 |
* | vduse-blk: Add serial option | Xie Yongji | 2022-06-24 | 3 | -8/+18 |
* | nbd: Drop dead code spotted by Coverity | Eric Blake | 2022-06-24 | 1 | -6/+2 |
* | block/gluster: correctly set max_pdiscard | Fabian Ebner | 2022-06-24 | 1 | -1/+1 |
* | block/rbd: report a better error when namespace does not exist | Stefano Garzarella | 2022-06-24 | 1 | -0/+24 |
* | libvduse: Add support for reconnecting | Xie Yongji | 2022-06-24 | 1 | -1/+18 |
* | vduse-blk: Add vduse-blk resize support | Xie Yongji | 2022-06-24 | 1 | -0/+20 |
* | vduse-blk: Implement vduse-blk export | Xie Yongji | 2022-06-24 | 4 | -0/+360 |
* | block/export: Abstract out the logic of virtio-blk I/O process | Xie Yongji | 2022-06-24 | 4 | -239/+299 |
* | block/export: Fix incorrect length passed to vu_queue_push() | Xie Yongji | 2022-06-24 | 1 | -3/+2 |
* | block: Support passing NULL ops to blk_set_dev_ops() | Xie Yongji | 2022-06-24 | 1 | -1/+1 |
* | block: simplify handling of try to merge different sized bitmaps | Vladimir Sementsov-Ogievskiy | 2022-06-24 | 2 | -19/+13 |
* | block: improve block_dirty_bitmap_merge(): don't allocate extra bitmap | Vladimir Sementsov-Ogievskiy | 2022-06-24 | 1 | -20/+21 |
* | block: block_dirty_bitmap_merge(): fix error path | Vladimir Sementsov-Ogievskiy | 2022-06-24 | 1 | -1/+4 |
* | block: get rid of blk->guest_block_size | Stefan Hajnoczi | 2022-06-24 | 2 | -11/+0 |
* | block: drop unused bdrv_co_drain() API | Stefan Hajnoczi | 2022-06-24 | 1 | -15/+0 |
* | linux-aio: explain why max batch is checked in laio_io_unplug() | Stefan Hajnoczi | 2022-06-15 | 1 | -0/+6 |
* | linux-aio: fix unbalanced plugged counter in laio_io_unplug() | Stefan Hajnoczi | 2022-06-15 | 1 | -1/+3 |
* | Use io_uring_register_ring_fd() to skip fd operations | Sam Li | 2022-06-15 | 1 | -1/+11 |
* | coroutine-lock: qemu_co_queue_restart_all is a coroutine-only qemu_co_enter_all | Paolo Bonzini | 2022-05-12 | 1 | -1/+1 |
* | Clean up ill-advised or unusual header guards | Markus Armbruster | 2022-05-11 | 1 | -3/+3 |
* | Clean up header guards that don't match their file name | Markus Armbruster | 2022-05-11 | 1 | -3/+3 |
* | block/vmdk: Fix reopening bs->file | Hanna Reitz | 2022-05-04 | 1 | -1/+55 |
* | qcow2: Do not reopen data_file in invalidate_cache | Hanna Reitz | 2022-05-04 | 1 | -42/+62 |
* | block: move fcntl_setfl() | Marc-André Lureau | 2022-05-03 | 1 | -0/+15 |
* | nbd: document what is protected by the CoMutexes | Paolo Bonzini | 2022-04-26 | 1 | -1/+7 |
* | nbd: take receive_mutex when reading requests[].receiving | Paolo Bonzini | 2022-04-26 | 1 | -8/+7 |
* | nbd: move s->state under requests_lock | Paolo Bonzini | 2022-04-26 | 1 | -36/+40 |