1. 70bacc4 qcow2: mark more functions as coroutine_fns and GRAPH_RDLOCK by Paolo Bonzini · 1 year, 10 months ago
  2. 42a2890 qcow2: add discard-no-unref option by Jean-Louis Dupond · 1 year, 9 months ago
  3. 0050c16 qcow2: Don't call bdrv_getlength() in coroutine_fns by Kevin Wolf · 1 year, 10 months ago
  4. a39bae4 qcow2: mark various functions as coroutine_fn and GRAPH_RDLOCK by Paolo Bonzini · 2 years ago
  5. b24a4c4 block: Mark bdrv_co_pwrite_sync() and callers GRAPH_RDLOCK by Kevin Wolf · 2 years, 1 month ago
  6. b9b10c3 block: Mark public read/write functions GRAPH_RDLOCK by Kevin Wolf · 2 years, 1 month ago
  7. 7b1fb72 block: Mark read/write in block/io.c GRAPH_RDLOCK by Kevin Wolf · 2 years, 1 month ago
  8. abaf8b7 block: Mark bdrv_co_pwrite_zeroes() and callers GRAPH_RDLOCK by Kevin Wolf · 2 years, 1 month ago
  9. 8809534 block: Mark bdrv_co_flush() and callers GRAPH_RDLOCK by Emanuele Giuseppe Esposito · 2 years, 1 month ago
  10. a1b4ecf qcow2: manually add more coroutine_fn annotations by Paolo Bonzini · 2 years, 5 months ago
  11. c2d7680 block: add missing coroutine_fn annotation to BlockDriverState callbacks by Alberto Faria · 2 years, 5 months ago
  12. 050ed2e qcow2: add missing coroutine_fn annotations by Paolo Bonzini · 2 years, 6 months ago
  13. 3840144 qcow2: remove incorrect coroutine_fn annotations by Paolo Bonzini · 2 years, 6 months ago
  14. 9edc631 Replace GCC_FMT_ATTR with G_GNUC_PRINTF by Marc-André Lureau · 3 years, 1 month ago
  15. 8fba395 qcow2-refcount: check_refblocks(): add separate message for reserved by Vladimir Sementsov-Ogievskiy · 3 years, 6 months ago
  16. 98bc07d qcow2-refcount: check_refcounts_l1(): check reserved bits by Vladimir Sementsov-Ogievskiy · 3 years, 6 months ago
  17. 289ef5f qcow2-refcount: check_refcounts_l2(): check reserved bits by Vladimir Sementsov-Ogievskiy · 3 years, 6 months ago
  18. a6e0984 qcow2: introduce qcow2_parse_compressed_l2_entry() helper by Vladimir Sementsov-Ogievskiy · 3 years, 6 months ago
  19. 9a3978a qcow2: compressed read: simplify cluster descriptor passing by Vladimir Sementsov-Ogievskiy · 3 years, 6 months ago
  20. 526e31d block/qcow2-bitmap: return status from qcow2_store_persistent_dirty_bitmaps by Vladimir Sementsov-Ogievskiy · 4 years, 1 month ago
  21. 0c1e9d2 block/qcow2-bitmap: improve qcow2_load_dirty_bitmaps() interface by Vladimir Sementsov-Ogievskiy · 4 years, 1 month ago
  22. 83bad8c block/qcow2: qcow2_get_specific_info(): drop error propagation by Vladimir Sementsov-Ogievskiy · 4 years, 1 month ago
  23. 5f14f31 block: Fix some code style problems, "foo* bar" should be "foo *bar" by shiliyang · 4 years, 5 months ago
  24. 3441ad4 qcow2: Document and enforce the QCowL2Meta invariants by Alberto Garcia · 4 years, 5 months ago
  25. bbacffc qcow2: introduce icount field for snapshots by Pavel Dovgalyuk · 4 years, 5 months ago
  26. bfd0989 qcow2: Convert qcow2_alloc_cluster_offset() into qcow2_alloc_host_offset() by Alberto Garcia · 4 years, 6 months ago
  27. 3fec237 qcow2: Make qcow2_free_any_clusters() free only one cluster by Alberto Garcia · 4 years, 6 months ago
  28. 02b1ecf qcow2: Use macros for the L1, refcount and bitmap table entry sizes by Alberto Garcia · 4 years, 7 months ago
  29. 7be2025 qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit by Alberto Garcia · 4 years, 8 months ago
  30. 40dee94 qcow2: Add prealloc field to QCowL2Meta by Alberto Garcia · 4 years, 8 months ago
  31. a6841a2 qcow2: Add subcluster support to qcow2_co_pwrite_zeroes() by Alberto Garcia · 4 years, 8 months ago
  32. 3f9c6b3 qcow2: Add subcluster support to qcow2_get_host_offset() by Alberto Garcia · 4 years, 8 months ago
  33. 10dabdc5 qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_* by Alberto Garcia · 4 years, 8 months ago
  34. ca4a0bb qcow2: Add cluster type parameter to qcow2_get_host_offset() by Alberto Garcia · 4 years, 8 months ago
  35. c94d037 qcow2: Add qcow2_cluster_is_allocated() by Alberto Garcia · 4 years, 8 months ago
  36. 34905d8 qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type() by Alberto Garcia · 4 years, 8 months ago
  37. 39a9f0a qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap() by Alberto Garcia · 4 years, 8 months ago
  38. c8fd855 qcow2: Add l2_entry_size() by Alberto Garcia · 4 years, 8 months ago
  39. 3e71981 qcow2: Add offset_into_subcluster() and size_to_subclusters() by Alberto Garcia · 4 years, 8 months ago
  40. a53e8b7 qcow2: Add offset_to_sc_index() by Alberto Garcia · 4 years, 8 months ago
  41. d0346b5 qcow2: Add subcluster-related fields to BDRVQcow2State by Alberto Garcia · 4 years, 8 months ago
  42. a3c7d91 qcow2: Add dummy has_subclusters() function by Alberto Garcia · 4 years, 8 months ago
  43. 12c6aeb qcow2: Add get_l2_entry() and set_l2_entry() by Alberto Garcia · 4 years, 8 months ago
  44. 388e581 qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset() by Alberto Garcia · 4 years, 8 months ago
  45. 5d72c68 qcow2: Expose bitmaps' size during measure by Eric Blake · 4 years, 10 months ago
  46. ef893b5 block: Make it easier to learn which BDS support bitmaps by Eric Blake · 4 years, 10 months ago
  47. 572ad97 qcow2: introduce compression type feature by Denis Plotnikov · 4 years, 10 months ago
  48. df74b1d qcow2: Remove unused fields from BDRVQcow2State by Kevin Wolf · 5 years ago
  49. 24552fe qcow2: Fix QCOW2_COMPRESSED_SECTOR_MASK by Max Reitz · 5 years ago
  50. fe446b5 qcow2: Add qcow2_check_fix_snapshot_table() by Max Reitz · 5 years ago
  51. 8bc584f qcow2: Separate qcow2_check_read_snapshot_table() by Max Reitz · 5 years ago
  52. e0314b5 qcow2: Make qcow2_write_snapshots() public by Max Reitz · 5 years ago
  53. fcf9a6b qcow2: Keep unknown extra snapshot data by Max Reitz · 5 years ago
  54. ecf6c7c qcow2: Add Error ** to qcow2_read_snapshots() by Max Reitz · 5 years ago
  55. 644ddbb block/qcow2-bitmap: do not remove bitmaps on reopen-ro by Vladimir Sementsov-Ogievskiy · 5 years ago
  56. bd429a8 block/qcow2-bitmap: drop qcow2_reopen_bitmaps_rw_hint() by Vladimir Sementsov-Ogievskiy · 5 years ago
  57. d2c3080 block/qcow2: proper locking on bitmap add/remove paths by Vladimir Sementsov-Ogievskiy · 5 years ago
  58. b56a1e3 block/dirty-bitmap: return int from bdrv_remove_persistent_dirty_bitmap by Vladimir Sementsov-Ogievskiy · 5 years ago
  59. d710cf5 block/qcow2: introduce parallel subrequest handling in read and write by Vladimir Sementsov-Ogievskiy · 5 years ago
  60. 603fbd0 block/qcow2: refactor encryption code by Maxim Levitsky · 5 years ago
  61. 5396234 block/qcow2: implement .bdrv_co_pwritev(_compressed)_part by Vladimir Sementsov-Ogievskiy · 6 years ago
  62. 69f4750 block: avoid recursive block_status call if possible by Vladimir Sementsov-Ogievskiy · 6 years ago
  63. c8bb23c qcow2: skip writing zero buffers to empty COW areas by Anton Nefedov · 6 years ago
  64. 8ac0f15 qcow2: do encryption in threads by Vladimir Sementsov-Ogievskiy · 6 years ago
  65. 6f13a31 qcow2-threads: split out generic path by Vladimir Sementsov-Ogievskiy · 6 years ago
  66. 56e2f1d qcow2: add separate file for threaded data processing functions by Vladimir Sementsov-Ogievskiy · 6 years ago
  67. 9353db4 qcow2.h: add missing include by Vladimir Sementsov-Ogievskiy · 6 years ago
  68. b6c2469 qcow2: Define and use QCOW2_COMPRESSED_SECTOR_SIZE by Alberto Garcia · 6 years ago
  69. 433e8e3 qcow2: Remove BDRVQcow2State.cluster_sectors by Alberto Garcia · 6 years ago
  70. d19c6b3 block/qcow2-bitmap: Allow resizes with persistent bitmaps by John Snow · 6 years ago
  71. 6c3944d qcow2: Implement data-file-raw create option by Kevin Wolf · 6 years ago
  72. 9b890bd qcow2: Store data file name in the image by Kevin Wolf · 6 years ago
  73. 0e8c08b qcow2: Add basic data-file infrastructure by Kevin Wolf · 6 years ago
  74. 966b000 qcow2: External file I/O by Kevin Wolf · 6 years ago
  75. 77e023f qcow2: Return 0/-errno in qcow2_alloc_compressed_cluster_offset() by Kevin Wolf · 6 years ago
  76. c6d619c qcow2: Don't assume 0 is an invalid cluster offset by Kevin Wolf · 6 years ago
  77. a4ea184 qcow2: Prepare qcow2_get_cluster_type() for external data file by Kevin Wolf · 6 years ago
  78. 808c2bb qcow2: Pass bs to qcow2_get_cluster_type() by Kevin Wolf · 6 years ago
  79. 93c2493 qcow2: Basic definitions for external data files by Kevin Wolf · 6 years ago
  80. b8968c8 qcow2: Add list of bitmaps to ImageInfoSpecificQCow2 by Andrey Shinkevich · 6 years ago
  81. 1463212 block: Eliminate the S_1KiB, S_2KiB, ... macros by Markus Armbruster · 6 years ago
  82. b58deb3 qemu/queue.h: leave head structs anonymous unless necessary by Paolo Bonzini · 6 years ago
  83. c3c10f7 qcow2: aio support for compressed cluster read by Vladimir Sementsov-Ogievskiy · 6 years ago
  84. 77d6a21 qcow2: Don't allow overflow during cluster allocation by Eric Blake · 6 years ago
  85. 2ea427e bloc/qcow2: drop dirty_bitmaps_loaded state variable by Vladimir Sementsov-Ogievskiy · 6 years ago
  86. e957b50 qcow2: Set the default cache-clean-interval to 10 minutes by Leonid Bloch · 6 years ago
  87. 80668d0 qcow2: Increase the default upper limit on the L2 cache size by Leonid Bloch · 6 years ago
  88. b749562 qcow2: Assign the L2 cache relatively to the image size by Leonid Bloch · 6 years ago
  89. b6a95c6 qcow2: Make sizes more humanly readable by Leonid Bloch · 6 years ago
  90. 0e4e431 qcow2: add overlap check for bitmap directory by Vladimir Sementsov-Ogievskiy · 7 years ago
  91. ceb029c qcow2: add compress threads by Vladimir Sementsov-Ogievskiy · 7 years ago
  92. 8b24cd1 qcow2: Free allocated clusters on write error by Kevin Wolf · 7 years ago
  93. 5225399 qcow2: Give the refcount cache the minimum possible size by default by Alberto Garcia · 7 years ago
  94. 605bc8b qcow2: try load bitmaps only once by Vladimir Sementsov-Ogievskiy · 7 years ago
  95. b1336cc qcow2-bitmap: add qcow2_reopen_bitmaps_rw_hint() by Vladimir Sementsov-Ogievskiy · 7 years ago
  96. 0cf0e59 qcow2: Generalize validate_table_offset() into qcow2_validate_table() by Alberto Garcia · 7 years ago
  97. 8b220eb qcow2: introduce qcow2_write_caches and qcow2_flush_caches by Paolo Bonzini · 7 years ago
  98. 9e02968 qcow2: Replace align_offset() with ROUND_UP() by Alberto Garcia · 7 years ago
  99. 1221fe6 qcow2: Allow configuring the L2 slice size by Alberto Garcia · 7 years ago
  100. 8f81817 qcow2: Add offset_to_l2_slice_index() by Alberto Garcia · 7 years ago