summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_trace.h
AgeCommit message (Expand)AuthorFilesLines
2024-09-03xfs: use xas_for_each_marked in xfs_reclaim_inodes_countChristoph Hellwig1-1/+1
2024-09-03xfs: simplify tagged perag iterationChristoph Hellwig1-2/+2
2024-09-01xfs: introduce new file range commit ioctlsDarrick J. Wong1-1/+56
2024-07-29xfs: fix file_path handling in tracepointsDarrick J. Wong1-6/+4
2024-07-04xfs: grant heads track byte counts, not LSNsDave Chinner1-17/+17
2024-07-04xfs: l_last_sync_lsn is really AIL stateDave Chinner1-4/+4
2024-07-02xfs: clean up refcount log intent item tracepoint callsitesDarrick J. Wong1-41/+18
2024-07-02xfs: pass btree cursors to refcount btree tracepointsDarrick J. Wong1-45/+38
2024-07-02xfs: create specialized classes for refcount tracepointsDarrick J. Wong1-22/+39
2024-07-02xfs: give refcount btree cursor error tracepoints their own classDarrick J. Wong1-13/+13
2024-07-02xfs: clean up rmap log intent item tracepoint callsitesDarrick J. Wong1-31/+28
2024-07-02xfs: pass btree cursors to rmap btree tracepointsDarrick J. Wong1-12/+12
2024-07-02xfs: give rmap btree cursor error tracepoints their own classDarrick J. Wong1-18/+99
2024-07-02xfs: clean up extent free log intent item tracepoint callsitesDarrick J. Wong1-18/+15
2024-07-01xfs: enable FITRIM on the realtime deviceDarrick J. Wong1-0/+29
2024-05-23tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-14/+14
2024-04-23xfs: add parent pointer ioctlsDarrick J. Wong1-0/+92
2024-04-23xfs: add parent pointer support to attribute codeAllison Henderson1-1/+2
2024-04-23xfs: remove xfs_da_args.attr_flagsDarrick J. Wong1-6/+1
2024-04-22xfs: split xfs_mod_freecounterChristoph Hellwig1-1/+0
2024-04-22xfs: remove the unused xfs_extent_busy_enomem trace eventChristoph Hellwig1-1/+0
2024-04-16xfs: repair extended attributesDarrick J. Wong1-0/+2
2024-04-16xfs: add an explicit owner field to xfs_da_argsDarrick J. Wong1-2/+5
2024-04-16xfs: condense extended attributes after a mapping exchange operationDarrick J. Wong1-1/+2
2024-04-16xfs: bind together the front and back ends of the file range exchange codeDarrick J. Wong1-0/+109
2024-04-16xfs: create deferred log items for file mapping exchangesDarrick J. Wong1-0/+217
2024-03-15xfs: fix dev_t usage in xmbuf tracepointsDarrick J. Wong1-2/+7
2024-02-22xfs: add a realtime flag to the bmap update log redo itemsDarrick J. Wong1-5/+18
2024-02-22xfs: clean up bmap log intent item tracepoint callsitesDarrick J. Wong1-31/+25
2024-02-22xfs: split tracepoint classes for deferred itemsDarrick J. Wong1-85/+166
2024-02-22xfs: launder in-memory btree buffers before transaction commitDarrick J. Wong1-0/+1
2024-02-22xfs: support in-memory btreesDarrick J. Wong1-2/+115
2024-02-22xfs: support in-memory buffer cache targetsDarrick J. Wong1-0/+49
2024-02-22xfs: remove xfs_btnum_tChristoph Hellwig1-9/+0
2024-02-22xfs: add a name field to struct xfs_btree_opsChristoph Hellwig1-35/+35
2024-02-22xfs: split the agf_roots and agf_levels arraysChristoph Hellwig1-6/+4
2024-02-22xfs: split out a btree type from the btree ops geometry flagsChristoph Hellwig1-2/+2
2024-02-22xfs: store the btree pointer length in struct xfs_btree_opsDarrick J. Wong1-2/+2
2024-02-22xfs: encode the btree geometry flags in the btree ops structureDarrick J. Wong1-4/+4
2024-02-22xfs: consolidate btree block allocation tracepointsDarrick J. Wong1-2/+47
2024-02-22xfs: consolidate btree block freeing tracepointsDarrick J. Wong1-2/+30
2024-02-22xfs: remember sick inodes that get inactivatedDarrick J. Wong1-0/+1
2024-02-22xfs: separate the marking of sick and checked metadataDarrick J. Wong1-0/+4
2024-02-13xfs: convert kmem_alloc() to kmalloc()Dave Chinner1-25/+0
2023-12-29xfs: use the op name in trace_xlog_intent_recovery_failedChristoph Hellwig1-6/+9
2023-12-14xfs: store an ops pointer in struct xfs_defer_pendingChristoph Hellwig1-8/+8
2023-12-14xfs: consolidate the xfs_attr_defer_* helpersChristoph Hellwig1-2/+0
2023-12-07xfs: allow pausing of pending deferred work itemsDarrick J. Wong1-2/+11
2023-09-12xfs: reload entire unlinked bucket listsDarrick J. Wong1-0/+20
2023-09-12xfs: load uncached unlinked inodes into memory on demandDarrick J. Wong1-0/+25