summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* vdi: Use a literal number of bytes for DEFAULT_CLUSTER_SIZELeonid Bloch2018-11-051-2/+2
* iscsi: Support auto-read-only optionKevin Wolf2018-11-051-3/+5
* gluster: Support auto-read-only optionKevin Wolf2018-11-051-2/+10
* curl: Support auto-read-only optionKevin Wolf2018-11-051-4/+4
* file-posix: Support auto-read-only optionKevin Wolf2018-11-051-3/+16
* nbd: Support auto-read-only optionKevin Wolf2018-11-051-5/+5
* block: Require auto-read-only for existing fallbacksKevin Wolf2018-11-055-52/+22Star
* rbd: Close image in qemu_rbd_open() error pathKevin Wolf2018-11-051-0/+1
* block: Add auto-read-only optionKevin Wolf2018-11-051-0/+1
* quorum: Forbid adding children in blkverify modeAlberto Garcia2018-11-051-0/+8
* quorum: Return an error if the blkverify mode has invalid settingsAlberto Garcia2018-11-051-7/+6Star
* quorum: Remove quorum_err()Alberto Garcia2018-11-051-19/+5Star
* block/vdi: Don't take address of fields in packed structsPeter Maydell2018-11-051-32/+32
* block/vhdx: Don't take address of fields in packed structsPeter Maydell2018-11-054-76/+76
* vpc: Don't leak opts in vpc_open()Kevin Wolf2018-11-051-0/+2
* block: change some function return type to boolLi Qiang2018-11-051-4/+4
* qcow2: Get the request alignment for encrypted images from QCryptoBlockAlberto Garcia2018-11-051-1/+1
* block/qcow2-bitmap: Don't take address of fields in packed structsPeter Maydell2018-11-051-12/+12
* block/qcow: Don't take address of fields in packed structsPeter Maydell2018-11-051-9/+9
* block/qcow2: Don't take address of fields in packed structsPeter Maydell2018-11-051-30/+34
* block/vvfat: Fix crash when reporting error about too many files in directoryThomas Huth2018-11-051-2/+2
* dirty-bitmaps: clean-up bitmaps loading and migration logicVladimir Sementsov-Ogievskiy2018-10-293-24/+93
* block/dirty-bitmaps: allow clear on disabled bitmapsJohn Snow2018-10-291-1/+0Star
* block/dirty-bitmaps: fix merge permissionsJohn Snow2018-10-291-3/+3
* block/dirty-bitmaps: add user_locked status checkerJohn Snow2018-10-291-0/+6
* bloc/qcow2: drop dirty_bitmaps_loaded state variableVladimir Sementsov-Ogievskiy2018-10-292-18/+2Star
* block/qcow2: improve error message in qcow2_inactivateVladimir Sementsov-Ogievskiy2018-10-291-3/+3
* dirty-bitmap: make it possible to restore bitmap after mergeVladimir Sementsov-Ogievskiy2018-10-291-3/+14
* dirty-bitmap: rename bdrv_undo_clear_dirty_bitmapVladimir Sementsov-Ogievskiy2018-10-291-2/+2
* dirty-bitmap: switch assert-fails to errors in bdrv_merge_dirty_bitmapVladimir Sementsov-Ogievskiy2018-10-291-2/+13
* vpc: Fail open on bad header checksumMarkus Armbruster2018-10-191-3/+5
* block: Use warn_report() & friends to report warningsMarkus Armbruster2018-10-193-4/+4
* error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster2018-10-192-4/+4
* nvme: correct locking around completionPaolo Bonzini2018-10-121-2/+0Star
* block-backend: Set werror/rerror defaults in blk_new()Kevin Wolf2018-10-011-0/+3
* qcow2: Explicit number replaced by a constantLeonid Bloch2018-10-011-2/+2
* qcow2: Set the default cache-clean-interval to 10 minutesLeonid Bloch2018-10-012-2/+4
* qcow2: Resize the cache upon image resizingLeonid Bloch2018-10-011-0/+11
* qcow2: Increase the default upper limit on the L2 cache sizeLeonid Bloch2018-10-011-1/+5
* qcow2: Assign the L2 cache relatively to the image sizeLeonid Bloch2018-10-012-15/+10Star
* qcow2: Avoid duplication in setting the refcount cache sizeLeonid Bloch2018-10-011-3/+2Star
* qcow2: Make sizes more humanly readableLeonid Bloch2018-10-012-5/+6
* file-posix: Forbid trying to change unsupported options during reopenAlberto Garcia2018-10-011-2/+7
* file-posix: x-check-cache-dropped should default to false on reopenAlberto Garcia2018-10-011-1/+1
* file-posix: Include filename in locking error messageFam Zheng2018-10-011-4/+6
* Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st...Peter Maydell2018-09-281-0/+21
|\
| * vmdk: align end of file to a sector boundaryyuchenlin2018-09-261-0/+21
* | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-09-2...Peter Maydell2018-09-251-0/+0
|\ \ | |/ |/|
| * trivial: Make bios files and source files non-executableThomas Huth2018-09-251-0/+0
* | block: Use a single global AioWaitKevin Wolf2018-09-252-12/+6Star