Age | Commit message (Expand) | Author |
2021-09-29 | block/nbd: check that received handle is valid | Vladimir Sementsov-Ogievskiy |
2021-09-29 | block/nbd: drop connection_co | Vladimir Sementsov-Ogievskiy |
2021-09-29 | block/nbd: refactor nbd_recv_coroutines_wake_all() | Vladimir Sementsov-Ogievskiy |
2021-09-29 | block/nbd: move nbd_recv_coroutines_wake_all() up | Vladimir Sementsov-Ogievskiy |
2021-09-29 | block/nbd: nbd_channel_error() shutdown channel unconditionally | Vladimir Sementsov-Ogievskiy |
2021-09-29 | block/io: allow 64bit discard requests | Vladimir Sementsov-Ogievskiy |
2021-09-29 | block: use int64_t instead of int in driver discard handlers | Vladimir Sementsov-Ogievskiy |
2021-09-29 | block: make BlockLimits::max_pdiscard 64bit | Vladimir Sementsov-Ogievskiy |
2021-09-29 | block/io: allow 64bit write-zeroes requests | Vladimir Sementsov-Ogievskiy |
2021-09-29 | block: use int64_t instead of int in driver write_zeroes handlers | Vladimir Sementsov-Ogievskiy |
2021-09-29 | block: make BlockLimits::max_pwrite_zeroes 64bit | Vladimir Sementsov-Ogievskiy |
2021-09-29 | block: use int64_t instead of uint64_t in copy_range driver handlers | Vladimir Sementsov-Ogievskiy |
2021-09-29 | block: use int64_t instead of uint64_t in driver write handlers | Vladimir Sementsov-Ogievskiy |
2021-09-29 | block: use int64_t instead of uint64_t in driver read handlers | Vladimir Sementsov-Ogievskiy |
2021-09-29 | qcow2: check request on vmstate save/load path | Vladimir Sementsov-Ogievskiy |
2021-09-29 | block/io: bring request check to bdrv_co_(read,write)v_vmstate | Vladimir Sementsov-Ogievskiy |
2021-09-16 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.2-pul... | Peter Maydell |
2021-09-15 | qcow2-refcount: check_refblocks(): add separate message for reserved | Vladimir Sementsov-Ogievskiy |
2021-09-15 | qcow2-refcount: check_refcounts_l1(): check reserved bits | Vladimir Sementsov-Ogievskiy |
2021-09-15 | qcow2-refcount: improve style of check_refcounts_l1() | Vladimir Sementsov-Ogievskiy |
2021-09-15 | qcow2-refcount: check_refcounts_l2(): check reserved bits | Vladimir Sementsov-Ogievskiy |
2021-09-15 | qcow2-refcount: check_refcounts_l2(): check l2_bitmap | Vladimir Sementsov-Ogievskiy |
2021-09-15 | qcow2-refcount: fix_l2_entry_by_zero(): also zero L2 entry bitmap | Vladimir Sementsov-Ogievskiy |
2021-09-15 | qcow2-refcount: introduce fix_l2_entry_by_zero() | Vladimir Sementsov-Ogievskiy |
2021-09-15 | qcow2: introduce qcow2_parse_compressed_l2_entry() helper | Vladimir Sementsov-Ogievskiy |
2021-09-15 | qcow2: compressed read: simplify cluster descriptor passing | Vladimir Sementsov-Ogievskiy |
2021-09-15 | qcow2-refcount: improve style of check_refcounts_l2() | Vladimir Sementsov-Ogievskiy |
2021-09-15 | qcow2: handle_dependencies(): relax conflict detection | Vladimir Sementsov-Ogievskiy |
2021-09-15 | qcow2: refactor handle_dependencies() loop body | Vladimir Sementsov-Ogievskiy |
2021-09-15 | block/mirror: fix NULL pointer dereference in mirror_wait_on_conflicts() | Stefano Garzarella |
2021-09-15 | block/iscsi: Do not force-cap *pnum | Hanna Reitz |
2021-09-15 | block/gluster: Do not force-cap *pnum | Hanna Reitz |
2021-09-15 | block/file-posix: Do not force-cap *pnum | Hanna Reitz |
2021-09-15 | block: block-status cache for data regions | Hanna Reitz |
2021-09-15 | gluster: Align block-status tail | Max Reitz |
2021-09-15 | spelling: sytem => system | Michael Tokarev |
2021-09-07 | block/nvme: Only report VFIO error on failed retry | Philippe Mathieu-Daudé |
2021-09-07 | util/vfio-helpers: Pass Error handle to qemu_vfio_dma_map() | Philippe Mathieu-Daudé |
2021-09-07 | block/nvme: Have nvme_create_queue_pair() report errors consistently | Philippe Mathieu-Daudé |
2021-09-07 | block/nvme: Use safer trace format string | Philippe Mathieu-Daudé |
2021-09-01 | block/file-win32: add reopen handlers | Viktor Prutyanov |
2021-09-01 | block/export/fuse.c: fix fuse-lseek on uclibc or musl | Fabrice Fontaine |
2021-09-01 | block/block-copy: block_copy_state_new(): drop extra arguments | Vladimir Sementsov-Ogievskiy |
2021-09-01 | block/copy-before-write: make public block driver | Vladimir Sementsov-Ogievskiy |
2021-09-01 | block/block-copy: make setting progress optional | Vladimir Sementsov-Ogievskiy |
2021-09-01 | block/copy-before-write: initialize block-copy bitmap | Vladimir Sementsov-Ogievskiy |
2021-09-01 | block/copy-before-write: cbw_init(): use options | Vladimir Sementsov-Ogievskiy |
2021-09-01 | block/copy-before-write: bdrv_cbw_append(): drop unused compress arg | Vladimir Sementsov-Ogievskiy |
2021-09-01 | block/copy-before-write: cbw_init(): use file child after attaching | Vladimir Sementsov-Ogievskiy |
2021-09-01 | block/copy-before-write: cbw_init(): rename variables | Vladimir Sementsov-Ogievskiy |