summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/trace.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: use accessor functions for summary info wordsDarrick J. Wong2023-10-191-5/+5
* xfs: convert rt extent numbers to xfs_rtxnum_tDarrick J. Wong2023-10-181-2/+2
* xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong2023-10-181-1/+2
* Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-08-301-32/+359
|\
| * xfs: rewrite xchk_inode_is_allocated to work properlyDarrick J. Wong2023-08-101-0/+22
| * xfs: allow userspace to rebuild metadata structuresDarrick J. Wong2023-08-101-1/+2
| * xfs: implement online scrubbing of rtsummary infoDarrick J. Wong2023-08-101-0/+34
| * xfs: speed up xfarray sort by sorting xfile page contents directlyDarrick J. Wong2023-08-101-0/+20
| * xfs: teach xfile to pass back direct-map pages to callerDarrick J. Wong2023-08-101-0/+2
| * xfs: convert xfarray insertion sort to heapsort using scratchpad memoryDarrick J. Wong2023-08-101-1/+4
| * xfs: enable sorting of xfile-backed arraysDarrick J. Wong2023-08-101-0/+114
| * xfs: create a big array data structureDarrick J. Wong2023-08-101-0/+121
| * xfs: reap large AG metadata extents when possibleDarrick J. Wong2023-08-101-2/+35
| * xfs: rearrange xrep_reap_block to make future code flow easierDarrick J. Wong2023-08-101-9/+8
| * xfs: cull repair code that will never get usedDarrick J. Wong2023-08-101-22/+0
* | xfs: stabilize fs summary counters for online fsckDarrick J. Wong2023-08-041-0/+26
|/
* xfs: disable reaping in fscounters scrubDarrick J. Wong2023-05-021-1/+0
* xfs: scrub should use ECHRNG to signal that the drain is neededDarrick J. Wong2023-04-121-0/+1
* xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong2023-04-121-0/+33
* xfs: add a tracepoint to report incorrect extent refcountsDarrick J. Wong2023-04-121-0/+35
* xfs: update copyright years for scrub/ filesDarrick J. Wong2023-04-121-1/+1
* xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong2023-04-121-2/+2
* xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong2021-10-191-5/+5
* xfs: start documenting common units and tags used in tracepointsDarrick J. Wong2021-08-191-0/+4
* xfs: decode scrub flags in ftrace outputDarrick J. Wong2021-08-191-2/+12
* xfs: standardize inode generation formatting in ftrace outputDarrick J. Wong2021-08-191-1/+1
* xfs: resolve fork names in trace outputDarrick J. Wong2021-08-191-8/+8
* xfs: disambiguate units for ftrace fields tagged "len"Darrick J. Wong2021-08-191-4/+4
* xfs: disambiguate units for ftrace fields tagged "offset"Darrick J. Wong2021-08-191-3/+3
* xfs: standardize rmap owner number formatting in ftrace outputDarrick J. Wong2021-08-191-1/+1
* xfs: standardize AG block number formatting in ftrace outputDarrick J. Wong2021-08-191-12/+12
* xfs: standardize AG number formatting in ftrace outputDarrick J. Wong2021-08-191-17/+17
* xfs: standardize inode number formatting in ftrace outputDarrick J. Wong2021-08-191-4/+4
* xfs: fix incorrect unit conversion in scrub tracepointDarrick J. Wong2021-08-191-12/+4
* xfs: convert btree cursor inode-private member namesDave Chinner2020-03-131-2/+2
* ftrace: Rework event_create_dir()Peter Zijlstra2019-11-271-3/+3
* xfs: add online scrub for superblock countersDarrick J. Wong2019-04-301-1/+62
* xfs: clean up the inode cluster checking in the inobt scrubDarrick J. Wong2019-02-121-0/+45
* xfs: stringify scrub types in ftrace outputDarrick J. Wong2018-12-191-26/+77
* xfs: stringify btree cursor types in ftrace outputDarrick J. Wong2018-12-191-12/+26
* xfs: fix function pointer type in ftrace formatDarrick J. Wong2018-12-191-1/+1
* xfs: refactor the xrep_extent_list into xfs_bitmapDarrick J. Wong2018-07-311-1/+0
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-231-16/+16
* xfs: shorten xfs_repair_ prefix to xrep_Darrick J. Wong2018-07-231-20/+20
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-231-35/+35
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1
* xfs: create tracepoints for online repairDarrick J. Wong2018-05-161-0/+258
* xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong2018-03-241-26/+5
* xfs: make tracepoint inode number format consistentDarrick J. Wong2018-01-291-6/+6
* xfs: set up scrub cross-referencing helpersDarrick J. Wong2018-01-181-0/+22