summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_trace.h
AgeCommit message (Expand)AuthorFilesLines
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
2023-08-30Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+3
2023-08-25mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)1-14/+6
2023-08-10xfs: implement online scrubbing of rtsummary infoDarrick J. Wong1-0/+3
2023-07-06Merge tag 'xfs-6.5-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+25
2023-07-02xfs: clean up the rtbitmap fsmap backendDarrick J. Wong1-0/+25
2023-05-24xfs: Provide a splice-read wrapperDavid Howells1-1/+1
2023-04-12xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong1-0/+71
2023-04-12xfs: create traced helper to get extra perag referencesDarrick J. Wong1-0/+1
2023-03-19xfs: add tracepoints for each of the externally visible allocatorsDarrick J. Wong1-0/+7
2023-02-13xfs: refactor the filestreams allocator pick functionsDave Chinner1-5/+4
2023-02-13xfs: pass perag to filestreams tracingDave Chinner1-17/+20
2023-02-13xfs: fold xfs_alloc_ag_vextent() into callersDave Chinner1-7/+1
2023-02-13xfs: rework the perag trace points to be perag centricDave Chinner1-10/+11
2023-02-13xfs: active perag reference countingDave Chinner1-0/+3
2023-02-10xfs: t_firstblock is tracking AGs not blocksDave Chinner1-4/+4
2023-02-10xfs: fix low space alloc deadlockDave Chinner1-0/+1
2023-02-05xfs: pass refcount intent directly through the log intent codeDarrick J. Wong1-11/+4
2022-11-29xfs: add debug knob to slow down write for funDarrick J. Wong1-0/+42
2022-11-29xfs: add debug knob to slow down writeback for funDarrick J. Wong1-0/+44
2022-10-31xfs: report refcount domain in tracepointsDarrick J. Wong1-9/+39
2022-09-18xfs: missing space in xfs trace logZeng Heng1-2/+2
2022-07-14Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/...Darrick J. Wong1-1/+1
2022-07-14xfs: introduce xfs_iunlink_lookupDave Chinner1-1/+0
2022-07-12xfs: replace inode fork size macros with functionsDarrick J. Wong1-1/+1
2022-06-23xfs: introduce xfs_inodegc_push()Dave Chinner1-0/+1
2022-05-12xfs: ATTR_REPLACE algorithm with LARP enabled needs reworkDave Chinner1-5/+2