summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_trace.h
AgeCommit message (Expand)Author
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)
2024-04-23xfs: add parent pointer ioctlsDarrick J. Wong
2024-04-23xfs: add parent pointer support to attribute codeAllison Henderson
2024-04-23xfs: remove xfs_da_args.attr_flagsDarrick J. Wong
2024-04-22xfs: split xfs_mod_freecounterChristoph Hellwig
2024-04-22xfs: remove the unused xfs_extent_busy_enomem trace eventChristoph Hellwig
2024-04-15xfs: repair extended attributesDarrick J. Wong
2024-04-15xfs: add an explicit owner field to xfs_da_argsDarrick J. Wong
2024-04-15xfs: condense extended attributes after a mapping exchange operationDarrick J. Wong
2024-04-15xfs: bind together the front and back ends of the file range exchange codeDarrick J. Wong
2024-04-15xfs: create deferred log items for file mapping exchangesDarrick J. Wong
2024-03-15xfs: fix dev_t usage in xmbuf tracepointsDarrick J. Wong
2024-02-22xfs: add a realtime flag to the bmap update log redo itemsDarrick J. Wong
2024-02-22xfs: clean up bmap log intent item tracepoint callsitesDarrick J. Wong
2024-02-22xfs: split tracepoint classes for deferred itemsDarrick J. Wong
2024-02-22xfs: launder in-memory btree buffers before transaction commitDarrick J. Wong
2024-02-22xfs: support in-memory btreesDarrick J. Wong
2024-02-22xfs: support in-memory buffer cache targetsDarrick J. Wong
2024-02-22xfs: remove xfs_btnum_tChristoph Hellwig
2024-02-22xfs: add a name field to struct xfs_btree_opsChristoph Hellwig
2024-02-22xfs: split the agf_roots and agf_levels arraysChristoph Hellwig
2024-02-22xfs: split out a btree type from the btree ops geometry flagsChristoph Hellwig
2024-02-22xfs: store the btree pointer length in struct xfs_btree_opsDarrick J. Wong
2024-02-22xfs: encode the btree geometry flags in the btree ops structureDarrick J. Wong
2024-02-22xfs: consolidate btree block allocation tracepointsDarrick J. Wong
2024-02-22xfs: consolidate btree block freeing tracepointsDarrick J. Wong
2024-02-22xfs: remember sick inodes that get inactivatedDarrick J. Wong
2024-02-22xfs: separate the marking of sick and checked metadataDarrick J. Wong
2024-02-13xfs: convert kmem_alloc() to kmalloc()Dave Chinner
2023-12-29xfs: use the op name in trace_xlog_intent_recovery_failedChristoph Hellwig
2023-12-14xfs: store an ops pointer in struct xfs_defer_pendingChristoph Hellwig
2023-12-14xfs: consolidate the xfs_attr_defer_* helpersChristoph Hellwig
2023-12-06xfs: allow pausing of pending deferred work itemsDarrick J. Wong
2023-09-12xfs: reload entire unlinked bucket listsDarrick J. Wong
2023-09-12xfs: load uncached unlinked inodes into memory on demandDarrick J. Wong
2023-08-30Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-08-24mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)
2023-08-10xfs: implement online scrubbing of rtsummary infoDarrick J. Wong
2023-07-05Merge tag 'xfs-6.5-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-07-02xfs: clean up the rtbitmap fsmap backendDarrick J. Wong
2023-05-24xfs: Provide a splice-read wrapperDavid Howells
2023-04-11xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong
2023-04-11xfs: create traced helper to get extra perag referencesDarrick J. Wong
2023-03-19xfs: add tracepoints for each of the externally visible allocatorsDarrick J. Wong
2023-02-13xfs: refactor the filestreams allocator pick functionsDave Chinner
2023-02-13xfs: pass perag to filestreams tracingDave Chinner
2023-02-13xfs: fold xfs_alloc_ag_vextent() into callersDave Chinner
2023-02-13xfs: rework the perag trace points to be perag centricDave Chinner
2023-02-13xfs: active perag reference countingDave Chinner
2023-02-11xfs: t_firstblock is tracking AGs not blocksDave Chinner