summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/trace.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: hook live rmap operations during a repair operationDarrick J. Wong2024-02-221-0/+47
* xfs: repair the rmapbtDarrick J. Wong2024-02-221-1/+32
* xfs: remove xfs_btnum_tChristoph Hellwig2024-02-221-8/+0
* xfs: add a name field to struct xfs_btree_opsChristoph Hellwig2024-02-221-20/+20
* xfs: repair summary countersDarrick J. Wong2024-02-221-4/+17
* xfs: update health status if we get a clean bill of healthDarrick J. Wong2024-02-221-1/+3
* xfs: teach repair to fix file nlinksDarrick J. Wong2024-02-221-0/+3
* xfs: track directory entry updates during live nlinks fsckDarrick J. Wong2024-02-221-0/+33
* xfs: teach scrub to check file nlinksDarrick J. Wong2024-02-221-1/+146
* xfs: repair dquots based on live quotacheck resultsDarrick J. Wong2024-02-221-0/+1
* xfs: track quota updates during live quotacheckDarrick J. Wong2024-02-221-0/+1
* xfs: implement live quotacheck inode scanDarrick J. Wong2024-02-221-1/+27
* xfs: repair file modes by scanning for a dirent pointing to usDarrick J. Wong2024-02-221-0/+49
* xfs: iscan batching should handle unallocated inodes tooDarrick J. Wong2024-02-221-4/+17
* xfs: cache a bunch of inodes for repair scansDarrick J. Wong2024-02-221-0/+23
* xfs: stagger the starting AG of scrub iscans to reduce contentionDarrick J. Wong2024-02-221-2/+5
* xfs: implement live inode scan for scrubDarrick J. Wong2024-02-221-0/+106
* xfs: remove xfile_{get,put}_pageDarrick J. Wong2024-02-211-2/+0
* xfs: convert xfarray_pagesort to deal with large foliosDarrick J. Wong2024-02-211-1/+42
* xfs: add file_{get,put}_folioDarrick J. Wong2024-02-211-0/+2
* xfs: remove the xfile_pread/pwrite APIsChristoph Hellwig2024-02-211-2/+2
* xfs: remove xfile_statChristoph Hellwig2024-02-211-24/+10
* xfs: repair quotasDarrick J. Wong2023-12-151-0/+29
* xfs: improve dquot iteration for scrubDarrick J. Wong2023-12-151-0/+49
* 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