summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/trace.h
AgeCommit message (Expand)Author
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)
2024-04-23xfs: invalidate dentries for a file before moving it to the orphanageDarrick J. Wong
2024-04-23xfs: exchange-range for repairs is no longer dynamicDarrick J. Wong
2024-04-23xfs: introduce vectored scrub modeDarrick J. Wong
2024-04-23xfs: fix corruptions in the directory treeDarrick J. Wong
2024-04-23xfs: invalidate dirloop scrub path data when concurrent updates happenDarrick J. Wong
2024-04-23xfs: teach online scrub to find directory tree structure problemsDarrick J. Wong
2024-04-23xfs: actually rebuild the parent pointer xattrsDarrick J. Wong
2024-04-23xfs: implement live updates for parent pointer repairsDarrick J. Wong
2024-04-23xfs: repair directory parent pointers by scanning for direntsDarrick J. Wong
2024-04-23xfs: replay unlocked parent pointer updates that accrue during xattr repairDarrick J. Wong
2024-04-23xfs: implement live updates for directory repairsDarrick J. Wong
2024-04-23xfs: salvage parent pointers when rebuilding xattr structuresDarrick J. Wong
2024-04-23xfs: walk directory parent pointers to determine backref countDarrick J. Wong
2024-04-23xfs: deferred scrub of parent pointersDarrick J. Wong
2024-04-23xfs: deferred scrub of direntsDarrick J. Wong
2024-04-15xfs: repair AGI unlinked inode bucket listsDarrick J. Wong
2024-04-15xfs: online repair of symbolic linksDarrick J. Wong
2024-04-15xfs: ensure dentry consistency when the orphanage adopts a fileDarrick J. Wong
2024-04-15xfs: move files to orphanage instead of letting nlinks drop to zeroDarrick J. Wong
2024-04-15xfs: move orphan files to the orphanageDarrick J. Wong
2024-04-15xfs: ask the dentry cache if it knows the parent of a directoryDarrick J. Wong
2024-04-15xfs: online repair of parent pointersDarrick J. Wong
2024-04-15xfs: scan the filesystem to repair a directory dotdot entryDarrick J. Wong
2024-04-15xfs: online repair of directoriesDarrick J. Wong
2024-04-15xfs: scrub should set preen if attr leaf has holesDarrick J. Wong
2024-04-15xfs: repair extended attributesDarrick J. Wong
2024-04-15xfs: enable discarding of folios backing an xfileDarrick J. Wong
2024-04-15xfs: teach the tempfile to set up atomic file content exchangesDarrick J. Wong
2024-04-15xfs: support preallocating and copying content into temporary filesDarrick J. Wong
2024-04-15xfs: add the ability to reap entire inode forksDarrick J. Wong
2024-04-15xfs: create temporary files and directories for online repairDarrick J. Wong
2024-04-15xfs: fix an AGI lock acquisition ordering problem in xrep_dinode_findmodeDarrick J. Wong
2024-02-22xfs: hook live rmap operations during a repair operationDarrick J. Wong
2024-02-22xfs: repair the rmapbtDarrick J. Wong
2024-02-22xfs: remove xfs_btnum_tChristoph Hellwig
2024-02-22xfs: add a name field to struct xfs_btree_opsChristoph Hellwig
2024-02-22xfs: repair summary countersDarrick J. Wong
2024-02-22xfs: update health status if we get a clean bill of healthDarrick J. Wong
2024-02-22xfs: teach repair to fix file nlinksDarrick J. Wong
2024-02-22xfs: track directory entry updates during live nlinks fsckDarrick J. Wong
2024-02-22xfs: teach scrub to check file nlinksDarrick J. Wong
2024-02-22xfs: repair dquots based on live quotacheck resultsDarrick J. Wong
2024-02-22xfs: track quota updates during live quotacheckDarrick J. Wong
2024-02-22xfs: implement live quotacheck inode scanDarrick J. Wong
2024-02-22xfs: repair file modes by scanning for a dirent pointing to usDarrick J. Wong
2024-02-22xfs: iscan batching should handle unallocated inodes tooDarrick J. Wong
2024-02-22xfs: cache a bunch of inodes for repair scansDarrick J. Wong
2024-02-22xfs: stagger the starting AG of scrub iscans to reduce contentionDarrick J. Wong
2024-02-22xfs: implement live inode scan for scrubDarrick J. Wong