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