[PATCH 0/4] nfs: client-side tracepoints for delegations and cache coherency

Jeff Layton posted 4 patches 6 months, 2 weeks ago
There is a newer version of this series
fs/nfs/delegation.c |   4 ++
fs/nfs/nfs4proc.c   |   4 ++
fs/nfs/nfs4trace.h  | 104 ++++++++++++++++++++++++++++++++++++++++++++++++++++
fs/nfs/nfstrace.h   |   8 +++-
4 files changed, 118 insertions(+), 2 deletions(-)
[PATCH 0/4] nfs: client-side tracepoints for delegations and cache coherency
Posted by Jeff Layton 6 months, 2 weeks ago
These are some tracepoints that I rolled a while back when working on
the client-side pieces of the directory delegation patchset. I think
that these are useful in their own right, even without dir delegations.

Please consider these for v6.17.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
---
Jeff Layton (4):
      nfs: add cache_validity to the nfs_inode_event tracepoints
      nfs: add a tracepoint to nfs_inode_detach_delegation_locked
      nfs: new tracepoint in nfs_delegation_need_return
      nfs: new tracepoint in match_stateid operation

 fs/nfs/delegation.c |   4 ++
 fs/nfs/nfs4proc.c   |   4 ++
 fs/nfs/nfs4trace.h  | 104 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 fs/nfs/nfstrace.h   |   8 +++-
 4 files changed, 118 insertions(+), 2 deletions(-)
---
base-commit: e3e3775392f3f0f3e3044f8c162bf47858e01759
change-id: 20250603-nfs-tracepoints-034454716137

Best regards,
-- 
Jeff Layton <jlayton@kernel.org>
Re: [PATCH 0/4] nfs: client-side tracepoints for delegations and cache coherency
Posted by Benjamin Coddington 6 months, 1 week ago
On 3 Jun 2025, at 7:42, Jeff Layton wrote:

> These are some tracepoints that I rolled a while back when working on
> the client-side pieces of the directory delegation patchset. I think
> that these are useful in their own right, even without dir delegations.
>
> Please consider these for v6.17.
>
> Signed-off-by: Jeff Layton <jlayton@kernel.org>
> ---
> Jeff Layton (4):
>       nfs: add cache_validity to the nfs_inode_event tracepoints
>       nfs: add a tracepoint to nfs_inode_detach_delegation_locked
>       nfs: new tracepoint in nfs_delegation_need_return
>       nfs: new tracepoint in match_stateid operation

For the series:

Reviewed-by: Benjamin Coddington <bcodding@redhat.com>

Ben