linux-btrace.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-27 19:40:53 to 2019-08-19 04:40:35 UTC [more...]

[RFC PATCH 04/38] blktrace: introduce new ioctls
 2019-08-19  4:40 UTC 

[RFC PATCH 03/38] blkdev.h: add new trace ext as a queue member
 2019-08-19  4:40 UTC 

[RFC PATCH 02/38] blktrace_api: add new trace definition
 2019-08-19  4:40 UTC 

[RFC PATCH 01/38] blktrace_api: add new trace definitions
 2019-08-19  4:40 UTC 

[RFC PATCH 00/38] blktrace: add block trace extension support
 2019-08-19  4:40 UTC 

[RFC PATCH 38/38] blktrace: add integrity tracking support
 2019-07-17 21:24 UTC 

[RFC PATCH 37/38] block: update blkdev_ioctl with new trace ioctls
 2019-07-17 21:24 UTC 

[RFC PATCH 36/38] blktrace: implement setup-start-stop ioclts
 2019-07-17 21:24 UTC 

[RFC PATCH 35/38] blktrace: add blkext tracer
 2019-07-17 21:24 UTC 

[RFC PATCH 34/38] blktrace: add trace print helpers
 2019-07-17 21:24 UTC 

[RFC PATCH 33/38] blktrace: add trace_synthesize helper
 2019-07-17 21:24 UTC 

[RFC PATCH 32/38] blktrace: add trace event print helper
 2019-07-17 21:24 UTC 

[RFC PATCH 31/38] blktrace: link blk_log_xxx() to trace action
 2019-07-17 21:24 UTC 

[RFC PATCH 30/38] blktrace: add blk_log_xxx helpers()
 2019-07-17 21:24 UTC 

[RFC PATCH 29/38] blktrace: add trace entry & pdu helpers
 2019-07-17 21:24 UTC 

[RFC PATCH 28/38] blktrace: add a new formatting routine
 2019-07-17 21:24 UTC 

[RFC PATCH 27/38] blktrace: update blk_add_driver_data()
 2019-07-17 21:24 UTC 

[RFC PATCH 26/38] blktrace: update blk_add_trace_rq_remap()
 2019-07-17 21:24 UTC 

[RFC PATCH 25/38] blktrace: update blk_add_trace_bio_remap()
 2019-07-17 21:24 UTC 

[RFC PATCH 24/38] blktrace: update blk_add_trace_split()
 2019-07-17 21:24 UTC 

[RFC PATCH 23/38] blktrace: update blk_add_trace_unplug()
 2019-07-17 21:24 UTC 

[RFC PATCH 22/38] blktrace: update blk_add_trace_plug()
 2019-07-17 21:24 UTC 

[RFC PATCH 21/38] blktrace: update blk_add_trace_sleeprq()
 2019-07-17 21:24 UTC 

[RFC PATCH 20/38] blktrace: update blk_add_trace_getrq()
 2019-07-17 21:24 UTC 

[RFC PATCH 19/38] blktrace: update blk_add_trace_bio_queue()
 2019-07-17 21:24 UTC 

[RFC PATCH 18/38] blktrace: update blk_add_trace_bio_frontmerge()
 2019-07-17 21:24 UTC 

[RFC PATCH 17/38] blktrace: update blk_add_trace_bio_backmerge()
 2019-07-17 21:24 UTC 

[RFC PATCH 16/38] blktrace: update blk_add_trace_bio_complete()
 2019-07-17 21:24 UTC 

[RFC PATCH 15/38] blktrace: update blk_add_trace_bio_bounce()
 2019-07-17 21:24 UTC 

[RFC PATCH 14/38] blktrace: update blk_add_trace_bio()
 2019-07-17 21:24 UTC 

[RFC PATCH 13/38] blktrace: update blk_add_trace_rq_complete()
 2019-07-17 21:24 UTC 

[RFC PATCH 12/38] blktrace: update blk_add_trace_rq_requeue()
 2019-07-17 21:24 UTC 

[RFC PATCH 11/38] blktrace: update blk_add_trace_rq_issue()
 2019-07-17 21:24 UTC 

[RFC PATCH 10/38] blktrace: update blk_add_trace_rq_insert()
 2019-07-17 21:24 UTC 

[RFC PATCH 09/38] blktrace: update blk_add_trace_rq()
 2019-07-17 21:24 UTC 

[RFC PATCH 08/38] blktrace: add core trace API
 2019-07-17 21:24 UTC 

[RFC PATCH 07/38] blktrace: add act and prio check helpers
 2019-07-17 21:24 UTC 

[RFC PATCH 06/38] blktrace: add trace note APIs
 2019-07-17 21:24 UTC 

[RFC PATCH 05/38] blktrace: add a new global list
 2019-07-17 21:24 UTC 

[RFC PATCH 04/38] blktrace: introduce new ioctls
 2019-07-17 21:24 UTC 

[RFC PATCH 03/38] blkdev.h: add new trace ext as a queue member
 2019-07-17 21:24 UTC 

[RFC PATCH 02/38] blktrace_api: add new trace definition
 2019-07-17 21:23 UTC 

[RFC PATCH 01/38] blktrace_api: add new trace definitions
 2019-07-17 21:23 UTC 

[RFC PATCH 00/38] blktrace: add block trace extension support
 2019-07-17 21:23 UTC 

[PATCH V4 0/9] block: use right accessor to read nr_sects
 2019-07-17  2:28 UTC  (14+ messages)
` [PATCH V4 1/9] block: add a helper function to read nr_setcs
` [PATCH V4 2/9] blk-zoned: update blkdev_nr_zones() with helper
` [PATCH V4 3/9] blk-zoned: update blkdev_report_zone() "
` [PATCH V4 4/9] blk-zoned: update blkdev_reset_zones() "
` [PATCH V4 5/9] bcache: update cached_dev_init() "
` [PATCH V4 6/9] f2fs: use helper in init_blkz_info()
` [PATCH V4 7/9] blktrace: use helper in blk_trace_setup_lba()
` [PATCH V4 8/9] target/pscsi: use helper in pscsi_get_blocks()
` [PATCH V4 9/9] xen/blkback: use helper in vbd_sz()

[PATCH V3 0/9] block: use right accessor to read nr_sects
 2019-07-03 15:03 UTC  (17+ messages)
` [PATCH V3 1/9] block: add a helper function to read nr_setcs
` [PATCH V3 2/9] blk-zoned: update blkdev_nr_zones() with helper
` [PATCH V3 3/9] blk-zoned: update blkdev_report_zone() "
` [PATCH V3 4/9] blk-zoned: update blkdev_reset_zones() "
` [PATCH V3 5/9] bcache: update cached_dev_init() "
` [PATCH V3 6/9] f2fs: use helper in init_blkz_info()
` [PATCH V3 7/9] blktrace: use helper in blk_trace_setup_lba()
` [COMPILE TEST ONLY PATCH V3 8/9] target/pscsi: use helper in pscsi_get_blocks()
` [COMPILE TEST ONLY PATCH V3 9/9] xen/blkback: use helper in vbd_sz()

[blktrace-tools RFC PATCH 5/5] blkparse: add support for trace extension
 2019-06-25 11:00 UTC  (6+ messages)

[PATCH V2 0/7] block: use right accessor to read nr_setcs
 2019-06-17 16:58 UTC  (16+ messages)
` [PATCH V2 1/7] block: add a helper function "
` [PATCH V2 2/7] blk-zoned: update blkdev_nr_zones() with helper
` [PATCH V2 3/7] blk-zoned: update blkdev_report_zone() "
` [PATCH V2 4/7] blk-zoned: update blkdev_reset_zones() "
` [PATCH V2 5/7] bcache: update cached_dev_init() "
` [PATCH V2 6/7] f2fs: use helper in init_blkz_info()
` [PATCH V2 7/7] blktrace: use helper in blk_trace_setup_lba()

[PATCH 0/8] block: use right accessor to read nr_sects
 2019-06-13 20:29 UTC  (17+ messages)
` [PATCH 1/8] block: add a helper function to read nr_setcs
` [PATCH 2/8] blk-zoned: update blkdev_nr_zones() with helper
` [PATCH 3/8] blk-zoned: update blkdev_report_zone() "
` [PATCH 4/8] blk-zoned: update blkdev_reset_zones() "
` [PATCH 5/8] bcache: update cached_dev_init() "
` [COMPILE TESTED PATCH 6/8] target/pscsi: use helper in pscsi_get_blocks()
` [COMPILE TESTED PATCH 7/8] f2fs: use helper in init_blkz_info()
` [PATCH 8/8] blktrace: use helper in blk_trace_setup_lba()

[blktrace-tools RFC PATCH 4/5] blktrace: add support for trace extension
 2019-06-02 16:58 UTC 

[blktrace-tools RFC PATCH 3/5] act_mask: add support for trace extension
 2019-06-02 16:58 UTC 

[blktrace-tools RFC PATCH 2/5] blktrace.h: update tools header for trace extension
 2019-06-02 16:58 UTC 

[blktrace-tools RFC PATCH 1/5] blktrace_api.h: add trace extension definitions
 2019-06-02 16:58 UTC 

[blktrace-tools RFC PATCH 0/5] blktrace: add block trace extension support
 2019-06-02 16:58 UTC 

[RFC PATCH 46/46] mm: set bio iopriority field
 2019-06-02 16:50 UTC 

[RFC PATCH 45/46] power/swap: set bio iopriority field
 2019-06-02 16:50 UTC 

[RFC PATCH 44/46] fs: set bio iopriority field
 2019-06-02 16:50 UTC 

[RFC PATCH 43/46] drivers: set bio iopriority field
 2019-06-02 16:50 UTC 

[RFC PATCH 42/46] null_blk: add module param discard/write-zeroes
 2019-06-02 16:50 UTC 

[RFC PATCH 41/46] null_blk: add write-zeroes flag to nullb_device
 2019-06-02 16:50 UTC 

[RFC PATCH 40/46] block: set ioprio for write-zeroes, discard etc
 2019-06-02 16:50 UTC 

[RFC PATCH 39/46] block: set ioprio for flush bio
 2019-06-02 16:50 UTC 

[RFC PATCH 38/46] block: set ioprio for zone-reset bio
 2019-06-02 16:50 UTC 

[RFC PATCH 37/46] block: update blkdev_ioctl with new trace ioctls
 2019-06-02 16:50 UTC 

[RFC PATCH 36/46] blktrace: implement setup-start-stop ioclts
 2019-06-02 16:50 UTC 

[RFC PATCH 35/46] blktrace: add blkext tracer
 2019-06-02 16:50 UTC 

[RFC PATCH 34/46] blktrace: add trace print helpers
 2019-06-02 16:50 UTC 

[RFC PATCH 33/46] blktrace: add trace_synthesize helper
 2019-06-02 16:50 UTC 

[RFC PATCH 32/46] blktrace: add trace event print helper
 2019-06-02 16:50 UTC 

[RFC PATCH 31/46] blktrace: link blk_log_xxx() to trace action
 2019-06-02 16:50 UTC 

[RFC PATCH 30/46] blktrace: add blk_log_xxx helpers()
 2019-06-02 16:50 UTC 

[RFC PATCH 29/46] blktrace: add trace entry & pdu helpers
 2019-06-02 16:50 UTC 

[RFC PATCH 28/46] blktrace: add a new formatting routine
 2019-06-02 16:50 UTC 

[RFC PATCH 27/46] blktrace: update blk_add_driver_data()
 2019-06-02 16:50 UTC 

[RFC PATCH 26/46] blktrace: update blk_add_trace_rq_remap()
 2019-06-02 16:50 UTC 

[RFC PATCH 25/46] blktrace: update blk_add_trace_bio_remap()
 2019-06-02 16:50 UTC 

[RFC PATCH 24/46] blktrace: update blk_add_trace_split()
 2019-06-02 16:50 UTC 

[RFC PATCH 23/46] blktrace: update blk_add_trace_unplug()
 2019-06-02 16:50 UTC 

[RFC PATCH 22/46] blktrace: update blk_add_trace_plug()
 2019-06-02 16:50 UTC 

[RFC PATCH 21/46] blktrace: update blk_add_trace_sleeprq()
 2019-06-02 16:50 UTC 

[RFC PATCH 20/46] blktrace: update blk_add_trace_getrq()
 2019-06-02 16:50 UTC 

[RFC PATCH 19/46] blktrace: update blk_add_trace_bio_queue()
 2019-06-02 16:50 UTC 

[RFC PATCH 18/46] blktrace: update blk_add_trace_bio_frontmerge()
 2019-06-02 16:50 UTC 

[RFC PATCH 17/46] blktrace: update blk_add_trace_bio_backmerge()
 2019-06-02 16:50 UTC 

[RFC PATCH 16/46] blktrace: update blk_add_trace_bio_complete()
 2019-06-02 16:50 UTC 

[RFC PATCH 15/46] blktrace: update blk_add_trace_bio_bounce()
 2019-06-02 16:50 UTC 

[RFC PATCH 14/46] blktrace: update blk_add_trace_bio()
 2019-06-02 16:50 UTC 

[RFC PATCH 13/46] blktrace: update blk_add_trace_rq_complete()
 2019-06-02 16:50 UTC 

[RFC PATCH 12/46] blktrace: update blk_add_trace_rq_requeue()
 2019-06-02 16:50 UTC 

[RFC PATCH 11/46] blktrace: update blk_add_trace_rq_issue()
 2019-06-02 16:50 UTC 

[RFC PATCH 10/46] blktrace: update blk_add_trace_rq_insert()
 2019-06-02 16:50 UTC 

[RFC PATCH 09/46] blktrace: update blk_add_trace_rq()
 2019-06-02 16:50 UTC 

[RFC PATCH 08/46] blktrace: add core trace API
 2019-06-02 16:50 UTC 

[RFC PATCH 07/46] blktrace: add act and prio check helpers
 2019-06-02 16:50 UTC 

[RFC PATCH 06/46] blktrace: add trace note APIs
 2019-06-02 16:50 UTC 

[RFC PATCH 05/46] blktrace: add a new global list
 2019-06-02 16:50 UTC 

[RFC PATCH 04/46] blktrace: introduce new ioctls
 2019-06-02 16:50 UTC 

[RFC PATCH 03/46] blkdev.h: add new trace ext as a queue member
 2019-06-02 16:50 UTC 

[RFC PATCH 02/46] blktrace_api: add new trace definition
 2019-06-02 16:50 UTC 

[RFC PATCH 01/46] blktrace_api: add new trace definitions
 2019-06-02 16:50 UTC 

[RFC PATCH 00/46] blktrace: add block trace extension support
 2019-06-02 16:50 UTC 

[PATCH 00/00] blktrace: test patch please ignore <EOM>
 2019-06-02 16:37 UTC 

Recent changes (master)
 2019-05-22 12:00 UTC  (6+ messages)

[PATCH V4] blkparse: add support sort program by io event
 2019-05-21 14:06 UTC  (2+ messages)

[RFC V3 PATCH 1/1] blkparse: add support sort program by io event
 2019-05-14  7:20 UTC  (3+ messages)

blktrace failed if any CPU is made offline
 2019-05-09 12:57 UTC 

[RFC PATCH 1/1] blkparse: add support sort program by io event
 2019-04-24 16:30 UTC 

status of seekwater
 2019-04-15 15:43 UTC  (5+ messages)

[patch] iowatcher: spwan NPROCESSORS_ONLN rsvg-convert-s
 2018-09-04 10:42 UTC  (6+ messages)

[patch] iowatcher: don't add Q events to the io hash
 2018-08-31  2:58 UTC  (3+ messages)

blktrace patches from Debian
 2018-05-20 10:43 UTC 

[PATCH] make btt scripts python3-ready
 2018-05-16 19:10 UTC 

[PATCH 18/31] blktrace: doc: alternatives to blktrace traditional tooling
 2018-05-04 18:31 UTC  (4+ messages)

A heap overflow in blktrace
 2018-05-02 16:25 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).