summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/trace.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-23tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-5/+5
2024-04-24xfs: invalidate dentries for a file before moving it to the orphanageDarrick J. Wong1-2/+0
2024-04-24xfs: exchange-range for repairs is no longer dynamicDarrick J. Wong1-1/+0
2024-04-24xfs: introduce vectored scrub modeDarrick J. Wong1-1/+78
2024-04-24xfs: fix corruptions in the directory treeDarrick J. Wong1-3/+20
2024-04-24xfs: invalidate dirloop scrub path data when concurrent updates happenDarrick J. Wong1-0/+65
2024-04-24xfs: teach online scrub to find directory tree structure problemsDarrick J. Wong1-1/+189
2024-04-24xfs: actually rebuild the parent pointer xattrsDarrick J. Wong1-0/+2
2024-04-24xfs: implement live updates for parent pointer repairsDarrick J. Wong1-0/+2
2024-04-24xfs: repair directory parent pointers by scanning for direntsDarrick J. Wong1-0/+36
2024-04-24xfs: replay unlocked parent pointer updates that accrue during xattr repairDarrick J. Wong1-0/+73
2024-04-24xfs: implement live updates for directory repairsDarrick J. Wong1-0/+2
2024-04-23xfs: salvage parent pointers when rebuilding xattr structuresDarrick J. Wong1-0/+38
2024-04-23xfs: walk directory parent pointers to determine backref countDarrick J. Wong1-0/+28
2024-04-23xfs: deferred scrub of parent pointersDarrick J. Wong1-0/+3
2024-04-23xfs: deferred scrub of direntsDarrick J. Wong1-0/+34
2024-04-16xfs: repair AGI unlinked inode bucket listsDarrick J. Wong1-0/+255
2024-04-16xfs: online repair of symbolic linksDarrick J. Wong1-0/+46
2024-04-16xfs: ensure dentry consistency when the orphanage adopts a fileDarrick J. Wong1-0/+42
2024-04-16xfs: move files to orphanage instead of letting nlinks drop to zeroDarrick J. Wong1-0/+26
2024-04-16xfs: move orphan files to the orphanageDarrick J. Wong1-0/+28
2024-04-16xfs: ask the dentry cache if it knows the parent of a directoryDarrick J. Wong1-0/+1
2024-04-16xfs: online repair of parent pointersDarrick J. Wong1-0/+1
2024-04-16xfs: scan the filesystem to repair a directory dotdot entryDarrick J. Wong1-0/+1
2024-04-16xfs: online repair of directoriesDarrick J. Wong1-0/+112
2024-04-16xfs: scrub should set preen if attr leaf has holesDarrick J. Wong1-0/+1
2024-04-16xfs: repair extended attributesDarrick J. Wong1-0/+83
2024-04-16xfs: enable discarding of folios backing an xfileDarrick J. Wong1-0/+1
2024-04-16xfs: teach the tempfile to set up atomic file content exchangesDarrick J. Wong1-0/+1
2024-04-16xfs: support preallocating and copying content into temporary filesDarrick J. Wong1-0/+39
2024-04-16xfs: add the ability to reap entire inode forksDarrick J. Wong1-0/+63
2024-04-16xfs: create temporary files and directories for online repairDarrick J. Wong1-0/+33
2024-04-16xfs: fix an AGI lock acquisition ordering problem in xrep_dinode_findmodeDarrick J. Wong1-2/+8
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