summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/trace.h
AgeCommit message (Expand)Author
2024-12-12xfs: fix scrub tracepoints when inode-rooted btrees are involvedDarrick J. Wong
2024-11-05xfs: scrub the realtime group superblockDarrick J. Wong
2024-11-05xfs: repair metadata directory file path connectivityDarrick J. Wong
2024-11-05xfs: check metadata directory file path connectivityDarrick J. Wong
2024-11-05xfs: scrub metadata directoriesDarrick J. Wong
2024-11-05xfs: factor out a generic xfs_group structureChristoph Hellwig
2024-11-05xfs: convert remaining trace points to pass pag structuresChristoph Hellwig
2024-11-05xfs: pass the pag to the xrep_newbt_extent_class tracepointsChristoph Hellwig
2024-11-05xfs: pass the pag to the trace_xrep_calc_ag_resblks{,_btsize} trace pointsChristoph Hellwig
2024-11-05xfs: pass objects to the xrep_ibt_walk_rmap tracepointChristoph Hellwig
2024-11-05xfs: constify pag arguments to trace pointsChristoph Hellwig
2024-11-05xfs: remove the unused xrep_bmap_walk_rmap trace pointChristoph Hellwig
2024-07-29xfs: fix file_path handling in tracepointsDarrick J. Wong
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