aboutsummaryrefslogtreecommitdiff
path: root/block/trace-events
AgeCommit message (Expand)Author
2021-02-03block/io: use int64_t bytes in copy_rangeVladimir Sementsov-Ogievskiy
2021-02-03block/io: support int64_t bytes in read/write wrappersVladimir Sementsov-Ogievskiy
2021-02-03block/io: support int64_t bytes in bdrv_co_p{read,write}v_part()Vladimir Sementsov-Ogievskiy
2021-02-03block/io: support int64_t bytes in bdrv_co_do_copy_on_readv()Vladimir Sementsov-Ogievskiy
2021-02-02block/nvme: Trace NVMe spec version supported by the controllerPhilippe Mathieu-Daudé
2020-11-03block/nvme: Use unsigned integer for queue counter/sizePhilippe Mathieu-Daudé
2020-11-03block/nvme: Trace queue pair creation/deletionPhilippe Mathieu-Daudé
2020-11-03block/nvme: Improve nvme_free_req_queue_wait() trace informationPhilippe Mathieu-Daudé
2020-11-03block/nvme: Trace nvme_poll_queue() per queuePhilippe Mathieu-Daudé
2020-11-03block/nvme: Trace controller capabilitiesPhilippe Mathieu-Daudé
2020-11-03block/nvme: Use hex format to display offset in trace eventsPhilippe Mathieu-Daudé
2020-09-09trace-events: Fix attribution of trace points to sourceMarkus Armbruster
2020-09-09trace-events: Delete unused trace pointsMarkus Armbruster
2020-08-25qcow2: Make Qcow2AioTask store the full host offsetAlberto Garcia
2020-07-28block/nbd: split nbd_establish_connection out of nbd_client_connectVladimir Sementsov-Ogievskiy
2020-07-17Remove VXHS block deviceMarc-André Lureau
2020-06-23block/nvme: support nested aio_poll()Stefan Hajnoczi
2020-03-11block/block-copy: use block_statusVladimir Sementsov-Ogievskiy
2020-01-30block: add trace events for io_uringAarushi Mehta
2019-10-28block/nvme: add support for discardMaxim Levitsky
2019-10-28block/nvme: add support for write zerosMaxim Levitsky
2019-10-28block/block-copy: refactor copyingVladimir Sementsov-Ogievskiy
2019-10-10block: move block_copy from block/backup.c to separate fileVladimir Sementsov-Ogievskiy
2019-10-10block/backup: introduce BlockCopyStateVladimir Sementsov-Ogievskiy
2019-10-10block/qcow2: introduce parallel subrequest handling in read and writeVladimir Sementsov-Ogievskiy
2019-08-16block/backup: teach TOP to never copy unallocated regionsJohn Snow
2019-06-24ssh: switch from libssh2 to libsshPino Toscano
2019-06-18block: drop bs->jobVladimir Sementsov-Ogievskiy
2019-06-13block/nbd: merge nbd-client.* to nbd.cVladimir Sementsov-Ogievskiy
2019-06-13block/nbd-client: drop stale logoutVladimir Sementsov-Ogievskiy
2019-06-04block/qcow2-refcount: add trace-point to qcow2_process_discardsVladimir Sementsov-Ogievskiy
2019-05-28qcow2: skip writing zero buffers to empty COW areasAnton Nefedov
2019-04-17block/ssh: Do not report read/write/flush errors to the userMarkus Armbruster
2019-04-01nbd/client: Trace server noncompliance on structured readsEric Blake
2019-03-30nbd: Tolerate some server non-compliance in NBD_CMD_BLOCK_STATUSEric Blake
2019-03-22trace-events: Delete unused trace pointsMarkus Armbruster
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-01-31block/sheepdog: Convert from DPRINTF() macro to trace eventsLaurent Vivier
2019-01-31block/file-posix: Convert from DPRINTF() macro to trace eventsLaurent Vivier
2019-01-31block/curl: Convert from DPRINTF() macro to trace eventsLaurent Vivier
2019-01-31block/ssh: Convert from DPRINTF() macro to trace eventsLaurent Vivier
2019-01-04block/nbd-client: use traces instead of noisy error_report_errVladimir Sementsov-Ogievskiy
2018-07-10block: Add copy offloading trace pointsFam Zheng
2018-07-10block: Prefix file driver trace points with "file_"Fam Zheng
2018-07-02backup: Use copy offloadingFam Zheng
2018-05-23job: Move completion and cancellation to JobKevin Wolf
2018-05-23job: Move state transitions to JobKevin Wolf
2018-03-19blockjobs: add block-job-finalizeJohn Snow
2018-03-19blockjobs: ensure abort is called for cancelled jobsJohn Snow
2018-03-19blockjobs: add block_job_dismissJohn Snow