1. 8bb100c nbd: trace long NBD operations by Denis V. Lunev · 2 years, 10 months ago
  2. 53cedea block/nvme: Display CQ/SQ pointer in nvme_free_queue_pair() by Philippe Mathieu-Daudé · 3 years, 5 months ago
  3. 34460fe block-backend: convert blk_co_pwritev_part to int64_t bytes by Vladimir Sementsov-Ogievskiy · 3 years, 5 months ago
  4. 9547907 block-backend: make blk_co_preadv() 64bit by Vladimir Sementsov-Ogievskiy · 3 years, 5 months ago
  5. 0c80228 block: use int64_t instead of int in driver discard handlers by Vladimir Sementsov-Ogievskiy · 3 years, 7 months ago
  6. f34b2bc block: use int64_t instead of int in driver write_zeroes handlers by Vladimir Sementsov-Ogievskiy · 3 years, 7 months ago
  7. e75abed block: use int64_t instead of uint64_t in driver write handlers by Vladimir Sementsov-Ogievskiy · 3 years, 7 months ago
  8. 5ef1f4e block/nvme: Use safer trace format string by Philippe Mathieu-Daudé · 3 years, 7 months ago
  9. 60ff2ae block: add trace point when fdatasync fails by Daniel P. Berrangé · 4 years ago
  10. d0fb965 docs: fix references to docs/devel/tracing.rst by Stefano Garzarella · 3 years, 10 months ago
  11. 09ec851 block: Drop the sheepdog block driver by Markus Armbruster · 3 years, 11 months ago
  12. a5215b8 block/io: use int64_t bytes in copy_range by Vladimir Sementsov-Ogievskiy · 4 years, 3 months ago
  13. e9e52ef block/io: support int64_t bytes in read/write wrappers by Vladimir Sementsov-Ogievskiy · 4 years, 3 months ago
  14. 37e9403 block/io: support int64_t bytes in bdrv_co_p{read,write}v_part() by Vladimir Sementsov-Ogievskiy · 4 years, 3 months ago
  15. 9df5afb block/io: support int64_t bytes in bdrv_co_do_copy_on_readv() by Vladimir Sementsov-Ogievskiy · 4 years, 3 months ago
  16. fcc8672 block/nvme: Trace NVMe spec version supported by the controller by Philippe Mathieu-Daudé · 4 years, 2 months ago
  17. 1b539bd block/nvme: Use unsigned integer for queue counter/size by Philippe Mathieu-Daudé · 4 years, 5 months ago
  18. 6e1e9ff block/nvme: Trace queue pair creation/deletion by Philippe Mathieu-Daudé · 4 years, 5 months ago
  19. 51e98b6 block/nvme: Improve nvme_free_req_queue_wait() trace information by Philippe Mathieu-Daudé · 4 years, 5 months ago
  20. 1c914cd block/nvme: Trace nvme_poll_queue() per queue by Philippe Mathieu-Daudé · 4 years, 5 months ago
  21. 15b2260 block/nvme: Trace controller capabilities by Philippe Mathieu-Daudé · 4 years, 5 months ago
  22. 8526e39 block/nvme: Use hex format to display offset in trace events by Philippe Mathieu-Daudé · 4 years, 5 months ago
  23. b15e402 trace-events: Fix attribution of trace points to source by Markus Armbruster · 4 years, 7 months ago
  24. 6ec9379 trace-events: Delete unused trace points by Markus Armbruster · 4 years, 7 months ago
  25. 9c4269d qcow2: Make Qcow2AioTask store the full host offset by Alberto Garcia · 4 years, 8 months ago
  26. fa35591 block/nbd: split nbd_establish_connection out of nbd_client_connect by Vladimir Sementsov-Ogievskiy · 4 years, 8 months ago
  27. a084645 Remove VXHS block device by Marc-André Lureau · 4 years, 8 months ago
  28. 7838c67 block/nvme: support nested aio_poll() by Stefan Hajnoczi · 4 years, 9 months ago
  29. 2d57511 block/block-copy: use block_status by Vladimir Sementsov-Ogievskiy · 5 years ago
  30. d803f59 block: add trace events for io_uring by Aarushi Mehta · 5 years ago
  31. e87a09d block/nvme: add support for discard by Maxim Levitsky · 6 years ago
  32. e0dd95e block/nvme: add support for write zeros by Maxim Levitsky · 6 years ago
  33. e332a72 block/block-copy: refactor copying by Vladimir Sementsov-Ogievskiy · 5 years ago
  34. beb5f54 block: move block_copy from block/backup.c to separate file by Vladimir Sementsov-Ogievskiy · 5 years ago
  35. 2c8074c block/backup: introduce BlockCopyState by Vladimir Sementsov-Ogievskiy · 5 years ago
  36. d710cf5 block/qcow2: introduce parallel subrequest handling in read and write by Vladimir Sementsov-Ogievskiy · 6 years ago
  37. 7e30dd6 block/backup: teach TOP to never copy unallocated regions by John Snow · 6 years ago
  38. b10d49d ssh: switch from libssh2 to libssh by Pino Toscano · 6 years ago
  39. b23c580 block: drop bs->job by Vladimir Sementsov-Ogievskiy · 6 years ago
  40. 86f8cdf block/nbd: merge nbd-client.* to nbd.c by Vladimir Sementsov-Ogievskiy · 6 years ago
  41. 0a93b35 block/nbd-client: drop stale logout by Vladimir Sementsov-Ogievskiy · 6 years ago
  42. 1477b6c block/qcow2-refcount: add trace-point to qcow2_process_discards by Vladimir Sementsov-Ogievskiy · 6 years ago
  43. c8bb23c qcow2: skip writing zero buffers to empty COW areas by Anton Nefedov · 6 years ago
  44. 6b3048c block/ssh: Do not report read/write/flush errors to the user by Markus Armbruster · 6 years ago
  45. 75d34eb nbd/client: Trace server noncompliance on structured reads by Eric Blake · 6 years ago
  46. a39286d nbd: Tolerate some server non-compliance in NBD_CMD_BLOCK_STATUS by Eric Blake · 6 years ago
  47. a9779a3 trace-events: Delete unused trace points by Markus Armbruster · 6 years ago
  48. 500016e trace-events: Shorten file names in comments by Markus Armbruster · 6 years ago
  49. 70018a1 block/sheepdog: Convert from DPRINTF() macro to trace events by Laurent Vivier · 6 years ago
  50. 4f7d28d block/file-posix: Convert from DPRINTF() macro to trace events by Laurent Vivier · 6 years ago
  51. ed2a66d block/curl: Convert from DPRINTF() macro to trace events by Laurent Vivier · 6 years ago
  52. 023908a block/ssh: Convert from DPRINTF() macro to trace events by Laurent Vivier · 6 years ago
  53. d8b4bad block/nbd-client: use traces instead of noisy error_report_err by Vladimir Sementsov-Ogievskiy · 6 years ago
  54. ecc983a block: Add copy offloading trace points by Fam Zheng · 7 years ago
  55. f8a3087 block: Prefix file driver trace points with "file_" by Fam Zheng · 7 years ago
  56. 9ded4a0 backup: Use copy offloading by Fam Zheng · 7 years ago
  57. 3d70ff5 job: Move completion and cancellation to Job by Kevin Wolf · 7 years ago
  58. a50c2ab job: Move state transitions to Job by Kevin Wolf · 7 years ago
  59. 11b61fb blockjobs: add block-job-finalize by John Snow · 7 years ago
  60. 35d6b36 blockjobs: ensure abort is called for cancelled jobs by John Snow · 7 years ago
  61. 75f7105 blockjobs: add block_job_dismiss by John Snow · 7 years ago
  62. 0ec4dfb blockjobs: add block_job_verb permission table by John Snow · 7 years ago
  63. c9de405 blockjobs: add state transition table by John Snow · 7 years ago
  64. d03654e block: let blk_add/remove_aio_context_notifier() tolerate BDS changes by Stefan Hajnoczi · 7 years ago
  65. bdd6a90 block: Add VFIO based NVMe driver by Fam Zheng · 7 years ago
  66. 7cfd527 block: Make bdrv_round_to_clusters() signature more useful by Eric Blake · 7 years ago
  67. f42cf44 block: move trace probes into bdrv_co_preadv|pwritev by Daniel P. Berrange · 8 years ago
  68. 8908eb1 trace-events: fix code style: print 0x before hex numbers by Vladimir Sementsov-Ogievskiy · 8 years ago
  69. db73ee4 trace-events: fix code style: %# -> 0x% by Vladimir Sementsov-Ogievskiy · 8 years ago
  70. 87e0331 docs: fix broken paths to docs/devel/tracing.txt by Philippe Mathieu-Daudé · 8 years ago
  71. 5cb1a49 trace: Show blockjob actions via bytes, not sectors by Eric Blake · 8 years ago
  72. c5f1ad4 block: Remove bdrv_aio_readv/writev/flush() by Kevin Wolf · 8 years ago
  73. da92c3f block/vxhs.c: Add support for a new block device type called "vxhs" by Ashish Mittal · 8 years ago
  74. 7f4076c trace: clean up trace-events files by Stefan Hajnoczi · 8 years ago
  75. c1bb86c block: Rename raw-{posix,win32} to file-*.c by Eric Blake · 8 years ago
  76. 5ccac6f blockjob: add block_job_start by John Snow · 8 years ago
  77. 8254b6d blockjob: centralize QMP event emissions by John Snow · 8 years ago
  78. 7381e95 block: Remove bdrv_aio_pdiscard() by Kevin Wolf · 8 years ago
  79. e723b87 trace-events: fix first line comment in trace-events by Laurent Vivier · 9 years ago
  80. 36e3b2e raw-posix: Switch paio_submit() to byte-based by Eric Blake · 9 years ago
  81. 60ebac1 block: Convert bdrv_aio_discard() to byte-based by Eric Blake · 9 years ago
  82. b54ca48 trace: split out trace events for block/ directory by Daniel P. Berrange · 9 years ago