aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2021-10-15block-backend: drop INT_MAX restriction from blk_check_byte_request()Vladimir Sementsov-Ogievskiy1-1/+1
2021-10-15block-backend: blk_pread, blk_pwrite: rename count parameter to bytesVladimir Sementsov-Ogievskiy1-8/+8
2021-10-15block-backend: convert blk_aio_ functions to int64_t bytes paramterVladimir Sementsov-Ogievskiy1-5/+8
2021-10-15block-backend: convert blk_co_copy_range to int64_t bytesVladimir Sementsov-Ogievskiy1-1/+1
2021-10-15block-backend: convert blk_foo wrappers to use int64_t bytes parameterVladimir Sementsov-Ogievskiy1-5/+5
2021-10-15block-backend: drop blk_prw, use block-coroutine-wrapperVladimir Sementsov-Ogievskiy2-93/+88
2021-10-15block-coroutine-wrapper.py: support BlockBackend first argumentVladimir Sementsov-Ogievskiy1-0/+3
2021-10-15block-backend: rename _do_ helper functions to _co_do_Vladimir Sementsov-Ogievskiy1-26/+26
2021-10-15block-backend: convert blk_co_pdiscard to int64_t bytesVladimir Sementsov-Ogievskiy1-2/+3
2021-10-15block-backend: convert blk_co_pwritev_part to int64_t bytesVladimir Sementsov-Ogievskiy2-5/+5
2021-10-15block-backend: make blk_co_preadv() 64bitVladimir Sementsov-Ogievskiy2-3/+3
2021-10-15block-backend: blk_check_byte_request(): int64_t bytesVladimir Sementsov-Ogievskiy1-3/+3
2021-10-15qcow2: Silence clang -m32 compiler warningHanna Reitz1-1/+2
2021-10-14configure, meson: move libaio check to meson.buildPaolo Bonzini1-1/+1
2021-10-07Merge remote-tracking branch 'remotes/vsementsov/tags/pull-jobs-2021-10-07-v2...Richard Henderson4-29/+40
2021-10-07mirror: Do not clear .cancelledHanna Reitz1-2/+0
2021-10-07mirror: Stop active mirroring after force-cancelHanna Reitz1-0/+2
2021-10-07mirror: Check job_is_cancelled() earlierHanna Reitz1-5/+5
2021-10-07mirror: Use job_is_cancelled()Hanna Reitz1-1/+1
2021-10-07job: Add job_cancel_requested()Hanna Reitz1-6/+4
2021-10-07jobs: Give Job.force_cancel more meaningHanna Reitz2-7/+20
2021-10-07job: @force parameter for job_cancel_sync()Hanna Reitz1-2/+2
2021-10-07mirror: Drop s->syncedHanna Reitz1-10/+9
2021-10-07mirror: Keep s->synced on errorHanna Reitz1-1/+0
2021-10-06block: introduce max_hw_iov for use in scsi-genericPaolo Bonzini3-1/+8
2021-10-05block/aio_task: assert `max_busy_tasks` is greater than 0Stefano Garzarella1-0/+2
2021-10-05block/backup: avoid integer overflow of `max-workers`Stefano Garzarella1-2/+2
2021-09-29block/nbd: check that received handle is validVladimir Sementsov-Ogievskiy1-8/+3
2021-09-29block/nbd: drop connection_coVladimir Sementsov-Ogievskiy1-275/+100
2021-09-29block/nbd: refactor nbd_recv_coroutines_wake_all()Vladimir Sementsov-Ogievskiy1-9/+17
2021-09-29block/nbd: move nbd_recv_coroutines_wake_all() upVladimir Sementsov-Ogievskiy1-14/+14
2021-09-29block/nbd: nbd_channel_error() shutdown channel unconditionallyVladimir Sementsov-Ogievskiy1-3/+4
2021-09-29block/io: allow 64bit discard requestsVladimir Sementsov-Ogievskiy1-1/+1
2021-09-29block: use int64_t instead of int in driver discard handlersVladimir Sementsov-Ogievskiy18-29/+53
2021-09-29block: make BlockLimits::max_pdiscard 64bitVladimir Sementsov-Ogievskiy1-1/+2
2021-09-29block/io: allow 64bit write-zeroes requestsVladimir Sementsov-Ogievskiy1-2/+7
2021-09-29block: use int64_t instead of int in driver write_zeroes handlersVladimir Sementsov-Ogievskiy21-40/+77
2021-09-29block: make BlockLimits::max_pwrite_zeroes 64bitVladimir Sementsov-Ogievskiy1-1/+1
2021-09-29block: use int64_t instead of uint64_t in copy_range driver handlersVladimir Sementsov-Ogievskiy4-25/+25
2021-09-29block: use int64_t instead of uint64_t in driver write handlersVladimir Sementsov-Ogievskiy28-74/+84
2021-09-29block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy32-73/+91
2021-09-29qcow2: check request on vmstate save/load pathVladimir Sementsov-Ogievskiy2-9/+40
2021-09-29block/io: bring request check to bdrv_co_(read,write)v_vmstateVladimir Sementsov-Ogievskiy1-2/+16
2021-09-16Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.2-pul...Peter Maydell1-1/+1
2021-09-15qcow2-refcount: check_refblocks(): add separate message for reservedVladimir Sementsov-Ogievskiy2-1/+10
2021-09-15qcow2-refcount: check_refcounts_l1(): check reserved bitsVladimir Sementsov-Ogievskiy2-0/+7
2021-09-15qcow2-refcount: improve style of check_refcounts_l1()Vladimir Sementsov-Ogievskiy1-48/+50
2021-09-15qcow2-refcount: check_refcounts_l2(): check reserved bitsVladimir Sementsov-Ogievskiy2-1/+14
2021-09-15qcow2-refcount: check_refcounts_l2(): check l2_bitmapVladimir Sementsov-Ogievskiy1-2/+26
2021-09-15qcow2-refcount: fix_l2_entry_by_zero(): also zero L2 entry bitmapVladimir Sementsov-Ogievskiy1-3/+15