summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/trace.h
AgeCommit message (Expand)Author
2023-12-15xfs: repair quotasDarrick J. Wong
2023-12-15xfs: improve dquot iteration for scrubDarrick J. Wong
2023-12-15xfs: repair problems in CoW forksDarrick J. Wong
2023-12-15xfs: repair inode fork block mapping data structuresDarrick J. Wong
2023-12-15xfs: zap broken inode forksDarrick J. Wong
2023-12-15xfs: repair inode recordsDarrick J. Wong
2023-12-15xfs: repair refcount btreesDarrick J. Wong
2023-12-15xfs: repair inode btreesDarrick J. Wong
2023-12-15xfs: repair free space btreesDarrick J. Wong
2023-12-06xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong
2023-10-18xfs: use accessor functions for summary info wordsDarrick J. Wong
2023-10-17xfs: convert rt extent numbers to xfs_rtxnum_tDarrick J. Wong
2023-10-17xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong
2023-08-30Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-08-10xfs: rewrite xchk_inode_is_allocated to work properlyDarrick J. Wong
2023-08-10xfs: allow userspace to rebuild metadata structuresDarrick J. Wong
2023-08-10xfs: implement online scrubbing of rtsummary infoDarrick J. Wong
2023-08-10xfs: speed up xfarray sort by sorting xfile page contents directlyDarrick J. Wong
2023-08-10xfs: teach xfile to pass back direct-map pages to callerDarrick J. Wong
2023-08-10xfs: convert xfarray insertion sort to heapsort using scratchpad memoryDarrick J. Wong
2023-08-10xfs: enable sorting of xfile-backed arraysDarrick J. Wong
2023-08-10xfs: create a big array data structureDarrick J. Wong
2023-08-10xfs: reap large AG metadata extents when possibleDarrick J. Wong
2023-08-10xfs: rearrange xrep_reap_block to make future code flow easierDarrick J. Wong
2023-08-10xfs: cull repair code that will never get usedDarrick J. Wong
2023-08-04xfs: stabilize fs summary counters for online fsckDarrick J. Wong
2023-05-02xfs: disable reaping in fscounters scrubDarrick J. Wong
2023-04-11xfs: scrub should use ECHRNG to signal that the drain is neededDarrick J. Wong
2023-04-11xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong
2023-04-11xfs: add a tracepoint to report incorrect extent refcountsDarrick J. Wong
2023-04-11xfs: update copyright years for scrub/ filesDarrick J. Wong
2023-04-11xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong
2021-10-19xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong
2021-08-19xfs: start documenting common units and tags used in tracepointsDarrick J. Wong
2021-08-19xfs: decode scrub flags in ftrace outputDarrick J. Wong
2021-08-19xfs: standardize inode generation formatting in ftrace outputDarrick J. Wong
2021-08-19xfs: resolve fork names in trace outputDarrick J. Wong
2021-08-19xfs: disambiguate units for ftrace fields tagged "len"Darrick J. Wong
2021-08-19xfs: disambiguate units for ftrace fields tagged "offset"Darrick J. Wong
2021-08-19xfs: standardize rmap owner number formatting in ftrace outputDarrick J. Wong
2021-08-19xfs: standardize AG block number formatting in ftrace outputDarrick J. Wong
2021-08-19xfs: standardize AG number formatting in ftrace outputDarrick J. Wong
2021-08-19xfs: standardize inode number formatting in ftrace outputDarrick J. Wong
2021-08-19xfs: fix incorrect unit conversion in scrub tracepointDarrick J. Wong
2020-03-13xfs: convert btree cursor inode-private member namesDave Chinner
2019-11-27ftrace: Rework event_create_dir()Peter Zijlstra
2019-04-30xfs: add online scrub for superblock countersDarrick J. Wong
2019-02-11xfs: clean up the inode cluster checking in the inobt scrubDarrick J. Wong
2018-12-19xfs: stringify scrub types in ftrace outputDarrick J. Wong
2018-12-19xfs: stringify btree cursor types in ftrace outputDarrick J. Wong