summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trace.h
Commit message (Expand)AuthorAgeFilesLines
* 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-061-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
* Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-08-301-0/+3
|\
| * xfs: implement online scrubbing of rtsummary infoDarrick J. Wong2023-08-101-0/+3
* | mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)2023-08-241-14/+6
|/
* Merge tag 'xfs-6.5-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-07-051-0/+25
|\
| * xfs: clean up the rtbitmap fsmap backendDarrick J. Wong2023-07-021-0/+25
* | xfs: Provide a splice-read wrapperDavid Howells2023-05-241-1/+1
|/
* xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong2023-04-111-0/+71
* xfs: create traced helper to get extra perag referencesDarrick J. Wong2023-04-111-0/+1
* xfs: add tracepoints for each of the externally visible allocatorsDarrick J. Wong2023-03-191-0/+7
* xfs: refactor the filestreams allocator pick functionsDave Chinner2023-02-131-5/+4
* xfs: pass perag to filestreams tracingDave Chinner2023-02-131-17/+20
* xfs: fold xfs_alloc_ag_vextent() into callersDave Chinner2023-02-131-7/+1
* xfs: rework the perag trace points to be perag centricDave Chinner2023-02-131-10/+11
* xfs: active perag reference countingDave Chinner2023-02-131-0/+3
* xfs: t_firstblock is tracking AGs not blocksDave Chinner2023-02-111-4/+4
* xfs: fix low space alloc deadlockDave Chinner2023-02-111-0/+1
* xfs: pass refcount intent directly through the log intent codeDarrick J. Wong2023-02-051-11/+4
* xfs: add debug knob to slow down write for funDarrick J. Wong2022-11-281-0/+42
* xfs: add debug knob to slow down writeback for funDarrick J. Wong2022-11-281-0/+44
* xfs: report refcount domain in tracepointsDarrick J. Wong2022-10-311-9/+39
* xfs: missing space in xfs trace logZeng Heng2022-09-191-2/+2
* Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/...Darrick J. Wong2022-07-141-1/+1
|\
| * xfs: replace inode fork size macros with functionsDarrick J. Wong2022-07-121-1/+1
* | xfs: introduce xfs_iunlink_lookupDave Chinner2022-07-141-1/+0
|/
* xfs: introduce xfs_inodegc_push()Dave Chinner2022-06-231-0/+1
* xfs: ATTR_REPLACE algorithm with LARP enabled needs reworkDave Chinner2022-05-121-5/+2
* xfs: introduce attr remove initial states into xfs_attr_set_iterDave Chinner2022-05-121-0/+3
* xfs: clean up final attr removal in xfs_attr_set_iterDave Chinner2022-05-121-2/+3
* xfs: remote xattr removal in xfs_attr_set_iter() is conditionalDave Chinner2022-05-121-2/+2
* xfs: XFS_DAS_LEAF_REPLACE state only needed if !LARPDave Chinner2022-05-121-2/+2
* xfs: split remote attr setting out from replace pathDave Chinner2022-05-121-3/+6
* xfs: kill XFS_DAC_LEAF_ADDNAME_INITDave Chinner2022-05-121-1/+2
* xfs: separate out initial attr_set statesDave Chinner2022-05-121-2/+20
* xfs: rework deferred attribute operation setupDave Chinner2022-05-111-0/+4
* xfs: Add helper function xfs_attr_leaf_addnameAllison Henderson2022-05-111-0/+1
* Merge tag 'reflink-speedups-5.19_2022-04-28' of git://git.kernel.org/pub/scm/...Dave Chinner2022-05-041-2/+30
|\