summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)Author
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
2024-04-23xfs: fix missing check for invalid attr flagsDarrick J. Wong
2024-04-23xfs: remove xfs_da_args.attr_flagsDarrick J. Wong
2024-04-23xfs: remove XFS_DA_OP_NOTIMEDarrick J. Wong
2024-04-22xfs: support RT inodes in xfs_mod_delallocChristoph Hellwig
2024-04-22xfs: split xfs_mod_freecounterChristoph Hellwig
2024-04-22xfs: refactor realtime inode lockingChristoph Hellwig
2024-04-22xfs: Remove unused function is_rt_data_forkJiapeng Chong
2024-04-22xfs: small cleanup in xrep_update_qflags()Dan Carpenter
2024-04-22xfs: fix sparse warnings about unused interval tree functionsDave Chinner
2024-04-22xfs: silence sparse warning when checking version numberDave Chinner
2024-04-15xfs: unlock new repair tempfiles after creationDarrick J. Wong
2024-04-15xfs: don't pick up IOLOCK during rmapbt repair scanDarrick J. Wong
2024-04-15xfs: create subordinate scrub contexts for xchk_metadata_inode_subtypeDarrick J. Wong
2024-04-15xfs: pin inodes that would otherwise overflow link countDarrick J. Wong
2024-04-15xfs: check unused nlink fields in the ondisk inodeDarrick J. Wong
2024-04-15xfs: repair AGI unlinked inode bucket listsDarrick J. Wong
2024-04-15xfs: hoist AGI repair context to a heap objectDarrick J. Wong
2024-04-15xfs: check AGI unlinked inode bucketsDarrick 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: update the unlinked list when repairing link countsDarrick J. Wong
2024-04-15xfs: ensure unlinked list state is consistent with nlink during scrubDarrick J. Wong