summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_trace.h
AgeCommit message (Expand)AuthorFilesLines
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-19xfs: make the record pointer passed to query_range functions constDarrick J. Wong1-2/+2
2021-08-19xfs: add trace point for fs shutdownDarrick J. Wong1-0/+27
2021-08-16xfs: XLOG_STATE_IOERROR must dieDave Chinner1-1/+0
2021-08-10xfs: add attr state machine tracepointsAllison Henderson1-0/+24
2021-08-10xfs: replace kmem_alloc_large() with kvmalloc()Dave Chinner1-1/+0
2021-08-10xfs: remove kmem_alloc_io()Dave Chinner1-1/+0
2021-08-09xfs: throttle inode inactivation queuing on memory reclaimDarrick J. Wong1-1/+36
2021-08-09xfs: use background worker pool when transactions can't get free spaceDarrick J. Wong1-0/+1
2021-08-09xfs: don't run speculative preallocation gc when fs is frozenDarrick J. Wong1-0/+3
2021-08-06xfs: per-cpu deferred inode inactivation queuesDave Chinner1-2/+48
2021-07-29xfs: need to see iclog flags in tracingDave Chinner1-1/+4
2021-06-21xfs: fix type mismatches in the inode reclaim functionsDarrick J. Wong1-2/+2
2021-06-21xfs: refactor the inode recycling codeDarrick J. Wong1-2/+2
2021-06-21xfs: add iclog state trace eventsDave Chinner1-0/+60
2021-06-18Merge tag 'xfs-delay-ready-attrs-v20.1' of https://github.com/allisonhenderso...Darrick J. Wong1-2/+0
2021-06-08xfs: rename struct xfs_eofblocks to xfs_icwalkDarrick J. Wong1-18/+18
2021-06-08Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub...Darrick J. Wong1-5/+6
2021-06-04xfs: refactor per-AG inode tagging functionsDarrick J. Wong1-4/+2
2021-06-04xfs: merge xfs_reclaim_inodes_ag into xfs_inode_walk_agDarrick J. Wong1-1/+4
2021-06-02xfs: remove agno from btree cursorDave Chinner1-2/+2
2021-06-01xfs: Add delay ready attr set routinesAllison Henderson1-1/+0
2021-06-01xfs: Hoist xfs_attr_leaf_addnameAllison Henderson1-1/+0
2021-04-08xfs: move the di_size field to struct xfs_inodeChristoph Hellwig1-8/+8
2021-02-21Merge tag 'xfs-5.12-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-5/+45
2021-02-03xfs: consolidate incore inode radix tree posteof/cowblocks tagsDarrick J. Wong1-4/+2
2021-02-03xfs: refactor xfs_icache_free_{eof,cow}blocks call sitesDarrick J. Wong1-0/+1
2021-02-03xfs: add a tracepoint for blockgc scansDarrick J. Wong1-0/+41
2021-02-01xfs: improve the reflink_bounce_dio_write tracepointChristoph Hellwig1-2/+2
2021-02-01xfs: simplify the read/write tracepointsChristoph Hellwig1-9/+9
2021-01-23xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()Brian Foster1-1/+1
2020-12-09xfs: trace log intent item recovery failuresDarrick J. Wong1-0/+18
2020-10-07xfs: periodically relog deferred intent itemsDarrick J. Wong1-0/+1
2020-09-16xfs: trace timestamp limitsDarrick J. Wong1-0/+26
2020-09-16xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig1-1/+1