1. fc6b211 block/io: align requests to subcluster_size by Andrey Drobyshev · 1 year, 8 months ago
  2. c54483b block: add subcluster_size field to BlockDriverInfo by Andrey Drobyshev · 1 year, 8 months ago
  3. 9b06d0d block/blkio: add more comments on the fd passing handling by Stefano Garzarella · 1 year, 7 months ago
  4. 0b054b4 block/blkio: close the fd when blkio_connect() fails by Stefano Garzarella · 1 year, 7 months ago
  5. f33c745 Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging by Richard Henderson · 1 year, 7 months ago
  6. 1c38fe6 block/blkio: use blkio_set_int("fd") to check fd support by Stefano Garzarella · 1 year, 7 months ago
  7. 723bea2 block/blkio: fall back on using `path` when `fd` setting fails by Stefano Garzarella · 1 year, 7 months ago
  8. 809c319 block/blkio: retry blkio_connect() if it fails using `fd` by Stefano Garzarella · 1 year, 7 months ago
  9. 69785d6 block/blkio: move blkio_connect() in the drivers functions by Stefano Garzarella · 1 year, 7 months ago
  10. ef25675 block: Fix pad_request's request restriction by Hanna Czenczek · 1 year, 8 months ago
  11. 29a242e block/file-posix: fix g_file_get_contents return path by Sam Li · 1 year, 7 months ago
  12. a5942c1 block/blkio: do not use open flags in qemu_open() by Stefano Garzarella · 1 year, 7 months ago
  13. 9359c45 block/blkio: enable the completion eventfd by Stefano Garzarella · 1 year, 7 months ago
  14. 8cb98a7 nbd/client: Simplify cookie vs. index computation by Eric Blake · 1 year, 9 months ago
  15. 22efd81 nbd: s/handle/cookie/ to match NBD spec by Eric Blake · 1 year, 9 months ago
  16. 66547f4 block/nvme: invoke blk_io_plug_call() outside q->lock by Stefan Hajnoczi · 1 year, 8 months ago
  17. c21eae1 block/blkio: fix module_block.py parsing by Stefan Hajnoczi · 1 year, 8 months ago
  18. 0eb8f90 Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging by Richard Henderson · 1 year, 8 months ago
  19. 1736239 block: use bdrv_co_debug_event in coroutine context by Paolo Bonzini · 1 year, 9 months ago
  20. 0af02bd block: use bdrv_co_getlength in coroutine context by Paolo Bonzini · 1 year, 9 months ago
  21. 70bacc4 qcow2: mark more functions as coroutine_fns and GRAPH_RDLOCK by Paolo Bonzini · 1 year, 9 months ago
  22. f6b0899 vhdx: mark more functions as coroutine_fns and GRAPH_RDLOCK by Paolo Bonzini · 1 year, 9 months ago
  23. 28944f9 vmdk: mark more functions as coroutine_fns and GRAPH_RDLOCK by Paolo Bonzini · 1 year, 9 months ago
  24. 688dc49 dmg: mark more functions as coroutine_fns and GRAPH_RDLOCK by Paolo Bonzini · 1 year, 9 months ago
  25. cf8d4c5 cloop: mark more functions as coroutine_fns and GRAPH_RDLOCK by Paolo Bonzini · 1 year, 9 months ago
  26. e7918e9 bochs: mark more functions as coroutine_fns and GRAPH_RDLOCK by Paolo Bonzini · 1 year, 9 months ago
  27. 517b5df vpc: mark more functions as coroutine_fns and GRAPH_RDLOCK by Paolo Bonzini · 1 year, 9 months ago
  28. bba667d qed: mark more functions as coroutine_fns and GRAPH_RDLOCK by Paolo Bonzini · 1 year, 9 months ago
  29. 36c6c87 file-posix: remove incorrect coroutine_fn calls by Paolo Bonzini · 1 year, 9 months ago
  30. 3cce22d Revert "graph-lock: Disable locking for now" by Kevin Wolf · 1 year, 9 months ago
  31. 31b2ddf graph-lock: Unlock the AioContext while polling by Kevin Wolf · 1 year, 9 months ago
  32. f8ed364 vhost-user: fully use new backend/frontend naming by Manos Pitsidianakis · 1 year, 9 months ago
  33. de6cd75 meson: Replace softmmu_ss -> system_ss by Philippe Mathieu-Daudé · 1 year, 9 months ago
  34. 7ce5a15 Merge tag 'pull-request-2023-06-06' of https://gitlab.com/thuth/qemu into staging by Richard Henderson · 1 year, 9 months ago
  35. 7d5b0d6 bulk: Remove pointless QOM casts by Philippe Mathieu-Daudé · 1 year, 9 months ago
  36. 42a2890 qcow2: add discard-no-unref option by Jean-Louis Dupond · 1 year, 9 months ago
  37. 029136f parallels: Incorrect condition in out-of-image check by Alexander Ivanov · 1 year, 10 months ago
  38. c0fc051 parallels: Replace qemu_co_mutex_lock by WITH_QEMU_LOCK_GUARD by Alexander Ivanov · 1 year, 10 months ago
  39. 7e259e2 parallels: Move statistic collection to a separate function by Alexander Ivanov · 1 year, 10 months ago
  40. 09a21ed parallels: Move check of leaks to a separate function by Alexander Ivanov · 1 year, 10 months ago
  41. 9616f7a parallels: Fix statistics calculation by Alexander Ivanov · 1 year, 10 months ago
  42. 6d416e5 parallels: Move check of cluster outside image to a separate function by Alexander Ivanov · 1 year, 10 months ago
  43. 96de69c parallels: Move check of unclean image to a separate function by Alexander Ivanov · 1 year, 10 months ago
  44. 3569cb7 parallels: Use generic infrastructure for BAT writing in parallels_co_check() by Alexander Ivanov · 1 year, 10 months ago
  45. b64b29b parallels: create parallels_set_bat_entry_helper() to assign BAT value by Alexander Ivanov · 1 year, 10 months ago
  46. 679749c parallels: Fix image_end_offset and data_end after out-of-image check by Alexander Ivanov · 1 year, 10 months ago
  47. ab2d739 parallels: Fix high_off calculation in parallels_co_check() by Alexander Ivanov · 1 year, 10 months ago
  48. f5e715d parallels: Out of image offset in BAT leads to image inflation by Alexander Ivanov · 1 year, 10 months ago
  49. 1874331 block: Collapse padded I/O vecs exceeding IOV_MAX by Hanna Czenczek · 1 year, 11 months ago
  50. bd1386c cutils: Adjust signature of parse_uint[_full] by Eric Blake · 1 year, 10 months ago
  51. cad2ccc block/blkio: use qemu_open() to support fd passing for virtio-blk by Stefano Garzarella · 1 year, 9 months ago
  52. 2a0d7cb block: remove bdrv_co_io_plug() API by Stefan Hajnoczi · 1 year, 9 months ago
  53. 0766828 block/linux-aio: convert to blk_io_plug_call() API by Stefan Hajnoczi · 1 year, 9 months ago
  54. 6a6da23 block/io_uring: convert to blk_io_plug_call() API by Stefan Hajnoczi · 1 year, 9 months ago
  55. 28ff7b4 block/blkio: convert to blk_io_plug_call() API by Stefan Hajnoczi · 1 year, 9 months ago
  56. f2e5900 block/nvme: convert to blk_io_plug_call() API by Stefan Hajnoczi · 1 year, 9 months ago
  57. 41abca8 block: add blk_io_plug_call() API by Stefan Hajnoczi · 1 year, 9 months ago
  58. 60f782b aio: remove aio_disable_external() API by Stefan Hajnoczi · 1 year, 10 months ago
  59. 17b69c0 block/fuse: do not set is_external=true on FUSE fd by Stefan Hajnoczi · 1 year, 10 months ago
  60. 3d499a4 block/export: don't require AioContext lock around blk_exp_ref/unref() by Stefan Hajnoczi · 1 year, 10 months ago
  61. 195332c block/export: rewrite vduse-blk drain code by Stefan Hajnoczi · 1 year, 10 months ago
  62. ab61335 block: drain from main loop thread in bdrv_co_yield_to_drain() by Stefan Hajnoczi · 1 year, 10 months ago
  63. ff82b78 block: add blk_in_drain() API by Stefan Hajnoczi · 1 year, 10 months ago
  64. e1054cd block/export: stop using is_external in vhost-user-blk server by Stefan Hajnoczi · 1 year, 10 months ago
  65. 8f5e9a8 block/export: wait for vhost-user-blk requests when draining by Stefan Hajnoczi · 1 year, 10 months ago
  66. 75d33e8 util/vhost-user-server: rename refcount to in_flight counter by Stefan Hajnoczi · 1 year, 10 months ago
  67. 2d19629 block-backend: split blk_do_set_aio_context() by Stefan Hajnoczi · 1 year, 10 months ago
  68. 9102f2e copy-before-write: Fix open with child in iothread by Kevin Wolf · 1 year, 9 months ago
  69. 6e01215 raw-format: Fix open with 'file' in iothread by Kevin Wolf · 1 year, 9 months ago
  70. aa269ff qcow2: Fix open with 'file' in iothread by Kevin Wolf · 1 year, 9 months ago
  71. 2626d27 mirror: Hold main AioContext lock for calling bdrv_open_backing_file() by Kevin Wolf · 1 year, 9 months ago
  72. 4c20dd2 block-backend: Fix blk_new_open() for iothreads by Kevin Wolf · 1 year, 9 months ago
  73. c6e0a6d block: Take main AioContext lock when calling bdrv_open() by Kevin Wolf · 1 year, 9 months ago
  74. dea97c1 block-coroutine-wrapper: Take AioContext lock in no_co_wrappers by Kevin Wolf · 1 year, 9 months ago
  75. 80fc5d2 graph-lock: Disable locking for now by Kevin Wolf · 1 year, 10 months ago
  76. 71438d8 graph-lock: Honour read locks even in the main thread by Kevin Wolf · 1 year, 10 months ago
  77. 018e598 blockjob: Adhere to rate limit even when reentered early by Kevin Wolf · 1 year, 10 months ago
  78. e3e31dc qcow2: Unlock the graph in qcow2_do_open() where necessary by Kevin Wolf · 1 year, 10 months ago
  79. a184563 block/export: Fix null pointer dereference in error path by Kevin Wolf · 1 year, 10 months ago
  80. 4db7ba3 block: Call .bdrv_co_create(_opts) unlocked by Kevin Wolf · 1 year, 10 months ago
  81. 52eb76f block: add accounting for zone append operation by Sam Li · 1 year, 10 months ago
  82. 6c811e1 block: add some trace events for zone append by Sam Li · 1 year, 10 months ago
  83. 4751d09 block: introduce zone append write for zoned devices by Sam Li · 1 year, 10 months ago
  84. a3c41f0 file-posix: add tracking of the zone write pointers by Sam Li · 1 year, 10 months ago
  85. 142e307 block: add some trace events for new block layer APIs by Sam Li · 1 year, 10 months ago
  86. 774c726 block: add zoned BlockDriver check to block layer by Sam Li · 1 year, 10 months ago
  87. 50c4bcd block/raw-format: add zone operations to pass through requests by Sam Li · 1 year, 10 months ago
  88. 6d43eaa block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice ioctls by Sam Li · 1 year, 10 months ago
  89. a735b56 block/file-posix: introduce helper functions for sysfs attributes by Sam Li · 1 year, 10 months ago
  90. 43c71fe block/meson.build: prefer positive condition for replication by Vladimir Sementsov-Ogievskiy · 1 year, 10 months ago
  91. 58a2e3f block: compile out assert_bdrv_graph_readable() by default by Stefan Hajnoczi · 1 year, 10 months ago
  92. e19b157 block: Mark bdrv_refresh_limits() and callers GRAPH_RDLOCK by Kevin Wolf · 1 year, 10 months ago
  93. 533c6e4 block: Mark bdrv_recurse_can_replace() and callers GRAPH_RDLOCK by Kevin Wolf · 1 year, 10 months ago
  94. 6ec75a6 block: Mark bdrv_query_bds_stats() and callers GRAPH_RDLOCK by Kevin Wolf · 1 year, 10 months ago
  95. 840428a block: Mark BlockDriver callbacks for amend job GRAPH_RDLOCK by Emanuele Giuseppe Esposito · 1 year, 10 months ago
  96. a00e70c block: Mark bdrv_co_get_info() and callers GRAPH_RDLOCK by Emanuele Giuseppe Esposito · 1 year, 10 months ago
  97. de33563 block: Mark bdrv_co_get_allocated_file_size() and callers GRAPH_RDLOCK by Emanuele Giuseppe Esposito · 1 year, 10 months ago
  98. 9c93652 mirror: Require GRAPH_RDLOCK for accessing a node's parent list by Kevin Wolf · 1 year, 10 months ago
  99. 622d30a vhdx: Require GRAPH_RDLOCK for accessing a node's parent list by Kevin Wolf · 1 year, 10 months ago
  100. 69aa0d3 nbd: Mark nbd_co_do_establish_connection() and callers GRAPH_RDLOCK by Emanuele Giuseppe Esposito · 1 year, 10 months ago