aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub
AgeCommit message (Expand)Author
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)
2024-05-02xfs: create a helper to compute the blockcount of a max sized remote valueDarrick J. Wong
2024-04-30xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig
2024-04-26xfs: refactor dir format helpersChristoph Hellwig
2024-04-26xfs: factor out a xfs_dir_replace_args helperChristoph Hellwig
2024-04-26xfs: factor out a xfs_dir_removename_args helperChristoph Hellwig
2024-04-26xfs: factor out a xfs_dir_createname_args helperChristoph Hellwig
2024-04-26xfs: factor out a xfs_dir_lookup_args helperChristoph Hellwig
2024-04-24xfs: Remove unused function xrep_dir_self_parentJiapeng Chong
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: fix iunlock calls in xrep_adoption_trans_allocDarrick J. Wong
2024-04-23xfs: drop the scrub file's iolock when transaction allocation failsDarrick J. Wong
2024-04-23xfs: only iget the file once when doing vectored scrub-by-handleDarrick J. Wong
2024-04-23xfs: use dontcache for grabbing inodes during scrubDarrick J. Wong
2024-04-23xfs: introduce vectored scrub modeDarrick J. Wong
2024-04-23xfs: move xfs_ioc_scrub_metadata to scrub.cDarrick J. Wong
2024-04-23xfs: reduce the rate of cond_resched calls inside scrubDarrick J. Wong
2024-04-23xfs: fix corruptions in the directory treeDarrick J. Wong
2024-04-23xfs: report directory tree corruption in the health informationDarrick 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: inode repair should ensure there's an attr fork to store parent pointersDarrick J. Wong
2024-04-23xfs: repair link count of nondirectories after rebuilding parent pointersDarrick J. Wong
2024-04-23xfs: adapt the orphanage code to handle parent pointersDarrick J. Wong
2024-04-23xfs: actually rebuild the parent pointer xattrsDarrick J. Wong
2024-04-23xfs: add a per-leaf block callback to xchk_xattr_walkDarrick 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: repair directories by scanning directory parent pointersDarrick J. Wong
2024-04-23xfs: salvage parent pointers when rebuilding xattr structuresDarrick J. Wong
2024-04-23xfs: make the reserved block permission flag explicit in xfs_attr_setDarrick J. Wong
2024-04-23xfs: remove some boilerplate from xfs_attr_setDarrick J. Wong
2024-04-23xfs: check parent pointer xattrs when scrubbingDarrick 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: scrub parent pointersDarrick J. Wong
2024-04-23xfs: deferred scrub of direntsDarrick J. Wong
2024-04-23xfs: check dirents have parent pointersDarrick J. Wong
2024-04-23xfs: revert commit 44af6c7e59b12Darrick J. Wong
2024-04-23xfs: Add parent pointers to renameAllison Henderson
2024-04-23xfs: add parent attributes to symlinkAllison Henderson
2024-04-23xfs: add parent attributes to linkAllison Henderson
2024-04-23xfs: parent pointer attribute creationAllison Henderson
2024-04-23xfs: create a hashname function for parent pointersDarrick J. Wong
2024-04-23xfs: create a separate hashname function for extended attributesDarrick J. Wong
2024-04-23xfs: enforce one namespace per attributeDarrick J. Wong
2024-04-23xfs: check shortform attr entry flags specificallyDarrick J. Wong