Age | Commit message (Expand) | Author | Files | Lines |
2022-07-12 | block: Remove remaining unused symbols in coroutines.h | Alberto Faria | 2 | -22/+3 |
2022-07-12 | block: Reorganize some declarations in block-backend-io.h | Alberto Faria | 1 | -0/+22 |
2022-07-12 | block: Add blk_co_truncate() | Alberto Faria | 1 | -3/+4 |
2022-07-12 | block: Add blk_co_ioctl() | Alberto Faria | 2 | -9/+4 |
2022-07-12 | block: Implement blk_flush() using generated_co_wrapper | Alberto Faria | 2 | -13/+0 |
2022-07-12 | block: Implement blk_pdiscard() using generated_co_wrapper | Alberto Faria | 2 | -15/+0 |
2022-07-12 | block: Implement blk_pwrite_zeroes() using generated_co_wrapper | Alberto Faria | 1 | -8/+0 |
2022-07-12 | block: Add blk_co_pwrite_compressed() | Alberto Faria | 1 | -4/+4 |
2022-07-12 | block: Change blk_pwrite_compressed() param order | Alberto Faria | 1 | -2/+2 |
2022-07-12 | block: Export blk_pwritev_part() in block-backend-io.h | Alberto Faria | 2 | -19/+0 |
2022-07-12 | block: Add blk_[co_]preadv_part() | Alberto Faria | 2 | -12/+23 |
2022-07-12 | block: Implement blk_{pread,pwrite}() using generated_co_wrapper | Alberto Faria | 3 | -27/+1 |
2022-07-12 | block: Make 'bytes' param of blk_{pread,pwrite}() an int64_t | Alberto Faria | 1 | -3/+3 |
2022-07-12 | block: Change blk_{pread,pwrite}() param order | Alberto Faria | 12 | -41/+41 |
2022-07-12 | block: Add a 'flags' param to blk_pread() | Alberto Faria | 3 | -4/+5 |
2022-07-12 | block: Make blk_{pread,pwrite}() return 0 on success | Alberto Faria | 2 | -8/+5 |
2022-07-12 | block/qcow2: Use bdrv_pwrite_sync() in qcow2_mark_dirty() | Alberto Faria | 1 | -6/+3 |
2022-07-12 | block: Use bdrv_co_pwrite_sync() when caller is coroutine_fn | Alberto Faria | 3 | -6/+6 |
2022-07-12 | block: Add bdrv_co_pwrite_sync() | Alberto Faria | 1 | -4/+5 |
2022-07-12 | block: Implement bdrv_{pread,pwrite,pwrite_zeroes}() using generated_co_wrapper | Alberto Faria | 1 | -41/+0 |
2022-07-12 | block: Make 'bytes' param of bdrv_co_{pread,pwrite,preadv,pwritev}() an int64_t | Alberto Faria | 1 | -2/+2 |
2022-07-12 | crypto: Make block callbacks return 0 on success | Alberto Faria | 2 | -37/+37 |
2022-07-12 | block: Make bdrv_{pread,pwrite}() return 0 on success | Alberto Faria | 9 | -29/+17 |
2022-07-12 | block: Change bdrv_{pread,pwrite,pwrite_sync}() param order | Alberto Faria | 22 | -230/+233 |
2022-07-12 | block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}() | Alberto Faria | 22 | -212/+211 |
2022-07-07 | block/io_uring: clarify that short reads can happen | Stefan Hajnoczi | 1 | -6/+2 |
2022-07-07 | io_uring: fix short read slow path | Dominique Martinet | 1 | -2/+2 |
2022-06-29 | block: use 'unsigned' for in_flight field on driver state | Denis V. Lunev | 2 | -2/+2 |
2022-06-29 | nbd: trace long NBD operations | Denis V. Lunev | 2 | -1/+7 |
2022-06-29 | block/copy-before-write: implement cbw-timeout option | Vladimir Sementsov-Ogievskiy | 1 | -1/+21 |
2022-06-29 | block/block-copy: block_copy(): add timeout_ns parameter | Vladimir Sementsov-Ogievskiy | 2 | -8/+27 |
2022-06-28 | block/copy-before-write: add on-cbw-error open parameter | Vladimir Sementsov-Ogievskiy | 1 | -2/+30 |
2022-06-28 | block/copy-before-write: refactor option parsing | Vladimir Sementsov-Ogievskiy | 1 | -27/+29 |
2022-06-24 | vduse-blk: Add name option | Xie Yongji | 1 | -2/+2 |
2022-06-24 | vduse-blk: Add serial option | Xie Yongji | 3 | -8/+18 |
2022-06-24 | nbd: Drop dead code spotted by Coverity | Eric Blake | 1 | -6/+2 |
2022-06-24 | block/gluster: correctly set max_pdiscard | Fabian Ebner | 1 | -1/+1 |
2022-06-24 | block/rbd: report a better error when namespace does not exist | Stefano Garzarella | 1 | -0/+24 |
2022-06-24 | libvduse: Add support for reconnecting | Xie Yongji | 1 | -1/+18 |
2022-06-24 | vduse-blk: Add vduse-blk resize support | Xie Yongji | 1 | -0/+20 |
2022-06-24 | vduse-blk: Implement vduse-blk export | Xie Yongji | 4 | -0/+360 |
2022-06-24 | block/export: Abstract out the logic of virtio-blk I/O process | Xie Yongji | 4 | -239/+299 |
2022-06-24 | block/export: Fix incorrect length passed to vu_queue_push() | Xie Yongji | 1 | -3/+2 |
2022-06-24 | block: Support passing NULL ops to blk_set_dev_ops() | Xie Yongji | 1 | -1/+1 |
2022-06-24 | block: simplify handling of try to merge different sized bitmaps | Vladimir Sementsov-Ogievskiy | 2 | -19/+13 |
2022-06-24 | block: improve block_dirty_bitmap_merge(): don't allocate extra bitmap | Vladimir Sementsov-Ogievskiy | 1 | -20/+21 |
2022-06-24 | block: block_dirty_bitmap_merge(): fix error path | Vladimir Sementsov-Ogievskiy | 1 | -1/+4 |
2022-06-24 | block: get rid of blk->guest_block_size | Stefan Hajnoczi | 2 | -11/+0 |
2022-06-24 | block: drop unused bdrv_co_drain() API | Stefan Hajnoczi | 1 | -15/+0 |
2022-06-15 | linux-aio: explain why max batch is checked in laio_io_unplug() | Stefan Hajnoczi | 1 | -0/+6 |