Age | Commit message (Expand) | Author |
2020-03-06 | block/rbd: Add support for ceph namespaces | Florian Florensa |
2020-03-06 | qemu-storage-daemon: Add --blockdev option | Kevin Wolf |
2020-03-06 | block: Move system emulator QMP commands to block/qapi-sysemu.c | Kevin Wolf |
2020-03-06 | block/qcow2: Move bitmap reopen into bdrv_reopen_commit_post | Peter Krempa |
2020-03-06 | qcow2: Fix alloc_cluster_abort() for pre-existing clusters | Max Reitz |
2020-03-03 | block/replication.c: Ignore requests after failover | Lukas Straub |
2020-02-26 | block/nbd: fix memory leak in nbd_open() | Pan Nengyuan |
2020-02-26 | block/nbd: extract the common cleanup code | Pan Nengyuan |
2020-02-26 | nbd-client: Support leading / in NBD URI | Eric Blake |
2020-02-20 | block: Fix VM size field width in snapshot dump | Max Reitz |
2020-02-20 | iscsi: Drop iscsi_co_create_opts() | Max Reitz |
2020-02-20 | file-posix: Drop hdev_co_create_opts() | Max Reitz |
2020-02-20 | block/nbd: Fix hang in .bdrv_close() | Max Reitz |
2020-02-20 | block/backup-top: fix flags handling | Vladimir Sementsov-Ogievskiy |
2020-02-20 | block: always fill entire LUKS header space with zeros | Daniel P. Berrangé |
2020-02-20 | qapi: Allow getting flat output from 'query-named-block-nodes' | Peter Krempa |
2020-02-18 | quorum: Stop marking it as a filter | Max Reitz |
2020-02-18 | mirror: Double-check immediately before replacing | Max Reitz |
2020-02-18 | block: Remove bdrv_recurse_is_first_non_filter() | Max Reitz |
2020-02-18 | quorum: Implement .bdrv_recurse_can_replace() | Max Reitz |
2020-02-18 | blkverify: Implement .bdrv_recurse_can_replace() | Max Reitz |
2020-02-18 | quorum: Fix child permissions | Max Reitz |
2020-02-18 | block/io_uring: Remove superfluous semicolon | Philippe Mathieu-Daudé |
2020-02-18 | commit: Fix is_read for block_job_error_action() | Kevin Wolf |
2020-02-18 | commit: Inline commit_populate() | Kevin Wolf |
2020-02-18 | commit: Fix argument order for block_job_error_action() | Kevin Wolf |
2020-02-18 | commit: Remove unused bytes_written | Kevin Wolf |
2020-02-18 | block/qcow2-bitmap: Remove unneeded variable assignment | Philippe Mathieu-Daudé |
2020-02-18 | qcow2: Fix qcow2_alloc_cluster_abort() for external data file | Kevin Wolf |
2020-02-18 | qcow2: update_refcount(): Reset old_table_index after qcow2_cache_put() | Kevin Wolf |
2020-02-18 | block/vvfat: Do not unref qcow on closing backing bdrv | Hikaru Nishida |
2020-02-18 | qcow2: Fix alignment checks in encrypted images | Alberto Garcia |
2020-02-18 | mirror: Don't let an operation wait for itself | Kevin Wolf |
2020-02-18 | mirror: Store MirrorOp.co for debuggability | Kevin Wolf |
2020-02-07 | block: fix crash on zero-length unaligned write and read | Vladimir Sementsov-Ogievskiy |
2020-02-06 | block/backup-top: fix failure path | Vladimir Sementsov-Ogievskiy |
2020-02-06 | qcow2: Use BDRV_SECTOR_SIZE instead of the hardcoded value | Alberto Garcia |
2020-02-06 | qcow2: Don't require aligned offsets in qcow2_co_copy_range_from() | Alberto Garcia |
2020-02-06 | qcow2: Use bs->bl.request_alignment when updating an L1 entry | Alberto Garcia |
2020-02-06 | qcow2: Tighten cluster_offset alignment assertions | Alberto Garcia |
2020-02-06 | qcow2: Don't round the L1 table allocation up to the sector size | Alberto Garcia |
2020-02-06 | qcow2: Use a GString in report_unsupported_feature() | Alberto Garcia |
2020-02-06 | qcow2: Assert that host cluster offsets fit in L2 table entries | Alberto Garcia |
2020-01-30 | block/io_uring: adds userspace completion polling | Aarushi Mehta |
2020-01-30 | block: add trace events for io_uring | Aarushi Mehta |
2020-01-30 | block/file-posix.c: extend to use io_uring | Aarushi Mehta |
2020-01-30 | block/io_uring: implements interfaces for io_uring | Aarushi Mehta |
2020-01-30 | block/io: take bs->reqs_lock in bdrv_mark_request_serialising | Paolo Bonzini |
2020-01-30 | block/io: wait for serialising requests when a request becomes serialising | Paolo Bonzini |
2020-01-30 | block: eliminate BDRV_REQ_NO_SERIALISING | Paolo Bonzini |