summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_trace.h
AgeCommit message (Expand)Author
2021-10-19xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner
2021-08-19xfs: start documenting common units and tags used in tracepointsDarrick J. Wong
2021-08-19xfs: standardize inode generation formatting in ftrace outputDarrick J. Wong
2021-08-19xfs: standardize remaining xfs_buf length tracepointsDarrick J. Wong
2021-08-19xfs: resolve fork names in trace outputDarrick J. Wong
2021-08-19xfs: rename i_disk_size fields in ftrace outputDarrick J. Wong
2021-08-19xfs: disambiguate units for ftrace fields tagged "count"Darrick J. Wong
2021-08-19xfs: disambiguate units for ftrace fields tagged "len"Darrick J. Wong
2021-08-19xfs: disambiguate units for ftrace fields tagged "offset"Darrick J. Wong
2021-08-19xfs: disambiguate units for ftrace fields tagged "blkno", "block", or "bno"Darrick J. Wong
2021-08-19xfs: standardize daddr formatting in ftrace outputDarrick J. Wong
2021-08-19xfs: standardize rmap owner number formatting in ftrace outputDarrick J. Wong
2021-08-19xfs: standardize AG block number formatting in ftrace outputDarrick J. Wong
2021-08-19xfs: standardize AG number formatting in ftrace outputDarrick J. Wong
2021-08-19xfs: standardize inode number formatting in ftrace outputDarrick J. Wong
2021-08-18xfs: make the record pointer passed to query_range functions constDarrick J. Wong
2021-08-18xfs: add trace point for fs shutdownDarrick J. Wong
2021-08-16xfs: XLOG_STATE_IOERROR must dieDave Chinner
2021-08-09xfs: add attr state machine tracepointsAllison Henderson
2021-08-09xfs: replace kmem_alloc_large() with kvmalloc()Dave Chinner
2021-08-09xfs: remove kmem_alloc_io()Dave Chinner
2021-08-09xfs: throttle inode inactivation queuing on memory reclaimDarrick J. Wong
2021-08-09xfs: use background worker pool when transactions can't get free spaceDarrick J. Wong
2021-08-09xfs: don't run speculative preallocation gc when fs is frozenDarrick J. Wong
2021-08-06xfs: per-cpu deferred inode inactivation queuesDave Chinner
2021-07-29xfs: need to see iclog flags in tracingDave Chinner
2021-06-21xfs: fix type mismatches in the inode reclaim functionsDarrick J. Wong
2021-06-21xfs: refactor the inode recycling codeDarrick J. Wong
2021-06-21xfs: add iclog state trace eventsDave Chinner
2021-06-18Merge tag 'xfs-delay-ready-attrs-v20.1' of https://github.com/allisonhenderso...Darrick J. Wong
2021-06-08xfs: rename struct xfs_eofblocks to xfs_icwalkDarrick J. Wong
2021-06-08Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub...Darrick J. Wong
2021-06-03xfs: refactor per-AG inode tagging functionsDarrick J. Wong
2021-06-03xfs: merge xfs_reclaim_inodes_ag into xfs_inode_walk_agDarrick J. Wong
2021-06-02xfs: remove agno from btree cursorDave Chinner
2021-06-01xfs: Add delay ready attr set routinesAllison Henderson
2021-06-01xfs: Hoist xfs_attr_leaf_addnameAllison Henderson
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig
2021-02-21Merge tag 'xfs-5.12-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-02-03xfs: consolidate incore inode radix tree posteof/cowblocks tagsDarrick J. Wong
2021-02-03xfs: refactor xfs_icache_free_{eof,cow}blocks call sitesDarrick J. Wong
2021-02-03xfs: add a tracepoint for blockgc scansDarrick J. Wong
2021-02-01xfs: improve the reflink_bounce_dio_write tracepointChristoph Hellwig
2021-02-01xfs: simplify the read/write tracepointsChristoph Hellwig
2021-01-22xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()Brian Foster
2020-12-09xfs: trace log intent item recovery failuresDarrick J. Wong
2020-10-07xfs: periodically relog deferred intent itemsDarrick J. Wong
2020-09-15xfs: trace timestamp limitsDarrick J. Wong