summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/trace.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: repair problems in CoW forksDarrick J. Wong2023-12-151-0/+84
* xfs: repair inode fork block mapping data structuresDarrick J. Wong2023-12-151-1/+33
* xfs: zap broken inode forksDarrick J. Wong2023-12-151-0/+42
* xfs: repair inode recordsDarrick J. Wong2023-12-151-0/+129
* xfs: repair refcount btreesDarrick J. Wong2023-12-151-10/+12
* xfs: repair inode btreesDarrick J. Wong2023-12-151-34/+34
* xfs: repair free space btreesDarrick J. Wong2023-12-151-1/+23
* xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong2023-12-061-0/+37
* xfs: use accessor functions for summary info wordsDarrick J. Wong2023-10-181-5/+5
* xfs: convert rt extent numbers to xfs_rtxnum_tDarrick J. Wong2023-10-171-2/+2
* xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong2023-10-171-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-111-0/+1
* xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong2023-04-111-0/+33
* xfs: add a tracepoint to report incorrect extent refcountsDarrick J. Wong2023-04-111-0/+35
* xfs: update copyright years for scrub/ filesDarrick J. Wong2023-04-111-1/+1
* xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong2023-04-111-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-111-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