summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block-backend: drop INT_MAX restriction from blk_check_byte_request()Vladimir Sementsov-Ogievskiy2021-10-151-1/+1
* block-backend: blk_pread, blk_pwrite: rename count parameter to bytesVladimir Sementsov-Ogievskiy2021-10-151-8/+8
* block-backend: convert blk_aio_ functions to int64_t bytes paramterVladimir Sementsov-Ogievskiy2021-10-151-5/+8
* block-backend: convert blk_co_copy_range to int64_t bytesVladimir Sementsov-Ogievskiy2021-10-151-1/+1
* block-backend: convert blk_foo wrappers to use int64_t bytes parameterVladimir Sementsov-Ogievskiy2021-10-151-5/+5
* block-backend: drop blk_prw, use block-coroutine-wrapperVladimir Sementsov-Ogievskiy2021-10-152-93/+88Star
* block-coroutine-wrapper.py: support BlockBackend first argumentVladimir Sementsov-Ogievskiy2021-10-151-0/+3
* block-backend: rename _do_ helper functions to _co_do_Vladimir Sementsov-Ogievskiy2021-10-151-26/+26
* block-backend: convert blk_co_pdiscard to int64_t bytesVladimir Sementsov-Ogievskiy2021-10-151-2/+3
* block-backend: convert blk_co_pwritev_part to int64_t bytesVladimir Sementsov-Ogievskiy2021-10-152-5/+5
* block-backend: make blk_co_preadv() 64bitVladimir Sementsov-Ogievskiy2021-10-152-3/+3
* block-backend: blk_check_byte_request(): int64_t bytesVladimir Sementsov-Ogievskiy2021-10-151-3/+3
* qcow2: Silence clang -m32 compiler warningHanna Reitz2021-10-151-1/+2
* configure, meson: move libaio check to meson.buildPaolo Bonzini2021-10-141-1/+1
* Merge remote-tracking branch 'remotes/vsementsov/tags/pull-jobs-2021-10-07-v2...Richard Henderson2021-10-074-29/+40
|\
| * mirror: Do not clear .cancelledHanna Reitz2021-10-071-2/+0Star
| * mirror: Stop active mirroring after force-cancelHanna Reitz2021-10-071-0/+2
| * mirror: Check job_is_cancelled() earlierHanna Reitz2021-10-071-5/+5
| * mirror: Use job_is_cancelled()Hanna Reitz2021-10-071-1/+1
| * job: Add job_cancel_requested()Hanna Reitz2021-10-071-6/+4Star
| * jobs: Give Job.force_cancel more meaningHanna Reitz2021-10-072-7/+20
| * job: @force parameter for job_cancel_sync()Hanna Reitz2021-10-071-2/+2
| * mirror: Drop s->syncedHanna Reitz2021-10-071-10/+9Star
| * mirror: Keep s->synced on errorHanna Reitz2021-10-071-1/+0Star
| * block/aio_task: assert `max_busy_tasks` is greater than 0Stefano Garzarella2021-10-051-0/+2
| * block/backup: avoid integer overflow of `max-workers`Stefano Garzarella2021-10-051-2/+2
* | block: introduce max_hw_iov for use in scsi-genericPaolo Bonzini2021-10-063-1/+8
|/
* block/nbd: check that received handle is validVladimir Sementsov-Ogievskiy2021-09-291-8/+3Star
* block/nbd: drop connection_coVladimir Sementsov-Ogievskiy2021-09-291-275/+100Star
* block/nbd: refactor nbd_recv_coroutines_wake_all()Vladimir Sementsov-Ogievskiy2021-09-291-9/+17
* block/nbd: move nbd_recv_coroutines_wake_all() upVladimir Sementsov-Ogievskiy2021-09-291-14/+14
* block/nbd: nbd_channel_error() shutdown channel unconditionallyVladimir Sementsov-Ogievskiy2021-09-291-3/+4
* block/io: allow 64bit discard requestsVladimir Sementsov-Ogievskiy2021-09-291-1/+1
* block: use int64_t instead of int in driver discard handlersVladimir Sementsov-Ogievskiy2021-09-2918-29/+53
* block: make BlockLimits::max_pdiscard 64bitVladimir Sementsov-Ogievskiy2021-09-291-1/+2
* block/io: allow 64bit write-zeroes requestsVladimir Sementsov-Ogievskiy2021-09-291-2/+7
* block: use int64_t instead of int in driver write_zeroes handlersVladimir Sementsov-Ogievskiy2021-09-2921-40/+77
* block: make BlockLimits::max_pwrite_zeroes 64bitVladimir Sementsov-Ogievskiy2021-09-291-1/+1
* block: use int64_t instead of uint64_t in copy_range driver handlersVladimir Sementsov-Ogievskiy2021-09-294-25/+25
* block: use int64_t instead of uint64_t in driver write handlersVladimir Sementsov-Ogievskiy2021-09-2928-74/+84
* block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy2021-09-2932-73/+91
* qcow2: check request on vmstate save/load pathVladimir Sementsov-Ogievskiy2021-09-292-9/+40
* block/io: bring request check to bdrv_co_(read,write)v_vmstateVladimir Sementsov-Ogievskiy2021-09-291-2/+16
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.2-pul...Peter Maydell2021-09-161-1/+1
|\
| * spelling: sytem => systemMichael Tokarev2021-09-151-1/+1
* | qcow2-refcount: check_refblocks(): add separate message for reservedVladimir Sementsov-Ogievskiy2021-09-152-1/+10
* | qcow2-refcount: check_refcounts_l1(): check reserved bitsVladimir Sementsov-Ogievskiy2021-09-152-0/+7
* | qcow2-refcount: improve style of check_refcounts_l1()Vladimir Sementsov-Ogievskiy2021-09-151-48/+50
* | qcow2-refcount: check_refcounts_l2(): check reserved bitsVladimir Sementsov-Ogievskiy2021-09-152-1/+14
* | qcow2-refcount: check_refcounts_l2(): check l2_bitmapVladimir Sementsov-Ogievskiy2021-09-151-2/+26