Age | Commit message (Expand) | Author |
2022-10-06 | monitor: expose monitor_puts to rest of code | Alex Bennée |
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/qed: Keep auto_backing_file if possible | Hanna Reitz |
2022-09-30 | block/qcow2: Keep auto_backing_file if possible | Hanna Reitz |
2022-09-30 | gluster: stop using .bdrv_needs_filename | Stefan Hajnoczi |
2022-09-30 | block: make serializing requests functions 'void' | Denis V. Lunev |
2022-09-30 | block: use bdrv_is_sg() helper instead of raw bs->sg reading | Denis V. Lunev |
2022-09-30 | block: add missed block_acct_setup with new block device init procedure | Denis V. Lunev |
2022-09-30 | block: pass OnOffAuto instead of bool to block_acct_setup() | Denis V. Lunev |
2022-09-30 | block/qcow2-bitmap: Add missing cast to silent GCC error | Philippe Mathieu-Daudé |
2022-09-30 | qcow2: fix memory leak in qcow2_read_extensions | lu zhipeng |
2022-08-02 | block/io_uring: add missing include file | Jinhao Fan |
2022-08-01 | misc: fix commonly doubled up words | Daniel P. Berrangé |
2022-07-26 | block/parallels: Fix buffer-based write call | Hanna Reitz |
2022-07-12 | block: Remove remaining unused symbols in coroutines.h | Alberto Faria |
2022-07-12 | block: Reorganize some declarations in block-backend-io.h | Alberto Faria |
2022-07-12 | block: Add blk_co_truncate() | Alberto Faria |
2022-07-12 | block: Add blk_co_ioctl() | Alberto Faria |
2022-07-12 | block: Implement blk_flush() using generated_co_wrapper | Alberto Faria |
2022-07-12 | block: Implement blk_pdiscard() using generated_co_wrapper | Alberto Faria |
2022-07-12 | block: Implement blk_pwrite_zeroes() using generated_co_wrapper | Alberto Faria |
2022-07-12 | block: Add blk_co_pwrite_compressed() | Alberto Faria |
2022-07-12 | block: Change blk_pwrite_compressed() param order | Alberto Faria |
2022-07-12 | block: Export blk_pwritev_part() in block-backend-io.h | Alberto Faria |
2022-07-12 | block: Add blk_[co_]preadv_part() | Alberto Faria |
2022-07-12 | block: Implement blk_{pread,pwrite}() using generated_co_wrapper | Alberto Faria |
2022-07-12 | block: Make 'bytes' param of blk_{pread,pwrite}() an int64_t | Alberto Faria |
2022-07-12 | block: Change blk_{pread,pwrite}() param order | Alberto Faria |
2022-07-12 | block: Add a 'flags' param to blk_pread() | Alberto Faria |
2022-07-12 | block: Make blk_{pread,pwrite}() return 0 on success | Alberto Faria |
2022-07-12 | block/qcow2: Use bdrv_pwrite_sync() in qcow2_mark_dirty() | Alberto Faria |
2022-07-12 | block: Use bdrv_co_pwrite_sync() when caller is coroutine_fn | Alberto Faria |
2022-07-12 | block: Add bdrv_co_pwrite_sync() | Alberto Faria |
2022-07-12 | block: Implement bdrv_{pread,pwrite,pwrite_zeroes}() using generated_co_wrapper | Alberto Faria |
2022-07-12 | block: Make 'bytes' param of bdrv_co_{pread,pwrite,preadv,pwritev}() an int64_t | Alberto Faria |
2022-07-12 | crypto: Make block callbacks return 0 on success | Alberto Faria |
2022-07-12 | block: Make bdrv_{pread,pwrite}() return 0 on success | Alberto Faria |
2022-07-12 | block: Change bdrv_{pread,pwrite,pwrite_sync}() param order | Alberto Faria |
2022-07-12 | block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}() | Alberto Faria |
2022-07-07 | block/io_uring: clarify that short reads can happen | Stefan Hajnoczi |
2022-07-07 | io_uring: fix short read slow path | Dominique Martinet |
2022-06-29 | block: use 'unsigned' for in_flight field on driver state | Denis V. Lunev |
2022-06-29 | nbd: trace long NBD operations | Denis V. Lunev |
2022-06-29 | block/copy-before-write: implement cbw-timeout option | Vladimir Sementsov-Ogievskiy |
2022-06-29 | block/block-copy: block_copy(): add timeout_ns parameter | Vladimir Sementsov-Ogievskiy |
2022-06-28 | block/copy-before-write: add on-cbw-error open parameter | Vladimir Sementsov-Ogievskiy |
2022-06-28 | block/copy-before-write: refactor option parsing | Vladimir Sementsov-Ogievskiy |
2022-06-24 | vduse-blk: Add name option | Xie Yongji |
2022-06-24 | vduse-blk: Add serial option | Xie Yongji |