summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)AuthorFilesLines
2024-04-23xfs: inode repair should ensure there's an attr fork to store parent pointersDarrick J. Wong1-0/+41
2024-04-23xfs: repair link count of nondirectories after rebuilding parent pointersDarrick J. Wong1-0/+107
2024-04-23xfs: adapt the orphanage code to handle parent pointersDarrick J. Wong3-0/+43
2024-04-23xfs: actually rebuild the parent pointer xattrsDarrick J. Wong5-22/+699
2024-04-23xfs: add a per-leaf block callback to xchk_xattr_walkDarrick J. Wong6-8/+20
2024-04-23xfs: implement live updates for parent pointer repairsDarrick J. Wong2-5/+100
2024-04-23xfs: repair directory parent pointers by scanning for direntsDarrick J. Wong2-3/+447
2024-04-23xfs: replay unlocked parent pointer updates that accrue during xattr repairDarrick J. Wong2-2/+509
2024-04-23xfs: implement live updates for directory repairsDarrick J. Wong4-22/+218
2024-04-23xfs: repair directories by scanning directory parent pointersDarrick J. Wong1-6/+341
2024-04-23xfs: salvage parent pointers when rebuilding xattr structuresDarrick J. Wong2-9/+65
2024-04-23xfs: make the reserved block permission flag explicit in xfs_attr_setDarrick J. Wong1-1/+1
2024-04-23xfs: remove some boilerplate from xfs_attr_setDarrick J. Wong1-0/+4
2024-04-23xfs: check parent pointer xattrs when scrubbingDarrick J. Wong1-0/+16
2024-04-23xfs: walk directory parent pointers to determine backref countDarrick J. Wong6-1/+177
2024-04-23xfs: deferred scrub of parent pointersDarrick J. Wong2-7/+263
2024-04-23xfs: scrub parent pointersDarrick J. Wong1-0/+371
2024-04-23xfs: deferred scrub of direntsDarrick J. Wong4-3/+346
2024-04-23xfs: check dirents have parent pointersDarrick J. Wong1-1/+111
2024-04-23xfs: revert commit 44af6c7e59b12Darrick J. Wong1-8/+5
2024-04-23xfs: Add parent pointers to renameAllison Henderson2-2/+4
2024-04-23xfs: add parent attributes to symlinkAllison Henderson1-1/+1
2024-04-23xfs: add parent attributes to linkAllison Henderson2-2/+2
2024-04-23xfs: parent pointer attribute creationAllison Henderson1-1/+1
2024-04-23xfs: create a hashname function for parent pointersDarrick J. Wong1-0/+4
2024-04-23xfs: create a separate hashname function for extended attributesDarrick J. Wong1-3/+8
2024-04-23xfs: enforce one namespace per attributeDarrick J. Wong2-10/+6
2024-04-23xfs: check shortform attr entry flags specificallyDarrick J. Wong1-0/+9
2024-04-23xfs: fix missing check for invalid attr flagsDarrick J. Wong1-4/+9
2024-04-23xfs: remove xfs_da_args.attr_flagsDarrick J. Wong1-2/+1
2024-04-23xfs: remove XFS_DA_OP_NOTIMEDarrick J. Wong1-1/+0
2024-04-22xfs: support RT inodes in xfs_mod_delallocChristoph Hellwig3-2/+17
2024-04-22xfs: split xfs_mod_freecounterChristoph Hellwig2-5/+2
2024-04-22xfs: refactor realtime inode lockingChristoph Hellwig2-2/+3
2024-04-22xfs: Remove unused function is_rt_data_forkJiapeng Chong1-8/+0
2024-04-22xfs: small cleanup in xrep_update_qflags()Dan Carpenter1-1/+1
2024-04-22xfs: fix sparse warnings about unused interval tree functionsDave Chinner1-10/+12
2024-04-22xfs: silence sparse warning when checking version numberDave Chinner1-2/+1
2024-04-15xfs: unlock new repair tempfiles after creationDarrick J. Wong1-0/+2
2024-04-15xfs: don't pick up IOLOCK during rmapbt repair scanDarrick J. Wong1-15/+1
2024-04-15xfs: create subordinate scrub contexts for xchk_metadata_inode_subtypeDarrick J. Wong4-73/+91
2024-04-15xfs: pin inodes that would otherwise overflow link countDarrick J. Wong3-15/+8
2024-04-15xfs: check unused nlink fields in the ondisk inodeDarrick J. Wong1-0/+12
2024-04-15xfs: repair AGI unlinked inode bucket listsDarrick J. Wong3-4/+1074
2024-04-15xfs: hoist AGI repair context to a heap objectDarrick J. Wong1-42/+63
2024-04-15xfs: check AGI unlinked inode bucketsDarrick J. Wong1-0/+40
2024-04-15xfs: online repair of symbolic linksDarrick J. Wong6-2/+586
2024-04-15xfs: ensure dentry consistency when the orphanage adopts a fileDarrick J. Wong2-0/+133
2024-04-15xfs: move files to orphanage instead of letting nlinks drop to zeroDarrick J. Wong6-18/+161
2024-04-15xfs: move orphan files to the orphanageDarrick J. Wong7-11/+826