summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/trace.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-15xfs: repair quotasDarrick J. Wong1-0/+29
2023-12-15xfs: improve dquot iteration for scrubDarrick J. Wong1-0/+49
2023-12-15xfs: repair problems in CoW forksDarrick J. Wong1-0/+84
2023-12-15xfs: repair inode fork block mapping data structuresDarrick J. Wong1-1/+33
2023-12-15xfs: zap broken inode forksDarrick J. Wong1-0/+42
2023-12-15xfs: repair inode recordsDarrick J. Wong1-0/+129
2023-12-15xfs: repair refcount btreesDarrick J. Wong1-10/+12
2023-12-15xfs: repair inode btreesDarrick J. Wong1-34/+34
2023-12-15xfs: repair free space btreesDarrick J. Wong1-1/+23
2023-12-07xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong1-0/+37
2023-10-19xfs: use accessor functions for summary info wordsDarrick J. Wong1-5/+5
2023-10-18xfs: convert rt extent numbers to xfs_rtxnum_tDarrick J. Wong1-2/+2
2023-10-18xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong1-1/+2
2023-08-30Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-32/+359
2023-08-10xfs: rewrite xchk_inode_is_allocated to work properlyDarrick J. Wong1-0/+22
2023-08-10xfs: allow userspace to rebuild metadata structuresDarrick J. Wong1-1/+2
2023-08-10xfs: implement online scrubbing of rtsummary infoDarrick J. Wong1-0/+34
2023-08-10xfs: speed up xfarray sort by sorting xfile page contents directlyDarrick J. Wong1-0/+20
2023-08-10xfs: teach xfile to pass back direct-map pages to callerDarrick J. Wong1-0/+2
2023-08-10xfs: convert xfarray insertion sort to heapsort using scratchpad memoryDarrick J. Wong1-1/+4
2023-08-10xfs: enable sorting of xfile-backed arraysDarrick J. Wong1-0/+114
2023-08-10xfs: create a big array data structureDarrick J. Wong1-0/+121
2023-08-10xfs: reap large AG metadata extents when possibleDarrick J. Wong1-2/+35
2023-08-10xfs: rearrange xrep_reap_block to make future code flow easierDarrick J. Wong1-9/+8
2023-08-10xfs: cull repair code that will never get usedDarrick J. Wong1-22/+0
2023-08-04xfs: stabilize fs summary counters for online fsckDarrick J. Wong1-0/+26
2023-05-02xfs: disable reaping in fscounters scrubDarrick J. Wong1-1/+0
2023-04-12xfs: scrub should use ECHRNG to signal that the drain is neededDarrick J. Wong1-0/+1
2023-04-12xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong1-0/+33
2023-04-12xfs: add a tracepoint to report incorrect extent refcountsDarrick J. Wong1-0/+35
2023-04-12xfs: update copyright years for scrub/ filesDarrick J. Wong1-1/+1
2023-04-12xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong1-2/+2
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