1. 7be2025 qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit by Alberto Garcia · 4 years, 8 months ago
  2. 40dee94 qcow2: Add prealloc field to QCowL2Meta by Alberto Garcia · 4 years, 8 months ago
  3. a6841a2 qcow2: Add subcluster support to qcow2_co_pwrite_zeroes() by Alberto Garcia · 4 years, 8 months ago
  4. 3f9c6b3 qcow2: Add subcluster support to qcow2_get_host_offset() by Alberto Garcia · 4 years, 8 months ago
  5. 10dabdc5 qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_* by Alberto Garcia · 4 years, 8 months ago
  6. ca4a0bb qcow2: Add cluster type parameter to qcow2_get_host_offset() by Alberto Garcia · 4 years, 8 months ago
  7. c94d037 qcow2: Add qcow2_cluster_is_allocated() by Alberto Garcia · 4 years, 8 months ago
  8. 34905d8 qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type() by Alberto Garcia · 4 years, 8 months ago
  9. 39a9f0a qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap() by Alberto Garcia · 4 years, 8 months ago
  10. c8fd855 qcow2: Add l2_entry_size() by Alberto Garcia · 4 years, 8 months ago
  11. 3e71981 qcow2: Add offset_into_subcluster() and size_to_subclusters() by Alberto Garcia · 4 years, 8 months ago
  12. a53e8b7 qcow2: Add offset_to_sc_index() by Alberto Garcia · 4 years, 8 months ago
  13. d0346b5 qcow2: Add subcluster-related fields to BDRVQcow2State by Alberto Garcia · 4 years, 8 months ago
  14. a3c7d91 qcow2: Add dummy has_subclusters() function by Alberto Garcia · 4 years, 8 months ago
  15. 12c6aeb qcow2: Add get_l2_entry() and set_l2_entry() by Alberto Garcia · 4 years, 8 months ago
  16. 388e581 qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset() by Alberto Garcia · 4 years, 8 months ago
  17. 5d72c68 qcow2: Expose bitmaps' size during measure by Eric Blake · 4 years, 10 months ago
  18. ef893b5 block: Make it easier to learn which BDS support bitmaps by Eric Blake · 4 years, 10 months ago
  19. 572ad97 qcow2: introduce compression type feature by Denis Plotnikov · 4 years, 10 months ago
  20. df74b1d qcow2: Remove unused fields from BDRVQcow2State by Kevin Wolf · 5 years ago
  21. 24552fe qcow2: Fix QCOW2_COMPRESSED_SECTOR_MASK by Max Reitz · 5 years ago
  22. fe446b5 qcow2: Add qcow2_check_fix_snapshot_table() by Max Reitz · 5 years ago
  23. 8bc584f qcow2: Separate qcow2_check_read_snapshot_table() by Max Reitz · 5 years ago
  24. e0314b5 qcow2: Make qcow2_write_snapshots() public by Max Reitz · 5 years ago
  25. fcf9a6b qcow2: Keep unknown extra snapshot data by Max Reitz · 5 years ago
  26. ecf6c7c qcow2: Add Error ** to qcow2_read_snapshots() by Max Reitz · 5 years ago
  27. 644ddbb block/qcow2-bitmap: do not remove bitmaps on reopen-ro by Vladimir Sementsov-Ogievskiy · 5 years ago
  28. bd429a8 block/qcow2-bitmap: drop qcow2_reopen_bitmaps_rw_hint() by Vladimir Sementsov-Ogievskiy · 5 years ago
  29. d2c3080 block/qcow2: proper locking on bitmap add/remove paths by Vladimir Sementsov-Ogievskiy · 5 years ago
  30. b56a1e3 block/dirty-bitmap: return int from bdrv_remove_persistent_dirty_bitmap by Vladimir Sementsov-Ogievskiy · 5 years ago
  31. d710cf5 block/qcow2: introduce parallel subrequest handling in read and write by Vladimir Sementsov-Ogievskiy · 5 years ago
  32. 603fbd0 block/qcow2: refactor encryption code by Maxim Levitsky · 5 years ago
  33. 5396234 block/qcow2: implement .bdrv_co_pwritev(_compressed)_part by Vladimir Sementsov-Ogievskiy · 6 years ago
  34. 69f4750 block: avoid recursive block_status call if possible by Vladimir Sementsov-Ogievskiy · 6 years ago
  35. c8bb23c qcow2: skip writing zero buffers to empty COW areas by Anton Nefedov · 6 years ago
  36. 8ac0f15 qcow2: do encryption in threads by Vladimir Sementsov-Ogievskiy · 6 years ago
  37. 6f13a31 qcow2-threads: split out generic path by Vladimir Sementsov-Ogievskiy · 6 years ago
  38. 56e2f1d qcow2: add separate file for threaded data processing functions by Vladimir Sementsov-Ogievskiy · 6 years ago
  39. 9353db4 qcow2.h: add missing include by Vladimir Sementsov-Ogievskiy · 6 years ago
  40. b6c2469 qcow2: Define and use QCOW2_COMPRESSED_SECTOR_SIZE by Alberto Garcia · 6 years ago
  41. 433e8e3 qcow2: Remove BDRVQcow2State.cluster_sectors by Alberto Garcia · 6 years ago
  42. d19c6b3 block/qcow2-bitmap: Allow resizes with persistent bitmaps by John Snow · 6 years ago
  43. 6c3944d qcow2: Implement data-file-raw create option by Kevin Wolf · 6 years ago
  44. 9b890bd qcow2: Store data file name in the image by Kevin Wolf · 6 years ago
  45. 0e8c08b qcow2: Add basic data-file infrastructure by Kevin Wolf · 6 years ago
  46. 966b000 qcow2: External file I/O by Kevin Wolf · 6 years ago
  47. 77e023f qcow2: Return 0/-errno in qcow2_alloc_compressed_cluster_offset() by Kevin Wolf · 6 years ago
  48. c6d619c qcow2: Don't assume 0 is an invalid cluster offset by Kevin Wolf · 6 years ago
  49. a4ea184 qcow2: Prepare qcow2_get_cluster_type() for external data file by Kevin Wolf · 6 years ago
  50. 808c2bb qcow2: Pass bs to qcow2_get_cluster_type() by Kevin Wolf · 6 years ago
  51. 93c2493 qcow2: Basic definitions for external data files by Kevin Wolf · 6 years ago
  52. b8968c8 qcow2: Add list of bitmaps to ImageInfoSpecificQCow2 by Andrey Shinkevich · 6 years ago
  53. 1463212 block: Eliminate the S_1KiB, S_2KiB, ... macros by Markus Armbruster · 6 years ago
  54. b58deb3 qemu/queue.h: leave head structs anonymous unless necessary by Paolo Bonzini · 6 years ago
  55. c3c10f7 qcow2: aio support for compressed cluster read by Vladimir Sementsov-Ogievskiy · 6 years ago
  56. 77d6a21 qcow2: Don't allow overflow during cluster allocation by Eric Blake · 6 years ago
  57. 2ea427e bloc/qcow2: drop dirty_bitmaps_loaded state variable by Vladimir Sementsov-Ogievskiy · 6 years ago
  58. e957b50 qcow2: Set the default cache-clean-interval to 10 minutes by Leonid Bloch · 6 years ago
  59. 80668d0 qcow2: Increase the default upper limit on the L2 cache size by Leonid Bloch · 6 years ago
  60. b749562 qcow2: Assign the L2 cache relatively to the image size by Leonid Bloch · 6 years ago
  61. b6a95c6 qcow2: Make sizes more humanly readable by Leonid Bloch · 6 years ago
  62. 0e4e431 qcow2: add overlap check for bitmap directory by Vladimir Sementsov-Ogievskiy · 7 years ago
  63. ceb029c qcow2: add compress threads by Vladimir Sementsov-Ogievskiy · 7 years ago
  64. 8b24cd1 qcow2: Free allocated clusters on write error by Kevin Wolf · 7 years ago
  65. 5225399 qcow2: Give the refcount cache the minimum possible size by default by Alberto Garcia · 7 years ago
  66. 605bc8b qcow2: try load bitmaps only once by Vladimir Sementsov-Ogievskiy · 7 years ago
  67. b1336cc qcow2-bitmap: add qcow2_reopen_bitmaps_rw_hint() by Vladimir Sementsov-Ogievskiy · 7 years ago
  68. 0cf0e59 qcow2: Generalize validate_table_offset() into qcow2_validate_table() by Alberto Garcia · 7 years ago
  69. 8b220eb qcow2: introduce qcow2_write_caches and qcow2_flush_caches by Paolo Bonzini · 7 years ago
  70. 9e02968 qcow2: Replace align_offset() with ROUND_UP() by Alberto Garcia · 7 years ago
  71. 1221fe6 qcow2: Allow configuring the L2 slice size by Alberto Garcia · 7 years ago
  72. 8f81817 qcow2: Add offset_to_l2_slice_index() by Alberto Garcia · 7 years ago
  73. 3c2e511 qcow2: Add l2_slice_size field to BDRVQcow2State by Alberto Garcia · 7 years ago
  74. 05b5b6e qcow2: Add offset_to_l1_index() by Alberto Garcia · 7 years ago
  75. 6e6fa76 qcow2: Remove BDS parameter from qcow2_cache_is_table_offset() by Alberto Garcia · 7 years ago
  76. 77aadd7 qcow2: Remove BDS parameter from qcow2_cache_discard() by Alberto Garcia · 7 years ago
  77. b2f68bf qcow2: Remove BDS parameter from qcow2_cache_clean_unused() by Alberto Garcia · 7 years ago
  78. e64d407 qcow2: Remove BDS parameter from qcow2_cache_destroy() by Alberto Garcia · 7 years ago
  79. 2013c3d qcow2: Remove BDS parameter from qcow2_cache_put() by Alberto Garcia · 7 years ago
  80. 2d135ee qcow2: Remove BDS parameter from qcow2_cache_entry_mark_dirty() by Alberto Garcia · 7 years ago
  81. 3e99da5 block: maintain persistent disabled bitmaps by Vladimir Sementsov-Ogievskiy · 7 years ago
  82. 546a7dc qcow2: get rid of qcow2_backing_read1 routine by Edgar Kaziakhmedov · 7 years ago
  83. 23482f8 qcow2: Add bounds check to get_refblock_offset() by Max Reitz · 7 years ago
  84. 163bc39 qcow2: truncate the tail of the image file after shrinking the image by Pavel Butsykin · 7 years ago
  85. 46b732c qcow2: add shrink image support by Pavel Butsykin · 7 years ago
  86. f71c08e qcow2: add qcow2_cache_discard by Pavel Butsykin · 7 years ago
  87. 772d1f9 block/qcow2: falloc/full preallocating growth by Max Reitz · 8 years ago
  88. 12cc30a block/qcow2: Add qcow2_refcount_area() by Max Reitz · 8 years ago
  89. 469c71e qcow2: add .bdrv_remove_persistent_dirty_bitmap by Vladimir Sementsov-Ogievskiy · 8 years ago
  90. da0eb24 qcow2: add .bdrv_can_store_new_dirty_bitmap by Vladimir Sementsov-Ogievskiy · 8 years ago
  91. 169b879 qcow2: store bitmaps on reopening image as read-only by Vladimir Sementsov-Ogievskiy · 8 years ago
  92. 5f72826 qcow2: add persistent dirty bitmaps support by Vladimir Sementsov-Ogievskiy · 8 years ago
  93. 1b6b056 qcow2: support .bdrv_reopen_bitmaps_rw by Vladimir Sementsov-Ogievskiy · 8 years ago
  94. d1258dd qcow2: autoloading dirty bitmaps by Vladimir Sementsov-Ogievskiy · 8 years ago
  95. 88ddffa qcow2: add bitmaps extension by Vladimir Sementsov-Ogievskiy · 8 years ago
  96. 8a5bb1f qcow2-refcount: rename inc_refcounts() and make it public by Vladimir Sementsov-Ogievskiy · 8 years ago
  97. 4652b8f qcow2: add support for LUKS encryption format by Daniel P. Berrange · 8 years ago
  98. b25b387 qcow2: convert QCow2 to use QCryptoBlock for encryption by Daniel P. Berrange · 8 years ago
  99. 446d306 qcow2: make qcow2_encrypt_sectors encrypt in place by Daniel P. Berrange · 8 years ago
  100. ee22a9d qcow2: Merge the writing of the COW regions with the guest data by Alberto Garcia · 8 years ago