[PATCH 0/3] nfsd: callback debugging improvements

Jeff Layton posted 3 patches 1 year, 3 months ago
fs/nfsd/nfs4callback.c |  8 +++++++-
fs/nfsd/nfs4layouts.c  |  1 +
fs/nfsd/nfs4proc.c     |  3 ++-
fs/nfsd/nfs4state.c    |  7 +++++++
fs/nfsd/state.h        |  1 +
fs/nfsd/trace.h        | 27 +++++++++++++++++++++++----
6 files changed, 41 insertions(+), 6 deletions(-)
[PATCH 0/3] nfsd: callback debugging improvements
Posted by Jeff Layton 1 year, 3 months ago
While working on the delstid patches, I had a couple of bugs that caused
problems during the callback handling. They're now fixed, but these
patches helped me sort out the problems.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
---
Jeff Layton (3):
      nfsd: add more info to WARN_ON_ONCE on failed callbacks
      nfsd: track the main opcode for callbacks
      nfsd: add more nfsd_cb tracepoints

 fs/nfsd/nfs4callback.c |  8 +++++++-
 fs/nfsd/nfs4layouts.c  |  1 +
 fs/nfsd/nfs4proc.c     |  3 ++-
 fs/nfsd/nfs4state.c    |  7 +++++++
 fs/nfsd/state.h        |  1 +
 fs/nfsd/trace.h        | 27 +++++++++++++++++++++++----
 6 files changed, 41 insertions(+), 6 deletions(-)
---
base-commit: 5be63fc19fcaa4c236b307420483578a56986a37
change-id: 20240825-nfsd-cb-1ba377ada62d

Best regards,
-- 
Jeff Layton <jlayton@kernel.org>
Re: [PATCH 0/3] nfsd: callback debugging improvements
Posted by Chuck Lever 1 year, 3 months ago
On Mon, 26 Aug 2024 08:50:10 -0400, Jeff Layton wrote:
> While working on the delstid patches, I had a couple of bugs that caused
> problems during the callback handling. They're now fixed, but these
> patches helped me sort out the problems.
> 
> 

Applied to nfsd-next for v6.12, thanks!

[1/3] nfsd: add more info to WARN_ON_ONCE on failed callbacks
      commit: 53d519333daf57adc2e682b8316a14afc4dfce6f
[2/3] nfsd: track the main opcode for callbacks
      commit: 17d2b21a691f364710f7ed4192dc3236e44decb0
[3/3] nfsd: add more nfsd_cb tracepoints
      commit: 548ddf619060262afc87db275d644b7f6ee6cbfb

-- 
Chuck Lever