From: Jeff Layton <jlayton@kernel.org>
To: Alexander Viro <viro@zeniv.linux.org.uk>,
Christian Brauner <brauner@kernel.org>, Jan Kara <jack@suse.cz>,
Steven Rostedt <rostedt@goodmis.org>,
Masami Hiramatsu <mhiramat@kernel.org>,
Mathieu Desnoyers <mathieu.desnoyers@efficios.com>,
Chuck Lever <chuck.lever@oracle.com>,
NeilBrown <neil@brown.name>,
Olga Kornievskaia <okorniev@redhat.com>,
Dai Ngo <Dai.Ngo@oracle.com>, Tom Talpey <tom@talpey.com>
Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-trace-kernel@vger.kernel.org, linux-nfs@vger.kernel.org,
Jeff Layton <jlayton@kernel.org>
Subject: [PATCH 0/2] vfs: fix delegated timestamp updates
Date: Tue, 22 Jul 2025 14:52:26 -0400 [thread overview]
Message-ID: <20250722-nfsd-testing-v1-0-31321c7fc97f@kernel.org> (raw)
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>
next reply other threads:[~2025-07-22 18:52 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-22 18:52 Jeff Layton [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250722-nfsd-testing-v1-0-31321c7fc97f@kernel.org \
--to=jlayton@kernel.org \
--cc=Dai.Ngo@oracle.com \
--cc=brauner@kernel.org \
--cc=chuck.lever@oracle.com \
--cc=jack@suse.cz \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-nfs@vger.kernel.org \
--cc=linux-trace-kernel@vger.kernel.org \
--cc=mathieu.desnoyers@efficios.com \
--cc=mhiramat@kernel.org \
--cc=neil@brown.name \
--cc=okorniev@redhat.com \
--cc=rostedt@goodmis.org \
--cc=tom@talpey.com \
--cc=viro@zeniv.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).