aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/nfsd/trace.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-11nfsd: add tracepoint for getattr and statfs eventsJeff Layton1-0/+30
2025-05-11nfsd: add tracepoint to nfsd_readdirJeff Layton1-0/+26
2025-05-11nfsd: add tracepoint to nfsd_renameJeff Layton1-0/+31
2025-05-11nfsd: add tracepoints for unlink eventsJeff Layton1-0/+24
2025-05-11nfsd: add tracepoint to nfsd_link()Jeff Layton1-0/+27
2025-05-11nfsd: add tracepoint to nfsd_symlinkJeff Layton1-0/+27
2025-05-11nfsd: add nfsd_vfs_create tracepointsJeff Layton1-0/+27
2025-05-11nfsd: add a tracepoint to nfsd_lookup_dentryJeff Layton1-0/+23
2025-05-11nfsd: add a tracepoint for nfsd_setattrJeff Layton1-0/+39
2025-05-11NFSD: Add a Call equivalent to the NFSD_TRACE_PROC_RES macrosChuck Lever1-0/+17
2025-05-11NFSD: Use sockaddr instead of a generic arrayChuck Lever1-14/+15
2025-05-11nfsd: add commit start/done tracepoints around nfsd_commit()Jeff Layton1-0/+2
2025-03-10nfsd: move cb_need_restart flag into cb_flagsJeff Layton1-1/+1
2025-03-10nfsd: filecache: introduce NFSD_FILE_RECENTNeilBrown1-0/+3
2025-03-10NFSD: Fix trace_nfsd_slot_seqid_sequenceChuck Lever1-4/+15
2025-01-06nfsd: trace: remove redundant stateid even deleg_recallChen Hanxiao1-1/+0
2024-11-18nfsd: allow for up to 32 callback session slotsJeff Layton1-1/+1
2024-11-18NFSD: Add a tracepoint to record canceled async COPY operationsChuck Lever1-1/+10
2024-11-18nfsd: refine and rename NFSD_MAY_LOCKNeilBrown1-1/+1
2024-11-18nfsd: new tracepoint for after op_func in compound processingJeff Layton1-1/+13
2024-10-04nfsd/localio: fix nfsd_file tracepoints to handle NULL rqstpMike Snitzer1-3/+3
2024-09-23nfsd: add LOCALIO supportWeston Andros Adamson1-1/+2
2024-09-23NFSD: Short-circuit fh_verify tracepoints for LOCALIOChuck Lever1-8/+10
2024-09-20NFSD: Wrap async copy operations with trace pointsChuck Lever1-1/+70
2024-09-20NFSD: Clean up extra whitespace in trace_nfsd_copy_doneChuck Lever1-1/+1
2024-09-20NFSD: Record the callback stateid in copy tracepointsChuck Lever1-0/+12
2024-09-20NFSD: Display copy stateids with conventional print formattingChuck Lever1-6/+6
2024-09-20nfsd: add more nfsd_cb tracepointsJeff Layton1-0/+4
2024-09-20nfsd: track the main opcode for callbacksJeff Layton1-4/+19
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-20/+20
2024-05-06nfsd: add tracepoint in mark_client_expired_lockedJeff Layton1-0/+24
2024-05-06nfsd: new tracepoint for check_slot_seqidChuck Lever1-0/+70
2024-05-06nfsd: drop extraneous newline from nfsd tracepointsJeff Layton1-3/+3
2024-03-18tracing: Remove __assign_str_len()Steven Rostedt (Google)1-4/+4
2024-03-18NFSD: Fix nfsd_clid_class use of __string_len() macroSteven Rostedt (Google)1-1/+1
2024-03-09NFSD: Clean up nfsd4_encode_replay()Chuck Lever1-0/+18
2024-03-01nfsd: prepare for supporting admin-revocation of stateNeilBrown1-1/+2
2024-03-01nfsd: split sc_status out of sc_typeNeilBrown1-17/+14
2024-03-01NFSD: Add callback operation lifetime trace pointsChuck Lever1-0/+42
2024-03-01NFSD: Rename nfsd_cb_state trace pointChuck Lever1-1/+2
2024-03-01NFSD: Replace dprintks in nfsd4_cb_sequence_done()Chuck Lever1-0/+82
2024-03-01NFSD: Add nfsd_seq4_status trace eventChuck Lever1-0/+35
2024-01-07NFSD: Remove nfsd_drc_gc() tracepointChuck Lever1-22/+0
2023-10-16NFSD: add trace points to track server copy progressDai Ngo1-0/+87
2023-08-29NFSD: Rename struct svc_cacherepChuck Lever1-2/+2
2023-08-29NFSD: Replace nfsd_prune_bucket()Chuck Lever1-0/+22
2023-08-29NFSD: Enable write delegation supportDai Ngo1-0/+1
2023-06-05NFSD: trace nfsctl operationsChuck Lever1-0/+259
2023-05-15NFSD: Remove open coding of string copyAzeem Shaikh1-3/+3
2023-02-20nfsd: don't fsync nfsd_files on last closeJeff Layton1-31/+0