summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)Author
2022-10-14xfs: convert rt extent numbers to xfs_rtxnum_tclean-up-realtime-units_2022-10-14Darrick J. Wong
2022-10-14xfs: rename xfs_verify_rtext to xfs_verify_rtbextDarrick J. Wong
2022-10-14xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong
2022-10-14xfs: convert rt bitmap/summary block numbers to xfs_fileoff_tDarrick J. Wong
2022-10-14xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocatorDarrick J. Wong
2022-10-14xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong
2022-10-14xfs: refactor realtime scrubbing context managementDarrick J. Wong
2022-10-14xfs: support leaves in the incore btree root block in xfs_iroot_reallocDarrick J. Wong
2022-10-14xfs: replace shouty XFS_BM{BT,DR} macrosDarrick J. Wong
2022-10-14xfs: don't check secondary super inode pointers when metadir enabledDarrick J. Wong
2022-10-14xfs: teach nlink scrubber to deal with metadata directory rootsDarrick J. Wong
2022-10-14xfs: scrub metadata directoriesDarrick J. Wong
2022-10-14xfs: hide metadata inodes from everyone because they are specialDarrick J. Wong
2022-10-14xfs: disable the agi rotor for metadata inodesDarrick J. Wong
2022-10-14xfs: enforce metadata inode flagDarrick J. Wong
2022-10-14xfs: wrap inode creation dqalloc callsDarrick J. Wong
2022-10-14xfs: pack icreate initialization parameters into a separate structureDarrick J. Wong
2022-10-14xfs: repair AGI unlinked inode bucket listsrepair-iunlink_2022-10-14Darrick J. Wong
2022-10-14xfs: hoist AGI repair context to a heap objectDarrick J. Wong
2022-10-14xfs: check AGI unlinked inode bucketsDarrick J. Wong
2022-10-14xfs: online repair of symbolic linksrepair-symlink_2022-10-14Darrick J. Wong
2022-10-14xfs: ensure dentry consistency when the orphanage adopts a filerepair-orphanage_2022-10-14Darrick J. Wong
2022-10-14xfs: move files to orphanage instead of letting nlinks drop to zeroDarrick J. Wong
2022-10-14xfs: move orphan files to the orphanageDarrick J. Wong
2022-10-14xfs: ask the dentry cache if it knows the parent of a directoryrepair-dirs_2022-10-14Darrick J. Wong
2022-10-14xfs: online repair of parent pointersDarrick J. Wong
2022-10-14xfs: online repair of directoriesDarrick J. Wong
2022-10-14xfs: flag empty xattr leaf blocks for optimizationrepair-xattrs_2022-10-14Darrick J. Wong
2022-10-14xfs: scrub should set preen if attr leaf has holesDarrick J. Wong
2022-10-14xfs: repair extended attributesDarrick J. Wong
2022-10-14xfs: use atomic extent swapping to fix user file fork dataDarrick J. Wong
2022-10-14xfs: create a blob array data structureDarrick J. Wong
2022-10-14xfs: validate explicit directory free block ownersdirattr-validate-owners_2022-10-14Darrick J. Wong
2022-10-14xfs: validate explicit directory block buffer ownersDarrick J. Wong
2022-10-14xfs: validate explicit directory data buffer ownersDarrick J. Wong
2022-10-14xfs: validate directory leaf buffer ownersDarrick J. Wong
2022-10-14xfs: validate attr leaf buffer ownersDarrick J. Wong
2022-10-14xfs: add an explicit owner field to xfs_da_argsDarrick J. Wong
2022-10-14xfs: online repair of realtime summariesrepair-rtsummary_2022-10-14Darrick J. Wong
2022-10-14xfs: teach the tempfile to support atomic extent swappingDarrick J. Wong
2022-10-14xfs: support preallocating and copying content into temporary filesDarrick J. Wong
2022-10-14xfs: add the ability to reap entire inode forksrepair-tempfiles_2022-10-14Darrick J. Wong
2022-10-14xfs: refactor stale buffer scanning for repairsDarrick J. Wong
2022-10-14xfs: create temporary files and directories for online repairDarrick J. Wong
2022-10-14xfs: move remote symlink target read function to libxfsDarrick J. Wong
2022-10-14xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.hDarrick J. Wong
2022-10-14xfs: ignore intents targetting file data on the realtime deviceDarrick J. Wong
2022-10-14xfs: hook live rmap operations during a repair operationrepair-rmap-btree_2022-10-14Darrick J. Wong
2022-10-14xfs: create a shadow rmap btree during rmap repairDarrick J. Wong
2022-10-14xfs: repair the rmapbtDarrick J. Wong