Age | Commit message (Expand) | Author | Files | Lines |
2021-10-07 | Merge remote-tracking branch 'remotes/vsementsov/tags/pull-jobs-2021-10-07-v2... | Richard Henderson | 4 | -29/+40 |
2021-10-07 | mirror: Do not clear .cancelled | Hanna Reitz | 1 | -2/+0 |
2021-10-07 | mirror: Stop active mirroring after force-cancel | Hanna Reitz | 1 | -0/+2 |
2021-10-07 | mirror: Check job_is_cancelled() earlier | Hanna Reitz | 1 | -5/+5 |
2021-10-07 | mirror: Use job_is_cancelled() | Hanna Reitz | 1 | -1/+1 |
2021-10-07 | job: Add job_cancel_requested() | Hanna Reitz | 1 | -6/+4 |
2021-10-07 | jobs: Give Job.force_cancel more meaning | Hanna Reitz | 2 | -7/+20 |
2021-10-07 | job: @force parameter for job_cancel_sync() | Hanna Reitz | 1 | -2/+2 |
2021-10-07 | mirror: Drop s->synced | Hanna Reitz | 1 | -10/+9 |
2021-10-07 | mirror: Keep s->synced on error | Hanna Reitz | 1 | -1/+0 |
2021-10-06 | block: introduce max_hw_iov for use in scsi-generic | Paolo Bonzini | 3 | -1/+8 |
2021-10-05 | block/aio_task: assert `max_busy_tasks` is greater than 0 | Stefano Garzarella | 1 | -0/+2 |
2021-10-05 | block/backup: avoid integer overflow of `max-workers` | Stefano Garzarella | 1 | -2/+2 |
2021-09-29 | block/nbd: check that received handle is valid | Vladimir Sementsov-Ogievskiy | 1 | -8/+3 |
2021-09-29 | block/nbd: drop connection_co | Vladimir Sementsov-Ogievskiy | 1 | -275/+100 |
2021-09-29 | block/nbd: refactor nbd_recv_coroutines_wake_all() | Vladimir Sementsov-Ogievskiy | 1 | -9/+17 |
2021-09-29 | block/nbd: move nbd_recv_coroutines_wake_all() up | Vladimir Sementsov-Ogievskiy | 1 | -14/+14 |
2021-09-29 | block/nbd: nbd_channel_error() shutdown channel unconditionally | Vladimir Sementsov-Ogievskiy | 1 | -3/+4 |
2021-09-29 | block/io: allow 64bit discard requests | Vladimir Sementsov-Ogievskiy | 1 | -1/+1 |
2021-09-29 | block: use int64_t instead of int in driver discard handlers | Vladimir Sementsov-Ogievskiy | 18 | -29/+53 |
2021-09-29 | block: make BlockLimits::max_pdiscard 64bit | Vladimir Sementsov-Ogievskiy | 1 | -1/+2 |
2021-09-29 | block/io: allow 64bit write-zeroes requests | Vladimir Sementsov-Ogievskiy | 1 | -2/+7 |
2021-09-29 | block: use int64_t instead of int in driver write_zeroes handlers | Vladimir Sementsov-Ogievskiy | 21 | -40/+77 |
2021-09-29 | block: make BlockLimits::max_pwrite_zeroes 64bit | Vladimir Sementsov-Ogievskiy | 1 | -1/+1 |
2021-09-29 | block: use int64_t instead of uint64_t in copy_range driver handlers | Vladimir Sementsov-Ogievskiy | 4 | -25/+25 |
2021-09-29 | block: use int64_t instead of uint64_t in driver write handlers | Vladimir Sementsov-Ogievskiy | 28 | -74/+84 |
2021-09-29 | block: use int64_t instead of uint64_t in driver read handlers | Vladimir Sementsov-Ogievskiy | 32 | -73/+91 |
2021-09-29 | qcow2: check request on vmstate save/load path | Vladimir Sementsov-Ogievskiy | 2 | -9/+40 |
2021-09-29 | block/io: bring request check to bdrv_co_(read,write)v_vmstate | Vladimir Sementsov-Ogievskiy | 1 | -2/+16 |
2021-09-16 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.2-pul... | Peter Maydell | 1 | -1/+1 |
2021-09-15 | qcow2-refcount: check_refblocks(): add separate message for reserved | Vladimir Sementsov-Ogievskiy | 2 | -1/+10 |
2021-09-15 | qcow2-refcount: check_refcounts_l1(): check reserved bits | Vladimir Sementsov-Ogievskiy | 2 | -0/+7 |
2021-09-15 | qcow2-refcount: improve style of check_refcounts_l1() | Vladimir Sementsov-Ogievskiy | 1 | -48/+50 |
2021-09-15 | qcow2-refcount: check_refcounts_l2(): check reserved bits | Vladimir Sementsov-Ogievskiy | 2 | -1/+14 |
2021-09-15 | qcow2-refcount: check_refcounts_l2(): check l2_bitmap | Vladimir Sementsov-Ogievskiy | 1 | -2/+26 |
2021-09-15 | qcow2-refcount: fix_l2_entry_by_zero(): also zero L2 entry bitmap | Vladimir Sementsov-Ogievskiy | 1 | -3/+15 |
2021-09-15 | qcow2-refcount: introduce fix_l2_entry_by_zero() | Vladimir Sementsov-Ogievskiy | 1 | -27/+60 |
2021-09-15 | qcow2: introduce qcow2_parse_compressed_l2_entry() helper | Vladimir Sementsov-Ogievskiy | 4 | -27/+36 |
2021-09-15 | qcow2: compressed read: simplify cluster descriptor passing | Vladimir Sementsov-Ogievskiy | 3 | -9/+9 |
2021-09-15 | qcow2-refcount: improve style of check_refcounts_l2() | Vladimir Sementsov-Ogievskiy | 1 | -23/+24 |
2021-09-15 | qcow2: handle_dependencies(): relax conflict detection | Vladimir Sementsov-Ogievskiy | 1 | -0/+11 |
2021-09-15 | qcow2: refactor handle_dependencies() loop body | Vladimir Sementsov-Ogievskiy | 1 | -21/+28 |
2021-09-15 | block/mirror: fix NULL pointer dereference in mirror_wait_on_conflicts() | Stefano Garzarella | 1 | -9/+16 |
2021-09-15 | block/iscsi: Do not force-cap *pnum | Hanna Reitz | 1 | -3/+0 |
2021-09-15 | block/gluster: Do not force-cap *pnum | Hanna Reitz | 1 | -3/+4 |
2021-09-15 | block/file-posix: Do not force-cap *pnum | Hanna Reitz | 1 | -3/+4 |
2021-09-15 | block: block-status cache for data regions | Hanna Reitz | 1 | -3/+65 |
2021-09-15 | gluster: Align block-status tail | Max Reitz | 1 | -0/+16 |
2021-09-15 | spelling: sytem => system | Michael Tokarev | 1 | -1/+1 |
2021-09-07 | block/nvme: Only report VFIO error on failed retry | Philippe Mathieu-Daudé | 1 | -1/+7 |