summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2018-11-19file-posix: Fix shared locks on reopen commitMax Reitz1-1/+1
2018-11-19qcow2: Don't allow overflow during cluster allocationEric Blake2-7/+19
2018-11-19vvfat: Fix memory leakKevin Wolf1-3/+3
2018-11-12qcow2: Read outside array bounds in qcow2_pre_write_overlap_check()Liam Merwick1-8/+10
2018-11-12block: Fix potential Null pointer dereferences in vvfat.cLiam Merwick1-16/+30
2018-11-12block: Null pointer dereference in blk_root_get_parent_desc()Liam Merwick1-1/+2
2018-11-12block: Make more block drivers compile-time configurableJeff Cody1-6/+16
2018-11-12file-posix: Drop s->lock_fdFam Zheng1-24/+13
2018-11-12file-posix: Skip effectiveless OFD lock operationsFam Zheng1-10/+44
2018-11-12file-posix: Use error API properlyFam Zheng1-23/+16
2018-11-05vdi: Use a literal number of bytes for DEFAULT_CLUSTER_SIZELeonid Bloch1-2/+2
2018-11-05iscsi: Support auto-read-only optionKevin Wolf1-3/+5
2018-11-05gluster: Support auto-read-only optionKevin Wolf1-2/+10
2018-11-05curl: Support auto-read-only optionKevin Wolf1-4/+4
2018-11-05file-posix: Support auto-read-only optionKevin Wolf1-3/+16
2018-11-05nbd: Support auto-read-only optionKevin Wolf1-5/+5
2018-11-05block: Require auto-read-only for existing fallbacksKevin Wolf5-52/+22
2018-11-05rbd: Close image in qemu_rbd_open() error pathKevin Wolf1-0/+1
2018-11-05block: Add auto-read-only optionKevin Wolf1-0/+1
2018-11-05quorum: Forbid adding children in blkverify modeAlberto Garcia1-0/+8
2018-11-05quorum: Return an error if the blkverify mode has invalid settingsAlberto Garcia1-7/+6
2018-11-05quorum: Remove quorum_err()Alberto Garcia1-19/+5
2018-11-05block/vdi: Don't take address of fields in packed structsPeter Maydell1-32/+32
2018-11-05block/vhdx: Don't take address of fields in packed structsPeter Maydell4-76/+76
2018-11-05vpc: Don't leak opts in vpc_open()Kevin Wolf1-0/+2
2018-11-05block: change some function return type to boolLi Qiang1-4/+4
2018-11-05qcow2: Get the request alignment for encrypted images from QCryptoBlockAlberto Garcia1-1/+1
2018-11-05block/qcow2-bitmap: Don't take address of fields in packed structsPeter Maydell1-12/+12
2018-11-05block/qcow: Don't take address of fields in packed structsPeter Maydell1-9/+9
2018-11-05block/qcow2: Don't take address of fields in packed structsPeter Maydell1-30/+34
2018-11-05block/vvfat: Fix crash when reporting error about too many files in directoryThomas Huth1-2/+2
2018-10-29dirty-bitmaps: clean-up bitmaps loading and migration logicVladimir Sementsov-Ogievskiy3-24/+93
2018-10-29block/dirty-bitmaps: allow clear on disabled bitmapsJohn Snow1-1/+0
2018-10-29block/dirty-bitmaps: fix merge permissionsJohn Snow1-3/+3
2018-10-29block/dirty-bitmaps: add user_locked status checkerJohn Snow1-0/+6
2018-10-29bloc/qcow2: drop dirty_bitmaps_loaded state variableVladimir Sementsov-Ogievskiy2-18/+2
2018-10-29block/qcow2: improve error message in qcow2_inactivateVladimir Sementsov-Ogievskiy1-3/+3
2018-10-29dirty-bitmap: make it possible to restore bitmap after mergeVladimir Sementsov-Ogievskiy1-3/+14
2018-10-29dirty-bitmap: rename bdrv_undo_clear_dirty_bitmapVladimir Sementsov-Ogievskiy1-2/+2
2018-10-29dirty-bitmap: switch assert-fails to errors in bdrv_merge_dirty_bitmapVladimir Sementsov-Ogievskiy1-2/+13
2018-10-19vpc: Fail open on bad header checksumMarkus Armbruster1-3/+5
2018-10-19block: Use warn_report() & friends to report warningsMarkus Armbruster3-4/+4
2018-10-19error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster2-4/+4
2018-10-12nvme: correct locking around completionPaolo Bonzini1-2/+0
2018-10-01block-backend: Set werror/rerror defaults in blk_new()Kevin Wolf1-0/+3
2018-10-01qcow2: Explicit number replaced by a constantLeonid Bloch1-2/+2
2018-10-01qcow2: Set the default cache-clean-interval to 10 minutesLeonid Bloch2-2/+4
2018-10-01qcow2: Resize the cache upon image resizingLeonid Bloch1-0/+11
2018-10-01qcow2: Increase the default upper limit on the L2 cache sizeLeonid Bloch1-1/+5
2018-10-01qcow2: Assign the L2 cache relatively to the image sizeLeonid Bloch2-15/+10