linux-btrace.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-17 23:02:58 to 2025-10-15 10:57:20 UTC [more...]

[PATCH blktrace v3 00/20] blktrace: Add user-space support for zoned command tracing
 2025-10-15 10:56 UTC  (4+ messages)
` [PATCH blktrace v3 01/20] blktrace: fix comment for struct blk_trace_setup:
` [PATCH blktrace v3 02/20] blkparse: fix compiler warning
` [PATCH blktrace v3 03/20] blktrace: add definitions for BLKTRACESETUP2

[PATCH v3 00/16] block: add blktrace support for zoned block devi
 2025-10-15 10:54 UTC  (17+ messages)
` [PATCH v3 01/16] blktrace: only calculate trace length once
` [PATCH v3 02/16] blktrace: factor out recording a blktrace event
` [PATCH v3 03/16] blktrace: split out relaying "
` [PATCH v3 04/16] blktrace: untangle if/else sequence in __blk_add_trace
` [PATCH v3 05/16] blktrace: change the internal action to 64bit
` [PATCH v3 06/16] blktrace: split do_blk_trace_setup into two functions
` [PATCH v3 07/16] blktrace: add definitions for blk_user_trace_setup2
` [PATCH v3 08/16] blktrace: pass blk_user_trace2 to setup functions
` [PATCH v3 09/16] blktrace: add definitions for struct blk_io_trace2
` [PATCH v3 10/16] blktrace: differentiate between blk_io_trace versions
` [PATCH v3 11/16] blktrace: move trace_note to blk_io_trace2
` [PATCH v3 12/16] blktrace: move ftrace blk_io_tracer "
` [PATCH v3 13/16] blktrace: add block trace commands for zone operations
` [PATCH v3 14/16] blktrace: expose ZONE APPEND completions to blktrace
` [PATCH v3 15/16] blktrace: trace zone write plugging operations
` [PATCH v3 16/16] blktrace: handle BLKTRACESETUP2 ioctl

[PATCH v2 00/15] block: add blktrace support for zoned block device commands
 2025-10-10  7:32 UTC  (43+ messages)
` [PATCH v2 01/15] blktrace: only calculate trace length once
` [PATCH v2 02/15] blktrace: factor out recording a blktrace event
` [PATCH v2 03/15] blktrace: split out relaying "
` [PATCH v2 04/15] blktrace: untangle if/else sequence in __blk_add_trace
` [PATCH v2 05/15] blktrace: change the internal action to 64bit
` [PATCH v2 06/15] blktrace: split do_blk_trace_setup into two functions
` [PATCH v2 07/15] blktrace: add definitions for blk_user_trace_setup2
` [PATCH v2 08/15] blktrace: pass blk_user_trace2 to setup functions
` [PATCH v2 09/15] blktrace: add definitions for struct blk_io_trace2
` [PATCH v2 10/15] blktrace: differentiate between blk_io_trace versions
` [PATCH v2 11/15] blktrace: add block trace commands for zone operations
` [PATCH v2 12/15] blktrace: expose ZONE APPEND completions to blktrace
` [PATCH v2 13/15] blktrace: trace zone management operations
` [PATCH v2 14/15] blktrace: trace zone write plugging operations
` [PATCH v2 15/15] blktrace: handle BLKTRACESETUP2 ioctl

[PATCH blktrace v2 00/22] blktrace: Add user-space support for zoned command tracing
 2025-10-01  7:53 UTC  (28+ messages)
` [PATCH blktrace v2 01/22] blktrace: fix comment for struct blk_trace_setup:
` [PATCH blktrace v2 02/22] blkparse: fix compiler warning
` [PATCH blktrace v2 03/22] blktrace: add definitions for BLKTRACESETUP2
` [PATCH blktrace v2 04/22] blktrace: change size of action to 64 bits
` [PATCH blktrace v2 05/22] blktrace: add definitions for blk_io_trace2
` [PATCH blktrace v2 06/22] blktrace: support protocol version 8
` [PATCH blktrace v2 07/22] blkparse: pass magic to get_magic
` [PATCH blktrace v2 08/22] blkparse: read 'magic' first
` [PATCH blktrace v2 09/22] blkparse: factor out reading of a singe blk_io_trace event
` [PATCH blktrace v2 10/22] blkparse: skip unsupported protocol versions
` [PATCH blktrace v2 11/22] blkparse: make get_pdulen() take the pdu_len
` [PATCH blktrace v2 12/22] blkiomon: read 'magic' first
` [PATCH blktrace v2 13/22] blktrace: pass magic to CHECK_MAGIC macro
` [PATCH blktrace v2 14/22] blktrace: pass magic to verify_trace
` [PATCH blktrace v2 15/22] blktrace: rename trace_to_cpu to bit_trace_to_cpu
` [PATCH blktrace v2 16/22] blkparse: use blk_io_trace2 internally
` [PATCH blktrace v2 17/22] blkparse: natively parse blk_io_trace2
` [PATCH blktrace v2 18/22] blkparse: parse zone (un)plug actions
` [PATCH blktrace v2 19/22] blkparse: add zoned commands to fill_rwbs()
` [PATCH blktrace v2 20/22] blkparse: parse zone management commands
` [PATCH blktrace v2 21/22] blkparse: parse zone append completions
` [PATCH blktrace v2 22/22] blktrace: call BLKTRACESETUP2 ioctl per default to setup a trace

[PATCH 00/16] block: add blktrace support for zoned block device commands
 2025-09-19 15:13 UTC  (29+ messages)
` [PATCH 01/16] blktrace: split do_blk_trace_setup into two functions
` [PATCH 02/16] blktrace: add definitions for blk_user_trace_setup2
` [PATCH 03/16] blktrace: pass blk_user_trace2 to setup functions
` [PATCH 04/16] blktrace: add definitions for struct blk_io_trace2
` [PATCH 05/16] blktrace: factor out recording a blktrace event
` [PATCH 06/16] blktrace: only calculate trace length once
` [PATCH 07/16] blktrace: split out relaying a blktrace event
` [PATCH 08/16] blktrace: change the internal action to 64bit
` [PATCH 09/16] blktrace: remove struct blk_io_trace from __blk_add_trace
` [PATCH 10/16] blktrace: differentiate between blk_io_trace versions
` [PATCH 11/16] blktrace: untangle if/else sequence in __blk_add_trace
` [PATCH 12/16] blktrace: add block trace commands for zone operations
` [PATCH 13/16] blktrace: expose ZONE APPEND completions to blktrace
` [PATCH 14/16] blktrace: trace zone management operations
` [PATCH 15/16] blktrace: trace zone write plugging operations
` [PATCH 16/16] blktrace: handle BLKTRACESETUP2 ioctl

[PATCH 00/21] blktrace: Add user-space support for zoned command tracing
 2025-09-19  8:49 UTC  (28+ messages)
` [PATCH 01/21] fix comment for struct blk_trace_setup:
` [PATCH 02/21] add definitions for BLKTRACESETUP2
` [PATCH 03/21] call BLKTRACESETUP2 ioctl per default to setup a trace
` [PATCH 04/21] blktrace: change size of action to 64 bits
` [PATCH 05/21] blktrace: add definitions for blk_io_trace2
` [PATCH 06/21] blktrace: support protocol version 8
` [PATCH 07/21] blkparse: pass magic to get_magic
` [PATCH 08/21] blkparse: read 'magic' first
` [PATCH 09/21] blkparse: factor out reading of a singe blk_io_trace event
` [PATCH 10/21] blkparse: skip unsupported protocol versions
` [PATCH 11/21] blkparse: make get_pdulen() take the pdu_len
` [PATCH 12/21] blkiomon: read 'magic' first
` [PATCH 13/21] blktrace: pass magic to CHECK_MAGIC macro
` [PATCH 14/21] blktrace: pass magic to verify_trace
` [PATCH 15/21] blktrace: rename trace_to_cpu to bit_trace_to_cpu
` [PATCH 16/21] blkparse: use blk_io_trace2 internally
` [PATCH 17/21] blkparse: natively parse blk_io_trace2
` [PATCH 18/21] blkparse: parse zone (un)plug actions
` [PATCH 19/21] blkparse: add zoned commands to fill_rwbs()
` [PATCH 20/21] blkparse: parse zone management commands
` [PATCH 21/21] blkparse: parse zone append completions

[PATCH] btt: add the option -n to output latency with nanosecond precision
 2025-06-12  8:07 UTC 

[PATCH] blkparse: add the -n option to output original IO event information
 2025-06-12  7:24 UTC 

blkparse: identifying which request does not complete
 2025-06-09  9:27 UTC 

[PATCH] btt: eliminate redundant separators in btt -p display
 2025-04-28 21:06 UTC  (2+ messages)

[PATCH v1] btt: fix error configuration do-active parameter
 2025-04-24  7:12 UTC 

[PATCH] btt: use millisecond output latency time
 2025-04-24  6:09 UTC  (3+ messages)

[PATCH v2] btt: add a switch to change it to msec
 2025-04-24  5:52 UTC 

[PATCH] btt: Fix a potential coredump issue
 2025-03-20 19:32 UTC 

Recent changes (master)
 2025-03-20 12:00 UTC 

[PATCH v3] blkparse: Fix a potential coredump issue
 2025-03-20 11:07 UTC  (5+ messages)

[PATCH v2] blkparse: Fix a potential coredump issue
 2025-03-19 12:32 UTC  (2+ messages)

[PATCH] blkparse: Fix a potential coredump issue
 2025-03-19 11:57 UTC 

btt bug report: Fewer I2D and D2C Counts in btt Parsing Results When IO Requests Are Split
 2025-02-14  2:36 UTC 

Recent changes (master)
 2025-01-31 13:00 UTC 

[PATCH v2] doc: update RWBS descriptions
 2025-01-30 16:55 UTC  (2+ messages)

[PATCH v1 1/1] blktrace/events: Add an option to stop blktrace upon a number of events
 2025-01-21 23:10 UTC  (2+ messages)

[PATCH v1 0/1] Add an option to stop blktrace based on events recorded
 2025-01-21 21:45 UTC  (4+ messages)

[PATCH] doc: update RWBS descriptions
 2025-01-14 14:47 UTC  (2+ messages)

blktrace: why it has not provided Q2X, X2G stats
 2025-01-14  9:34 UTC 

[PATCH v1 1/1] blktrace/events: Add an option to stop blktrace upon a number of events
 2024-11-21 22:02 UTC 

Recent changes (master)
 2024-10-09 12:00 UTC 

[PATCH] iowatcher: Calculate ios_in_flight per trace
 2024-10-08 13:40 UTC  (2+ messages)

Understanding blktrace; measuring extra writes on ext4 with open(...,O_DSNYC | O_TRUNC)
 2024-08-02 19:58 UTC  (3+ messages)

Recent changes (master)
 2024-06-13 12:00 UTC 

[PATCH] fix hang when BLKTRACESETUP fails and "-o -" is used
 2024-06-12 20:46 UTC  (5+ messages)

blktrace hangs with "-o -" if BLKTRACESETUP fails
 2024-05-29 17:55 UTC  (2+ messages)

[PATCH v1] blktrace: output the earliest block trace log firstly
 2024-01-24  5:47 UTC  (2+ messages)

Recent changes (master)
 2024-01-18 13:00 UTC 

[PATCH] doc: btrace: fix wrong format on doc
 2024-01-17 23:02 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).