summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)AuthorFilesLines
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
2024-04-15xfs: ask the dentry cache if it knows the parent of a directoryDarrick J. Wong5-1/+81
2024-04-15xfs: online repair of parent pointersDarrick J. Wong5-1/+237
2024-04-15xfs: scan the filesystem to repair a directory dotdot entryDarrick J. Wong6-24/+527
2024-04-15xfs: online repair of directoriesDarrick J. Wong14-2/+1562
2024-04-15xfs: update the unlinked list when repairing link countsDarrick J. Wong1-9/+33
2024-04-15xfs: ensure unlinked list state is consistent with nlink during scrubDarrick J. Wong2-0/+64
2024-04-15xfs: create an xattr iteration function for scrubDarrick J. Wong4-78/+413
2024-04-15xfs: flag empty xattr leaf blocks for optimizationDarrick J. Wong2-0/+13
2024-04-15xfs: scrub should set preen if attr leaf has holesDarrick J. Wong4-0/+20
2024-04-15xfs: repair extended attributesDarrick J. Wong13-3/+1422
2024-04-15xfs: use atomic extent swapping to fix user file fork dataDarrick J. Wong3-0/+209
2024-04-15xfs: create a blob array data structureDarrick J. Wong2-0/+175
2024-04-15xfs: enable discarding of folios backing an xfileDarrick J. Wong3-0/+14
2024-04-15xfs: validate explicit directory free block ownersDarrick J. Wong1-1/+1