index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
trace-events
Commit message (
Expand
)
Author
Age
Files
Lines
*
block/nvme: support nested aio_poll()
Stefan Hajnoczi
2020-06-23
1
-1
/
+1
*
block/block-copy: use block_status
Vladimir Sementsov-Ogievskiy
2020-03-11
1
-0
/
+1
*
block: add trace events for io_uring
Aarushi Mehta
2020-01-30
1
-0
/
+12
*
block/nvme: add support for discard
Maxim Levitsky
2019-10-28
1
-0
/
+2
*
block/nvme: add support for write zeros
Maxim Levitsky
2019-10-28
1
-0
/
+1
*
block/block-copy: refactor copying
Vladimir Sementsov-Ogievskiy
2019-10-28
1
-3
/
+3
*
block: move block_copy from block/backup.c to separate file
Vladimir Sementsov-Ogievskiy
2019-10-10
1
-0
/
+2
*
block/backup: introduce BlockCopyState
Vladimir Sementsov-Ogievskiy
2019-10-10
1
-6
/
+6
*
block/qcow2: introduce parallel subrequest handling in read and write
Vladimir Sementsov-Ogievskiy
2019-10-10
1
-0
/
+1
*
block/backup: teach TOP to never copy unallocated regions
John Snow
2019-08-16
1
-0
/
+1
*
ssh: switch from libssh2 to libssh
Pino Toscano
2019-06-24
1
-6
/
+8
*
block: drop bs->job
Vladimir Sementsov-Ogievskiy
2019-06-18
1
-1
/
+1
*
block/nbd: merge nbd-client.* to nbd.c
Vladimir Sementsov-Ogievskiy
2019-06-13
1
-1
/
+1
*
block/nbd-client: drop stale logout
Vladimir Sementsov-Ogievskiy
2019-06-13
1
-0
/
+2
*
block/qcow2-refcount: add trace-point to qcow2_process_discards
Vladimir Sementsov-Ogievskiy
2019-06-04
1
-0
/
+3
*
qcow2: skip writing zero buffers to empty COW areas
Anton Nefedov
2019-05-28
1
-0
/
+1
*
block/ssh: Do not report read/write/flush errors to the user
Markus Armbruster
2019-04-17
1
-0
/
+3
*
nbd/client: Trace server noncompliance on structured reads
Eric Blake
2019-04-01
1
-0
/
+1
*
nbd: Tolerate some server non-compliance in NBD_CMD_BLOCK_STATUS
Eric Blake
2019-03-30
1
-0
/
+1
*
trace-events: Delete unused trace points
Markus Armbruster
2019-03-22
1
-1
/
+0
*
trace-events: Shorten file names in comments
Markus Armbruster
2019-03-22
1
-24
/
+24
*
block/sheepdog: Convert from DPRINTF() macro to trace events
Laurent Vivier
2019-01-31
1
-0
/
+14
*
block/file-posix: Convert from DPRINTF() macro to trace events
Laurent Vivier
2019-01-31
1
-0
/
+7
*
block/curl: Convert from DPRINTF() macro to trace events
Laurent Vivier
2019-01-31
1
-0
/
+9
*
block/ssh: Convert from DPRINTF() macro to trace events
Laurent Vivier
2019-01-31
1
-0
/
+17
*
block/nbd-client: use traces instead of noisy error_report_err
Vladimir Sementsov-Ogievskiy
2019-01-05
1
-0
/
+4
*
block: Add copy offloading trace points
Fam Zheng
2018-07-10
1
-0
/
+6
*
block: Prefix file driver trace points with "file_"
Fam Zheng
2018-07-10
1
-2
/
+2
*
backup: Use copy offloading
Fam Zheng
2018-07-03
1
-0
/
+1
*
job: Move completion and cancellation to Job
Kevin Wolf
2018-05-23
1
-3
/
+0
*
job: Move state transitions to Job
Kevin Wolf
2018-05-23
1
-2
/
+0
*
blockjobs: add block-job-finalize
John Snow
2018-03-19
1
-0
/
+1
*
blockjobs: ensure abort is called for cancelled jobs
John Snow
2018-03-19
1
-0
/
+1
*
blockjobs: add block_job_dismiss
John Snow
2018-03-19
1
-0
/
+1
*
blockjobs: add block_job_verb permission table
John Snow
2018-03-19
1
-0
/
+1
*
blockjobs: add state transition table
John Snow
2018-03-19
1
-0
/
+3
*
block: let blk_add/remove_aio_context_notifier() tolerate BDS changes
Stefan Hajnoczi
2018-03-13
1
-0
/
+2
*
block: Add VFIO based NVMe driver
Fam Zheng
2018-02-08
1
-0
/
+21
*
block: Make bdrv_round_to_clusters() signature more useful
Eric Blake
2017-10-26
1
-1
/
+1
*
block: move trace probes into bdrv_co_preadv|pwritev
Daniel P. Berrange
2017-08-07
1
-2
/
+2
*
trace-events: fix code style: print 0x before hex numbers
Vladimir Sementsov-Ogievskiy
2017-08-01
1
-11
/
+11
*
trace-events: fix code style: %# -> 0x%
Vladimir Sementsov-Ogievskiy
2017-08-01
1
-3
/
+3
*
docs: fix broken paths to docs/devel/tracing.txt
Philippe Mathieu-Daudé
2017-07-31
1
-1
/
+1
*
trace: Show blockjob actions via bytes, not sectors
Eric Blake
2017-07-10
1
-7
/
+7
*
block: Remove bdrv_aio_readv/writev/flush()
Kevin Wolf
2017-06-26
1
-3
/
+0
*
block/vxhs.c: Add support for a new block device type called "vxhs"
Ashish Mittal
2017-04-24
1
-0
/
+17
*
trace: clean up trace-events files
Stefan Hajnoczi
2017-01-31
1
-2
/
+0
*
block: Rename raw-{posix,win32} to file-*.c
Eric Blake
2017-01-09
1
-2
/
+2
*
blockjob: add block_job_start
John Snow
2016-11-15
1
-3
/
+3
*
blockjob: centralize QMP event emissions
John Snow
2016-11-01
1
-3
/
+2
[next]