summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/trace.h
AgeCommit message (Expand)AuthorFilesLines
2021-10-19xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong1-5/+5
2021-08-19xfs: start documenting common units and tags used in tracepointsDarrick J. Wong1-0/+4
2021-08-19xfs: decode scrub flags in ftrace outputDarrick J. Wong1-2/+12
2021-08-19xfs: standardize inode generation formatting in ftrace outputDarrick J. Wong1-1/+1
2021-08-19xfs: resolve fork names in trace outputDarrick J. Wong1-8/+8
2021-08-19xfs: disambiguate units for ftrace fields tagged "len"Darrick J. Wong1-4/+4
2021-08-19xfs: disambiguate units for ftrace fields tagged "offset"Darrick J. Wong1-3/+3
2021-08-19xfs: standardize rmap owner number formatting in ftrace outputDarrick J. Wong1-1/+1
2021-08-19xfs: standardize AG block number formatting in ftrace outputDarrick J. Wong1-12/+12
2021-08-19xfs: standardize AG number formatting in ftrace outputDarrick J. Wong1-17/+17
2021-08-19xfs: standardize inode number formatting in ftrace outputDarrick J. Wong1-4/+4
2021-08-19xfs: fix incorrect unit conversion in scrub tracepointDarrick J. Wong1-12/+4
2020-03-13xfs: convert btree cursor inode-private member namesDave Chinner1-2/+2
2019-11-27ftrace: Rework event_create_dir()Peter Zijlstra1-3/+3
2019-04-30xfs: add online scrub for superblock countersDarrick J. Wong1-1/+62
2019-02-12xfs: clean up the inode cluster checking in the inobt scrubDarrick J. Wong1-0/+45
2018-12-20xfs: stringify scrub types in ftrace outputDarrick J. Wong1-26/+77
2018-12-20xfs: stringify btree cursor types in ftrace outputDarrick J. Wong1-12/+26
2018-12-20xfs: fix function pointer type in ftrace formatDarrick J. Wong1-1/+1
2018-07-31xfs: refactor the xrep_extent_list into xfs_bitmapDarrick J. Wong1-1/+0
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong1-16/+16
2018-07-23xfs: shorten xfs_repair_ prefix to xrep_Darrick J. Wong1-20/+20
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong1-35/+35
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-05-16xfs: create tracepoints for online repairDarrick J. Wong1-0/+258
2018-03-24xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong1-26/+5
2018-01-29xfs: make tracepoint inode number format consistentDarrick J. Wong1-6/+6
2018-01-18xfs: set up scrub cross-referencing helpersDarrick J. Wong1-0/+22
2018-01-13xfs: use %pS printk format for direct instruction addressesDarrick J. Wong1-10/+10
2017-10-27xfs: scrub btree keys and recordsDarrick J. Wong1-0/+45
2017-10-27xfs: create helpers to scrub a metadata btreeDarrick J. Wong1-0/+163
2017-10-27xfs: create helpers to record and deal with scrub problemsDarrick J. Wong1-0/+215
2017-10-27xfs: dispatch metadata scrub subcommandsDarrick J. Wong1-0/+43
2017-10-27xfs: create an ioctl to scrub AG metadataDarrick J. Wong1-0/+33