linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] fuse: Improve ftraces, atomic req unique and code dup removal
@ 2025-04-02 17:40 Bernd Schubert
  2025-04-02 17:40 ` [PATCH 1/4] fuse: Make the fuse_send_one request counter atomic Bernd Schubert
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Bernd Schubert @ 2025-04-02 17:40 UTC (permalink / raw)
  To: Miklos Szeredi, Vivek Goyal, Stefan Hajnoczi, Eugenio Pérez
  Cc: linux-fsdevel, Joanne Koong, Josef Bacik, Bernd Schubert

This series is mainly about improved ftraces to determine
latencies between queues and also to be able to create
latency histograms - the request unique was missing in
trace_fuse_request_send so far.
Some preparation patches are added before.

Scripts to enabled tracing and to get histograms are here
https://github.com/libfuse/libfuse/pull/1186

Signed-off-by: Bernd Schubert <bschubert@ddn.com>
---
Bernd Schubert (4):
      fuse: Make the fuse_send_one request counter atomic
      [RFC] fuse: Set request unique on allocation
      fuse: {io-uring} Avoid _send code dup
      fuse: fine-grained request ftraces

 fs/fuse/dev.c        | 37 ++++++++++------------------------
 fs/fuse/dev_uring.c  | 44 ++++++++++++++++------------------------
 fs/fuse/fuse_dev_i.h |  4 ----
 fs/fuse/fuse_i.h     | 18 ++++++++++++-----
 fs/fuse/fuse_trace.h | 57 +++++++++++++++++++++++++++++++++++++---------------
 fs/fuse/virtio_fs.c  |  3 ---
 6 files changed, 82 insertions(+), 81 deletions(-)
---
base-commit: 08733088b566b58283f0f12fb73f5db6a9a9de30
change-id: 20250402-fuse-io-uring-trace-points-690154bb72c7

Best regards,
-- 
Bernd Schubert <bschubert@ddn.com>


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

end of thread, other threads:[~2025-04-03 13:08 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-02 17:40 [PATCH 0/4] fuse: Improve ftraces, atomic req unique and code dup removal Bernd Schubert
2025-04-02 17:40 ` [PATCH 1/4] fuse: Make the fuse_send_one request counter atomic Bernd Schubert
2025-04-02 18:29   ` Miklos Szeredi
2025-04-03  9:16     ` Bernd Schubert
2025-04-03 12:15       ` Miklos Szeredi
2025-04-03 13:06         ` Bernd Schubert
2025-04-02 17:40 ` [PATCH RFC 2/4] fuse: Set request unique on allocation Bernd Schubert
2025-04-02 18:33   ` Miklos Szeredi
2025-04-03 13:08     ` Bernd Schubert
2025-04-02 17:40 ` [PATCH 3/4] fuse: {io-uring} Avoid _send code dup Bernd Schubert
2025-04-02 17:40 ` [PATCH 4/4] fuse: fine-grained request ftraces Bernd Schubert

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