summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2018-12-14file-posix: Reorganise RawPosixAIODataKevin Wolf
2018-12-14qcow2: do decompression in threadsVladimir Sementsov-Ogievskiy
2018-12-14qcow2: aio support for compressed cluster readVladimir Sementsov-Ogievskiy
2018-12-14qcow2: use byte-based read in qcow2_decompress_clusterVladimir Sementsov-Ogievskiy
2018-12-14qcow2: refactor decompress_bufferVladimir Sementsov-Ogievskiy
2018-12-14qcow2: move decompression from qcow2-cluster.c to qcow2.cVladimir Sementsov-Ogievskiy
2018-12-14qcow2: make more generic interface for qcow2_compressVladimir Sementsov-Ogievskiy
2018-12-14qcow2: use Z_OK instead of 0 for deflateInit2 return code checkVladimir Sementsov-Ogievskiy
2018-12-14block/backup: drop unused synchronization interfaceVladimir Sementsov-Ogievskiy
2018-12-14block/replication: drop extra synchronizationVladimir Sementsov-Ogievskiy
2018-12-14dmg: exchanging hardcoded dmg UDIF block types to enum.Julio Faracco
2018-12-14dmg: including dmg-lzfse module inside dmg block driver.Julio Faracco
2018-12-14configure: adding support to lzfse library.Julio Faracco
2018-12-14block: adding lzfse decompressing support as a module.Julio Faracco
2018-12-12crypto: support multiple threads accessing one QCryptoBlockVladimir Sementsov-Ogievskiy
2018-12-03Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-12-03' into st...Peter Maydell
2018-12-03mirror: fix dead-lockVladimir Sementsov-Ogievskiy
2018-11-30nbd/client: Send NBD_CMD_DISC if open fails after connectEric Blake
2018-11-30nbd/client: Make x-dirty-bitmap more reliableEric Blake
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