linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] vfs: fix delegated timestamp updates
@ 2025-07-22 18:52 Jeff Layton
  2025-07-22 18:52 ` [PATCH 1/2] vfs: add tracepoints in inode_set_ctime_deleg Jeff Layton
  2025-07-22 18:52 ` [PATCH 2/2] vfs: fix delegated timestamp handling in setattr_copy() Jeff Layton
  0 siblings, 2 replies; 7+ messages in thread
From: Jeff Layton @ 2025-07-22 18:52 UTC (permalink / raw)
  To: Alexander Viro, Christian Brauner, Jan Kara, Steven Rostedt,
	Masami Hiramatsu, Mathieu Desnoyers, Chuck Lever, NeilBrown,
	Olga Kornievskaia, Dai Ngo, Tom Talpey
  Cc: linux-fsdevel, linux-kernel, linux-trace-kernel, linux-nfs,
	Jeff Layton

We had been seeing some failures in the git regression testsuite when
run on NFS with delegated timestamps enabled. The first patch adds a
tracepoint that was helpful for tracking down the problem. The second
patch _mostly_ fixes the actual issue. With this, the git regression
testsuite is passing a lot more often for me, even when run in the
"stress" configuration under kdevops.

That said, I'm still seeing an occasional failure that I think may be a
problem on the client. I'll send email about that separately.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
---
Jeff Layton (2):
      vfs: add tracepoints in inode_set_ctime_deleg
      vfs: fix delegated timestamp handling in setattr_copy()

 fs/attr.c                        | 52 +++++++++++++++++++++++++++++-----------
 fs/inode.c                       |  5 +++-
 fs/nfsd/nfs4xdr.c                |  4 +---
 include/trace/events/timestamp.h | 40 +++++++++++++++++++++++++++++++
 4 files changed, 83 insertions(+), 18 deletions(-)
---
base-commit: bab771b8eba6f3b13446ced52751be122af0d3b7
change-id: 20250722-nfsd-testing-5e861a3cf3a0

Best regards,
-- 
Jeff Layton <jlayton@kernel.org>


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

end of thread, other threads:[~2025-07-24 13:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-22 18:52 [PATCH 0/2] vfs: fix delegated timestamp updates Jeff Layton
2025-07-22 18:52 ` [PATCH 1/2] vfs: add tracepoints in inode_set_ctime_deleg Jeff Layton
2025-07-23  1:10   ` Steven Rostedt
2025-07-24 13:49   ` Chuck Lever
2025-07-22 18:52 ` [PATCH 2/2] vfs: fix delegated timestamp handling in setattr_copy() Jeff Layton
2025-07-22 22:19   ` Jeff Layton
2025-07-23 11:51     ` Christian Brauner

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