aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2018-11-19file-posix: Fix shared locks on reopen commitMax Reitz
2018-11-19qcow2: Don't allow overflow during cluster allocationEric Blake
2018-11-19vvfat: Fix memory leakKevin Wolf
2018-11-12qcow2: Read outside array bounds in qcow2_pre_write_overlap_check()Liam Merwick
2018-11-12block: Fix potential Null pointer dereferences in vvfat.cLiam Merwick
2018-11-12block: Null pointer dereference in blk_root_get_parent_desc()Liam Merwick
2018-11-12block: Make more block drivers compile-time configurableJeff Cody
2018-11-12file-posix: Drop s->lock_fdFam Zheng
2018-11-12file-posix: Skip effectiveless OFD lock operationsFam Zheng
2018-11-12file-posix: Use error API properlyFam Zheng
2018-11-05vdi: Use a literal number of bytes for DEFAULT_CLUSTER_SIZELeonid Bloch
2018-11-05iscsi: Support auto-read-only optionKevin Wolf
2018-11-05gluster: Support auto-read-only optionKevin Wolf
2018-11-05curl: Support auto-read-only optionKevin Wolf
2018-11-05file-posix: Support auto-read-only optionKevin Wolf
2018-11-05nbd: Support auto-read-only optionKevin Wolf
2018-11-05block: Require auto-read-only for existing fallbacksKevin Wolf
2018-11-05rbd: Close image in qemu_rbd_open() error pathKevin Wolf
2018-11-05block: Add auto-read-only optionKevin Wolf
2018-11-05quorum: Forbid adding children in blkverify modeAlberto Garcia
2018-11-05quorum: Return an error if the blkverify mode has invalid settingsAlberto Garcia
2018-11-05quorum: Remove quorum_err()Alberto Garcia
2018-11-05block/vdi: Don't take address of fields in packed structsPeter Maydell
2018-11-05block/vhdx: Don't take address of fields in packed structsPeter Maydell
2018-11-05vpc: Don't leak opts in vpc_open()Kevin Wolf
2018-11-05block: change some function return type to boolLi Qiang
2018-11-05qcow2: Get the request alignment for encrypted images from QCryptoBlockAlberto Garcia
2018-11-05block/qcow2-bitmap: Don't take address of fields in packed structsPeter Maydell
2018-11-05block/qcow: Don't take address of fields in packed structsPeter Maydell
2018-11-05block/qcow2: Don't take address of fields in packed structsPeter Maydell
2018-11-05block/vvfat: Fix crash when reporting error about too many files in directoryThomas Huth
2018-10-29dirty-bitmaps: clean-up bitmaps loading and migration logicVladimir Sementsov-Ogievskiy
2018-10-29block/dirty-bitmaps: allow clear on disabled bitmapsJohn Snow
2018-10-29block/dirty-bitmaps: fix merge permissionsJohn Snow
2018-10-29block/dirty-bitmaps: add user_locked status checkerJohn Snow
2018-10-29bloc/qcow2: drop dirty_bitmaps_loaded state variableVladimir Sementsov-Ogievskiy
2018-10-29block/qcow2: improve error message in qcow2_inactivateVladimir Sementsov-Ogievskiy
2018-10-29dirty-bitmap: make it possible to restore bitmap after mergeVladimir Sementsov-Ogievskiy
2018-10-29dirty-bitmap: rename bdrv_undo_clear_dirty_bitmapVladimir Sementsov-Ogievskiy
2018-10-29dirty-bitmap: switch assert-fails to errors in bdrv_merge_dirty_bitmapVladimir Sementsov-Ogievskiy
2018-10-19vpc: Fail open on bad header checksumMarkus Armbruster
2018-10-19block: Use warn_report() & friends to report warningsMarkus Armbruster
2018-10-19error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster
2018-10-12nvme: correct locking around completionPaolo Bonzini
2018-10-01block-backend: Set werror/rerror defaults in blk_new()Kevin Wolf
2018-10-01qcow2: Explicit number replaced by a constantLeonid Bloch
2018-10-01qcow2: Set the default cache-clean-interval to 10 minutesLeonid Bloch
2018-10-01qcow2: Resize the cache upon image resizingLeonid Bloch
2018-10-01qcow2: Increase the default upper limit on the L2 cache sizeLeonid Bloch
2018-10-01qcow2: Assign the L2 cache relatively to the image sizeLeonid Bloch