mbox series

[v2,0/7] NFSv4.2 add tracepoints to sparse files and copy

Message ID 20211104145714.57942-1-olga.kornievskaia@gmail.com (mailing list archive)
Headers show
Series NFSv4.2 add tracepoints to sparse files and copy | expand

Message

Olga Kornievskaia Nov. 4, 2021, 2:57 p.m. UTC
From: Olga Kornievskaia <kolga@netapp.com>

v2 changes:
- addressed compile issues with CONFIG_NFS_V4_2 isn't enabled
- addressed grouping assignment based on the error value
- addressed reusing show_nfs_stable_how instead of defining new

Olga Kornievskaia (7):
  NFSv4.2 add tracepoint to SEEK
  NFSv4.2 add tracepoints to FALLOCATE and DEALLOCATE
  NFSv4.2 add tracepoint to COPY
  NFSv4.2 add tracepoint to CLONE
  NFSv4.2 add tracepoint to CB_OFFLOAD
  NFSv4.2 add tracepoint to COPY_NOTIFY
  NFSv4.2 add tracepoint to OFFLOAD_CANCEL

 fs/nfs/callback_proc.c |   3 +
 fs/nfs/nfs42proc.c     |   9 +
 fs/nfs/nfs4trace.h     | 443 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 455 insertions(+)