summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trace.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong2021-10-191-1/+1
* xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner2021-08-191-8/+5
* xfs: convert remaining mount flags to state flagsDave Chinner2021-08-191-2/+2
* xfs: start documenting common units and tags used in tracepointsDarrick J. Wong2021-08-191-0/+35
* xfs: standardize inode generation formatting in ftrace outputDarrick J. Wong2021-08-191-1/+1
* xfs: standardize remaining xfs_buf length tracepointsDarrick J. Wong2021-08-191-12/+12
* xfs: resolve fork names in trace outputDarrick J. Wong2021-08-191-3/+3
* xfs: rename i_disk_size fields in ftrace outputDarrick J. Wong2021-08-191-8/+6
* xfs: disambiguate units for ftrace fields tagged "count"Darrick J. Wong2021-08-191-6/+6
* xfs: disambiguate units for ftrace fields tagged "len"Darrick J. Wong2021-08-191-31/+35
* xfs: disambiguate units for ftrace fields tagged "offset"Darrick J. Wong2021-08-191-15/+14
* xfs: disambiguate units for ftrace fields tagged "blkno", "block", or "bno"Darrick J. Wong2021-08-191-13/+13
* xfs: standardize daddr formatting in ftrace outputDarrick J. Wong2021-08-191-4/+4
* xfs: standardize rmap owner number formatting in ftrace outputDarrick J. Wong2021-08-191-5/+5
* xfs: standardize AG block number formatting in ftrace outputDarrick J. Wong2021-08-191-23/+23
* xfs: standardize AG number formatting in ftrace outputDarrick J. Wong2021-08-191-36/+36
* xfs: standardize inode number formatting in ftrace outputDarrick J. Wong2021-08-191-11/+17
* xfs: make the record pointer passed to query_range functions constDarrick J. Wong2021-08-181-2/+2
* xfs: add trace point for fs shutdownDarrick J. Wong2021-08-181-0/+27
* xfs: XLOG_STATE_IOERROR must dieDave Chinner2021-08-161-1/+0
* xfs: add attr state machine tracepointsAllison Henderson2021-08-091-0/+24
* xfs: replace kmem_alloc_large() with kvmalloc()Dave Chinner2021-08-091-1/+0
* xfs: remove kmem_alloc_io()Dave Chinner2021-08-091-1/+0
* xfs: throttle inode inactivation queuing on memory reclaimDarrick J. Wong2021-08-091-1/+36
* xfs: use background worker pool when transactions can't get free spaceDarrick J. Wong2021-08-091-0/+1
* xfs: don't run speculative preallocation gc when fs is frozenDarrick J. Wong2021-08-091-0/+3
* xfs: per-cpu deferred inode inactivation queuesDave Chinner2021-08-061-2/+48
* xfs: need to see iclog flags in tracingDave Chinner2021-07-291-1/+4
* xfs: fix type mismatches in the inode reclaim functionsDarrick J. Wong2021-06-211-2/+2
* xfs: refactor the inode recycling codeDarrick J. Wong2021-06-211-2/+2
* xfs: add iclog state trace eventsDave Chinner2021-06-211-0/+60
* Merge tag 'xfs-delay-ready-attrs-v20.1' of https://github.com/allisonhenderso...Darrick J. Wong2021-06-181-2/+0
|\
| * xfs: Add delay ready attr set routinesAllison Henderson2021-06-011-1/+0
| * xfs: Hoist xfs_attr_leaf_addnameAllison Henderson2021-06-011-1/+0
* | xfs: rename struct xfs_eofblocks to xfs_icwalkDarrick J. Wong2021-06-081-18/+18
* | Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub...Darrick J. Wong2021-06-081-5/+6
|\ \
| * | xfs: refactor per-AG inode tagging functionsDarrick J. Wong2021-06-031-4/+2
| * | xfs: merge xfs_reclaim_inodes_ag into xfs_inode_walk_agDarrick J. Wong2021-06-031-1/+4
| |/
* / xfs: remove agno from btree cursorDave Chinner2021-06-021-2/+2
|/
* xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-071-8/+8
* Merge tag 'xfs-5.12-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-02-211-5/+45
|\
| * xfs: consolidate incore inode radix tree posteof/cowblocks tagsDarrick J. Wong2021-02-031-4/+2
| * xfs: refactor xfs_icache_free_{eof,cow}blocks call sitesDarrick J. Wong2021-02-031-0/+1
| * xfs: add a tracepoint for blockgc scansDarrick J. Wong2021-02-031-0/+41
| * xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()Brian Foster2021-01-221-1/+1
* | xfs: improve the reflink_bounce_dio_write tracepointChristoph Hellwig2021-02-011-2/+2
* | xfs: simplify the read/write tracepointsChristoph Hellwig2021-02-011-9/+9
|/
* xfs: trace log intent item recovery failuresDarrick J. Wong2020-12-091-0/+18
* xfs: periodically relog deferred intent itemsDarrick J. Wong2020-10-071-0/+1
* xfs: trace timestamp limitsDarrick J. Wong2020-09-151-0/+26