Age | Commit message (Expand) | Author |
2022-10-07 | file-posix: Remove unused s->discard_zeroes | Kevin Wolf |
2022-10-07 | job.c: enable job lock/unlock and remove Aiocontext locks | Emanuele Giuseppe Esposito |
2022-10-07 | blockjob: protect iostatus field in BlockJob struct | Emanuele Giuseppe Esposito |
2022-10-07 | jobs: protect job.aio_context with BQL and job_mutex | Emanuele Giuseppe Esposito |
2022-10-07 | block/mirror.c: use of job helpers in drivers | Emanuele Giuseppe Esposito |
2022-10-07 | quorum: Remove unnecessary forward declaration | Kevin Wolf |
2022-10-07 | raw-format: add missing coroutine_fn annotations | Paolo Bonzini |
2022-10-07 | vmdk: add missing coroutine_fn annotations | Paolo Bonzini |
2022-10-07 | throttle: add missing coroutine_fn annotations | Paolo Bonzini |
2022-10-07 | quorum: add missing coroutine_fn annotations | Paolo Bonzini |
2022-10-07 | qed: add missing coroutine_fn annotations | Paolo Bonzini |
2022-10-07 | curl: add missing coroutine_fn annotations | Paolo Bonzini |
2022-10-07 | copy-before-write: add missing coroutine_fn annotations | Paolo Bonzini |
2022-10-07 | qcow2: add missing coroutine_fn annotations | Paolo Bonzini |
2022-10-07 | parallels: add missing coroutine_fn annotations | Paolo Bonzini |
2022-10-07 | nvme: add missing coroutine_fn annotations | Paolo Bonzini |
2022-10-07 | nfs: add missing coroutine_fn annotations | Paolo Bonzini |
2022-10-07 | nbd: add missing coroutine_fn annotations | Paolo Bonzini |
2022-10-07 | iscsi: add missing coroutine_fn annotations | Paolo Bonzini |
2022-10-07 | file-posix: add missing coroutine_fn annotations | Paolo Bonzini |
2022-10-07 | blkverify: add missing coroutine_fn annotations | Paolo Bonzini |
2022-10-07 | qcow2: remove incorrect coroutine_fn annotations | Paolo Bonzini |
2022-10-07 | block: add missing coroutine_fn annotations | Paolo Bonzini |
2022-10-07 | block/nvme: separate nvme_get_free_req cases for coroutine/non-coroutine context | Paolo Bonzini |
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 |