summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/trace.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-22xfs: hook live rmap operations during a repair operationDarrick J. Wong1-0/+47
2024-02-22xfs: repair the rmapbtDarrick J. Wong1-1/+32
2024-02-22xfs: remove xfs_btnum_tChristoph Hellwig1-8/+0
2024-02-22xfs: add a name field to struct xfs_btree_opsChristoph Hellwig1-20/+20
2024-02-22xfs: repair summary countersDarrick J. Wong1-4/+17
2024-02-22xfs: update health status if we get a clean bill of healthDarrick J. Wong1-1/+3
2024-02-22xfs: teach repair to fix file nlinksDarrick J. Wong1-0/+3
2024-02-22xfs: track directory entry updates during live nlinks fsckDarrick J. Wong1-0/+33
2024-02-22xfs: teach scrub to check file nlinksDarrick J. Wong1-1/+146
2024-02-22xfs: repair dquots based on live quotacheck resultsDarrick J. Wong1-0/+1
2024-02-22xfs: track quota updates during live quotacheckDarrick J. Wong1-0/+1
2024-02-22xfs: implement live quotacheck inode scanDarrick J. Wong1-1/+27
2024-02-22xfs: repair file modes by scanning for a dirent pointing to usDarrick J. Wong1-0/+49
2024-02-22xfs: iscan batching should handle unallocated inodes tooDarrick J. Wong1-4/+17
2024-02-22xfs: cache a bunch of inodes for repair scansDarrick J. Wong1-0/+23
2024-02-22xfs: stagger the starting AG of scrub iscans to reduce contentionDarrick J. Wong1-2/+5
2024-02-22xfs: implement live inode scan for scrubDarrick J. Wong1-0/+106
2024-02-21xfs: remove xfile_{get,put}_pageDarrick J. Wong1-2/+0
2024-02-21xfs: convert xfarray_pagesort to deal with large foliosDarrick J. Wong1-1/+42
2024-02-21xfs: add file_{get,put}_folioDarrick J. Wong1-0/+2
2024-02-21xfs: remove the xfile_pread/pwrite APIsChristoph Hellwig1-2/+2
2024-02-21xfs: remove xfile_statChristoph Hellwig1-24/+10
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-06xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong1-0/+37
2023-10-18xfs: use accessor functions for summary info wordsDarrick J. Wong1-5/+5
2023-10-17xfs: convert rt extent numbers to xfs_rtxnum_tDarrick J. Wong1-2/+2
2023-10-17xfs: 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-11xfs: scrub should use ECHRNG to signal that the drain is neededDarrick J. Wong1-0/+1