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