aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trace.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-14Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-5.20-mergeBDarrick 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
2022-05-12xfs: introduce attr remove initial states into xfs_attr_set_iterDave Chinner1-0/+3
2022-05-12xfs: clean up final attr removal in xfs_attr_set_iterDave Chinner1-2/+3
2022-05-12xfs: remote xattr removal in xfs_attr_set_iter() is conditionalDave Chinner1-2/+2
2022-05-12xfs: XFS_DAS_LEAF_REPLACE state only needed if !LARPDave Chinner1-2/+2
2022-05-12xfs: split remote attr setting out from replace pathDave Chinner1-3/+6
2022-05-12xfs: kill XFS_DAC_LEAF_ADDNAME_INITDave Chinner1-1/+2
2022-05-12xfs: separate out initial attr_set statesDave Chinner1-2/+20
2022-05-11xfs: rework deferred attribute operation setupDave Chinner1-0/+4
2022-05-11xfs: Add helper function xfs_attr_leaf_addnameAllison Henderson1-0/+1
2022-05-04Merge tag 'reflink-speedups-5.19_2022-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-5.19-for-nextDave Chinner1-2/+30
2022-05-04Merge tag 'rmap-speedups-5.19_2022-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-5.19-for-nextDave Chinner1-1/+4
2022-05-04xfs: intent item whiteoutsDave Chinner1-0/+3
2022-04-28xfs: rewrite xfs_reflink_end_cow to use intentsDarrick J. Wong1-1/+2
2022-04-28xfs: report "max_resp" used for min log size computationDarrick J. Wong1-0/+19
2022-04-28xfs: create shadow transaction reservations for computing minimum log sizeDarrick J. Wong1-2/+10
2022-04-27xfs: capture buffer ops in the xfs_buf tracepointsDarrick J. Wong1-1/+4
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux into xfs-5.19-for-nextDave Chinner1-2/+2
2022-04-21xfs: convert quota options flags to unsigned.Dave Chinner1-16/+0
2022-04-21xfs: convert da btree operations flags to unsigned.Dave Chinner1-4/+4
2022-04-11xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectivelyChandan Babu R1-1/+1
2022-04-11xfs: Use xfs_extnum_t instead of basic data typesChandan Babu R1-1/+1
2022-03-20xfs: log items should have a xlog pointer, not a mountDave Chinner1-2/+2
2022-03-14xfs: constify the name argument to various directory functionsDarrick J. Wong1-2/+2
2021-10-19xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong1-1/+1
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner1-8/+5
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner1-2/+2
2021-08-19xfs: start documenting common units and tags used in tracepointsDarrick J. Wong1-0/+35
2021-08-19xfs: standardize inode generation formatting in ftrace outputDarrick J. Wong1-1/+1
2021-08-19xfs: standardize remaining xfs_buf length tracepointsDarrick J. Wong1-12/+12
2021-08-19xfs: resolve fork names in trace outputDarrick J. Wong1-3/+3
2021-08-19xfs: rename i_disk_size fields in ftrace outputDarrick J. Wong1-8/+6
2021-08-19xfs: disambiguate units for ftrace fields tagged "count"Darrick J. Wong1-6/+6
2021-08-19xfs: disambiguate units for ftrace fields tagged "len"Darrick J. Wong1-31/+35
2021-08-19xfs: disambiguate units for ftrace fields tagged "offset"Darrick J. Wong1-15/+14
2021-08-19xfs: disambiguate units for ftrace fields tagged "blkno", "block", or "bno"Darrick J. Wong1-13/+13
2021-08-19xfs: standardize daddr formatting in ftrace outputDarrick J. Wong1-4/+4
2021-08-19xfs: standardize rmap owner number formatting in ftrace outputDarrick J. Wong1-5/+5
2021-08-19xfs: standardize AG block number formatting in ftrace outputDarrick J. Wong1-23/+23
2021-08-19xfs: standardize AG number formatting in ftrace outputDarrick J. Wong1-36/+36
2021-08-19xfs: standardize inode number formatting in ftrace outputDarrick J. Wong1-11/+17
2021-08-18xfs: make the record pointer passed to query_range functions constDarrick J. Wong1-2/+2
2021-08-18xfs: add trace point for fs shutdownDarrick J. Wong1-0/+27
2021-08-16xfs: XLOG_STATE_IOERROR must dieDave Chinner1-1/+0
2021-08-09xfs: add attr state machine tracepointsAllison Henderson1-0/+24
2021-08-09xfs: replace kmem_alloc_large() with kvmalloc()Dave Chinner1-1/+0