Age | Commit message (Expand) | Author |
2018-12-14 | qcow2: do decompression in threads | Vladimir Sementsov-Ogievskiy |
2018-12-14 | qcow2: aio support for compressed cluster read | Vladimir Sementsov-Ogievskiy |
2018-12-14 | qcow2: use byte-based read in qcow2_decompress_cluster | Vladimir Sementsov-Ogievskiy |
2018-12-14 | qcow2: refactor decompress_buffer | Vladimir Sementsov-Ogievskiy |
2018-12-14 | qcow2: move decompression from qcow2-cluster.c to qcow2.c | Vladimir Sementsov-Ogievskiy |
2018-12-14 | qcow2: make more generic interface for qcow2_compress | Vladimir Sementsov-Ogievskiy |
2018-12-14 | qcow2: use Z_OK instead of 0 for deflateInit2 return code check | Vladimir Sementsov-Ogievskiy |
2018-12-14 | block/backup: drop unused synchronization interface | Vladimir Sementsov-Ogievskiy |
2018-12-14 | block/replication: drop extra synchronization | Vladimir Sementsov-Ogievskiy |
2018-12-14 | dmg: exchanging hardcoded dmg UDIF block types to enum. | Julio Faracco |
2018-12-14 | dmg: including dmg-lzfse module inside dmg block driver. | Julio Faracco |
2018-12-14 | configure: adding support to lzfse library. | Julio Faracco |
2018-12-14 | block: adding lzfse decompressing support as a module. | Julio Faracco |
2018-12-12 | crypto: support multiple threads accessing one QCryptoBlock | Vladimir Sementsov-Ogievskiy |
2018-12-03 | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-12-03' into st... | Peter Maydell |
2018-12-03 | mirror: fix dead-lock | Vladimir Sementsov-Ogievskiy |
2018-11-30 | nbd/client: Send NBD_CMD_DISC if open fails after connect | Eric Blake |
2018-11-30 | nbd/client: Make x-dirty-bitmap more reliable | Eric Blake |
2018-11-19 | file-posix: Fix shared locks on reopen commit | Max Reitz |
2018-11-19 | qcow2: Don't allow overflow during cluster allocation | Eric Blake |
2018-11-19 | vvfat: Fix memory leak | Kevin Wolf |
2018-11-12 | qcow2: Read outside array bounds in qcow2_pre_write_overlap_check() | Liam Merwick |
2018-11-12 | block: Fix potential Null pointer dereferences in vvfat.c | Liam Merwick |
2018-11-12 | block: Null pointer dereference in blk_root_get_parent_desc() | Liam Merwick |
2018-11-12 | block: Make more block drivers compile-time configurable | Jeff Cody |
2018-11-12 | file-posix: Drop s->lock_fd | Fam Zheng |
2018-11-12 | file-posix: Skip effectiveless OFD lock operations | Fam Zheng |
2018-11-12 | file-posix: Use error API properly | Fam Zheng |
2018-11-05 | vdi: Use a literal number of bytes for DEFAULT_CLUSTER_SIZE | Leonid Bloch |
2018-11-05 | iscsi: Support auto-read-only option | Kevin Wolf |
2018-11-05 | gluster: Support auto-read-only option | Kevin Wolf |
2018-11-05 | curl: Support auto-read-only option | Kevin Wolf |
2018-11-05 | file-posix: Support auto-read-only option | Kevin Wolf |
2018-11-05 | nbd: Support auto-read-only option | Kevin Wolf |
2018-11-05 | block: Require auto-read-only for existing fallbacks | Kevin Wolf |
2018-11-05 | rbd: Close image in qemu_rbd_open() error path | Kevin Wolf |
2018-11-05 | block: Add auto-read-only option | Kevin Wolf |
2018-11-05 | quorum: Forbid adding children in blkverify mode | Alberto Garcia |
2018-11-05 | quorum: Return an error if the blkverify mode has invalid settings | Alberto Garcia |
2018-11-05 | quorum: Remove quorum_err() | Alberto Garcia |
2018-11-05 | block/vdi: Don't take address of fields in packed structs | Peter Maydell |
2018-11-05 | block/vhdx: Don't take address of fields in packed structs | Peter Maydell |
2018-11-05 | vpc: Don't leak opts in vpc_open() | Kevin Wolf |
2018-11-05 | block: change some function return type to bool | Li Qiang |
2018-11-05 | qcow2: Get the request alignment for encrypted images from QCryptoBlock | Alberto Garcia |
2018-11-05 | block/qcow2-bitmap: Don't take address of fields in packed structs | Peter Maydell |
2018-11-05 | block/qcow: Don't take address of fields in packed structs | Peter Maydell |
2018-11-05 | block/qcow2: Don't take address of fields in packed structs | Peter Maydell |
2018-11-05 | block/vvfat: Fix crash when reporting error about too many files in directory | Thomas Huth |
2018-10-29 | dirty-bitmaps: clean-up bitmaps loading and migration logic | Vladimir Sementsov-Ogievskiy |