summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)AuthorFilesLines
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-16xfs: unlock new repair tempfiles after creationDarrick J. Wong1-0/+2
2024-04-16xfs: don't pick up IOLOCK during rmapbt repair scanDarrick J. Wong1-15/+1
2024-04-16xfs: create subordinate scrub contexts for xchk_metadata_inode_subtypeDarrick J. Wong4-73/+91
2024-04-16xfs: pin inodes that would otherwise overflow link countDarrick J. Wong3-15/+8
2024-04-16xfs: check unused nlink fields in the ondisk inodeDarrick J. Wong1-0/+12
2024-04-16xfs: repair AGI unlinked inode bucket listsDarrick J. Wong3-4/+1074
2024-04-16xfs: hoist AGI repair context to a heap objectDarrick J. Wong1-42/+63
2024-04-16xfs: check AGI unlinked inode bucketsDarrick J. Wong1-0/+40
2024-04-16xfs: online repair of symbolic linksDarrick J. Wong6-2/+586
2024-04-16xfs: ensure dentry consistency when the orphanage adopts a fileDarrick J. Wong2-0/+133
2024-04-16xfs: move files to orphanage instead of letting nlinks drop to zeroDarrick J. Wong6-18/+161
2024-04-16xfs: move orphan files to the orphanageDarrick J. Wong7-11/+826
2024-04-16xfs: ask the dentry cache if it knows the parent of a directoryDarrick J. Wong5-1/+81
2024-04-16xfs: online repair of parent pointersDarrick J. Wong5-1/+237
2024-04-16xfs: scan the filesystem to repair a directory dotdot entryDarrick J. Wong6-24/+527
2024-04-16xfs: online repair of directoriesDarrick J. Wong14-2/+1562
2024-04-16xfs: update the unlinked list when repairing link countsDarrick J. Wong1-9/+33
2024-04-16xfs: ensure unlinked list state is consistent with nlink during scrubDarrick J. Wong2-0/+64
2024-04-16xfs: create an xattr iteration function for scrubDarrick J. Wong4-78/+413
2024-04-16xfs: flag empty xattr leaf blocks for optimizationDarrick J. Wong2-0/+13
2024-04-16xfs: scrub should set preen if attr leaf has holesDarrick J. Wong4-0/+20
2024-04-16xfs: repair extended attributesDarrick J. Wong13-3/+1422
2024-04-16xfs: use atomic extent swapping to fix user file fork dataDarrick J. Wong3-0/+209
2024-04-16xfs: create a blob array data structureDarrick J. Wong2-0/+175
2024-04-16xfs: enable discarding of folios backing an xfileDarrick J. Wong3-0/+14
2024-04-16xfs: validate explicit directory free block ownersDarrick J. Wong1-1/+1
2024-04-16xfs: validate explicit directory block buffer ownersDarrick J. Wong2-2/+2
2024-04-16xfs: validate explicit directory data buffer ownersDarrick J. Wong2-8/+8
2024-04-16xfs: validate directory leaf buffer ownersDarrick J. Wong1-1/+1
2024-04-16xfs: validate attr leaf buffer ownersDarrick J. Wong1-0/+7
2024-04-16xfs: add an explicit owner field to xfs_da_argsDarrick J. Wong4-1/+6
2024-04-16xfs: online repair of realtime summariesDarrick J. Wong6-16/+238