dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [dm-devel] block tracepoint cleanups v2
@ 2020-12-03 16:21 Christoph Hellwig
  2020-12-03 16:21 ` [dm-devel] [PATCH 1/5] block: remove the unused block_sleeprq tracepoint Christoph Hellwig
                   ` (5 more replies)
  0 siblings, 6 replies; 20+ messages in thread
From: Christoph Hellwig @ 2020-12-03 16:21 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Tejun Heo, linux-block, dm-devel, linux-raid, linux-s390

Hi Jens,

this series cleans up the block layer tracepoints by removing unused
tracepoints or tracepoint arguments and consolidating the implementation
of various bio based tracepoints.

Changes since v1:
 - a few commit log typo fixes and improvements


Diffstat:
 block/blk-core.c              |    4 
 block/blk-merge.c             |    8 -
 block/blk-mq-sched.c          |    2 
 block/blk-mq.c                |   10 -
 block/bounce.c                |    2 
 drivers/md/dm-rq.c            |    2 
 drivers/md/dm.c               |    5 
 drivers/md/md-linear.c        |    3 
 drivers/md/md.c               |    5 
 drivers/md/raid0.c            |    4 
 drivers/md/raid1.c            |    7 -
 drivers/md/raid10.c           |    6 -
 drivers/md/raid5.c            |   15 +-
 drivers/nvme/host/multipath.c |    3 
 drivers/s390/scsi/zfcp_fsf.c  |    3 
 include/linux/blktrace_api.h  |    5 
 include/trace/events/block.h  |  228 +++++++++---------------------------------
 kernel/trace/blktrace.c       |  126 ++++++-----------------
 18 files changed, 125 insertions(+), 313 deletions(-)

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel


^ permalink raw reply	[flat|nested] 20+ messages in thread
* [dm-devel] block tracepoint cleanups
@ 2020-11-30 17:58 Christoph Hellwig
  2020-11-30 17:58 ` [dm-devel] [PATCH 4/5] block: remove the request_queue argument to the block_bio_remap tracepoint Christoph Hellwig
  0 siblings, 1 reply; 20+ messages in thread
From: Christoph Hellwig @ 2020-11-30 17:58 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-block, linux-raid, dm-devel, linux-s390

Hi Jens,

this series cleans up the block layer tracepoints by removing unused
tracepoints or tracepoint arguments and consolidating the implementation
of various bio based tracepoints.

Diffstat:
 block/blk-core.c              |    4 
 block/blk-merge.c             |    8 -
 block/blk-mq-sched.c          |    2 
 block/blk-mq.c                |   10 -
 block/bounce.c                |    2 
 drivers/md/dm-rq.c            |    2 
 drivers/md/dm.c               |    5 
 drivers/md/md-linear.c        |    3 
 drivers/md/md.c               |    5 
 drivers/md/raid0.c            |    4 
 drivers/md/raid1.c            |    7 -
 drivers/md/raid10.c           |    6 -
 drivers/md/raid5.c            |   15 +-
 drivers/nvme/host/multipath.c |    3 
 drivers/s390/scsi/zfcp_fsf.c  |    3 
 include/linux/blktrace_api.h  |    5 
 include/trace/events/block.h  |  228 +++++++++---------------------------------
 kernel/trace/blktrace.c       |  126 ++++++-----------------
 18 files changed, 125 insertions(+), 313 deletions(-)

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2020-12-04 16:42 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-03 16:21 [dm-devel] block tracepoint cleanups v2 Christoph Hellwig
2020-12-03 16:21 ` [dm-devel] [PATCH 1/5] block: remove the unused block_sleeprq tracepoint Christoph Hellwig
2020-12-03 19:45   ` Tejun Heo
2020-12-04  3:25   ` Chaitanya Kulkarni
2020-12-03 16:21 ` [dm-devel] [PATCH 2/5] block: simplify and extend the block_bio_merge tracepoint class Christoph Hellwig
2020-12-03 20:05   ` Tejun Heo
2020-12-04  3:25   ` Chaitanya Kulkarni
2020-12-03 16:21 ` [dm-devel] [PATCH 3/5] block: remove the request_queue argument to the block_split tracepoint Christoph Hellwig
2020-12-03 20:06   ` Tejun Heo
2020-12-04  3:26   ` Chaitanya Kulkarni
2020-12-03 16:21 ` [dm-devel] [PATCH 4/5] block: remove the request_queue argument to the block_bio_remap tracepoint Christoph Hellwig
2020-12-03 20:07   ` Tejun Heo
2020-12-04  3:27   ` Chaitanya Kulkarni
2020-12-03 16:21 ` [dm-devel] [PATCH 5/5] block: remove the request_queue to argument request based tracepoints Christoph Hellwig
2020-12-03 20:10   ` Tejun Heo
2020-12-04  3:26   ` Chaitanya Kulkarni
2020-12-04 16:42 ` [dm-devel] block tracepoint cleanups v2 Jens Axboe
  -- strict thread matches above, loose matches on Subject: below --
2020-11-30 17:58 [dm-devel] block tracepoint cleanups Christoph Hellwig
2020-11-30 17:58 ` [dm-devel] [PATCH 4/5] block: remove the request_queue argument to the block_bio_remap tracepoint Christoph Hellwig
2020-12-03  9:02   ` Damien Le Moal
2020-12-03 12:49   ` Hannes Reinecke

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).