Age | Commit message (Expand) | Author |
2018-11-05 | vdi: Use a literal number of bytes for DEFAULT_CLUSTER_SIZE | Leonid Bloch |
2018-11-05 | iscsi: Support auto-read-only option | Kevin Wolf |
2018-11-05 | gluster: Support auto-read-only option | Kevin Wolf |
2018-11-05 | curl: Support auto-read-only option | Kevin Wolf |
2018-11-05 | file-posix: Support auto-read-only option | Kevin Wolf |
2018-11-05 | nbd: Support auto-read-only option | Kevin Wolf |
2018-11-05 | block: Require auto-read-only for existing fallbacks | Kevin Wolf |
2018-11-05 | rbd: Close image in qemu_rbd_open() error path | Kevin Wolf |
2018-11-05 | block: Add auto-read-only option | Kevin Wolf |
2018-11-05 | quorum: Forbid adding children in blkverify mode | Alberto Garcia |
2018-11-05 | quorum: Return an error if the blkverify mode has invalid settings | Alberto Garcia |
2018-11-05 | quorum: Remove quorum_err() | Alberto Garcia |
2018-11-05 | block/vdi: Don't take address of fields in packed structs | Peter Maydell |
2018-11-05 | block/vhdx: Don't take address of fields in packed structs | Peter Maydell |
2018-11-05 | vpc: Don't leak opts in vpc_open() | Kevin Wolf |
2018-11-05 | block: change some function return type to bool | Li Qiang |
2018-11-05 | qcow2: Get the request alignment for encrypted images from QCryptoBlock | Alberto Garcia |
2018-11-05 | block/qcow2-bitmap: Don't take address of fields in packed structs | Peter Maydell |
2018-11-05 | block/qcow: Don't take address of fields in packed structs | Peter Maydell |
2018-11-05 | block/qcow2: Don't take address of fields in packed structs | Peter Maydell |
2018-11-05 | block/vvfat: Fix crash when reporting error about too many files in directory | Thomas Huth |
2018-10-29 | dirty-bitmaps: clean-up bitmaps loading and migration logic | Vladimir Sementsov-Ogievskiy |
2018-10-29 | block/dirty-bitmaps: allow clear on disabled bitmaps | John Snow |
2018-10-29 | block/dirty-bitmaps: fix merge permissions | John Snow |
2018-10-29 | block/dirty-bitmaps: add user_locked status checker | John Snow |
2018-10-29 | bloc/qcow2: drop dirty_bitmaps_loaded state variable | Vladimir Sementsov-Ogievskiy |
2018-10-29 | block/qcow2: improve error message in qcow2_inactivate | Vladimir Sementsov-Ogievskiy |
2018-10-29 | dirty-bitmap: make it possible to restore bitmap after merge | Vladimir Sementsov-Ogievskiy |
2018-10-29 | dirty-bitmap: rename bdrv_undo_clear_dirty_bitmap | Vladimir Sementsov-Ogievskiy |
2018-10-29 | dirty-bitmap: switch assert-fails to errors in bdrv_merge_dirty_bitmap | Vladimir Sementsov-Ogievskiy |
2018-10-19 | vpc: Fail open on bad header checksum | Markus Armbruster |
2018-10-19 | block: Use warn_report() & friends to report warnings | Markus Armbruster |
2018-10-19 | error: Fix use of error_prepend() with &error_fatal, &error_abort | Markus Armbruster |
2018-10-12 | nvme: correct locking around completion | Paolo Bonzini |
2018-10-01 | block-backend: Set werror/rerror defaults in blk_new() | Kevin Wolf |
2018-10-01 | qcow2: Explicit number replaced by a constant | Leonid Bloch |
2018-10-01 | qcow2: Set the default cache-clean-interval to 10 minutes | Leonid Bloch |
2018-10-01 | qcow2: Resize the cache upon image resizing | Leonid Bloch |
2018-10-01 | qcow2: Increase the default upper limit on the L2 cache size | Leonid Bloch |
2018-10-01 | qcow2: Assign the L2 cache relatively to the image size | Leonid Bloch |
2018-10-01 | qcow2: Avoid duplication in setting the refcount cache size | Leonid Bloch |
2018-10-01 | qcow2: Make sizes more humanly readable | Leonid Bloch |
2018-10-01 | file-posix: Forbid trying to change unsupported options during reopen | Alberto Garcia |
2018-10-01 | file-posix: x-check-cache-dropped should default to false on reopen | Alberto Garcia |
2018-10-01 | file-posix: Include filename in locking error message | Fam Zheng |
2018-09-28 | Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st... | Peter Maydell |
2018-09-26 | vmdk: align end of file to a sector boundary | yuchenlin |
2018-09-25 | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-09-2... | Peter Maydell |
2018-09-25 | trivial: Make bios files and source files non-executable | Thomas Huth |
2018-09-25 | block: Use a single global AioWait | Kevin Wolf |