summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/inode_repair.c
AgeCommit message (Expand)Author
2025-03-10xfs: kill XBF_UNMAPPEDChristoph Hellwig
2025-03-03xfs: define the zoned on-disk formatChristoph Hellwig
2025-02-14xfs: fix data fork format filtering during inode repairDarrick J. Wong
2024-12-23xfs: repair inodes that have a refcount btree in the data forkDarrick J. Wong
2024-12-23xfs: detect and repair misaligned rtinherit directory cowextsize hintsDarrick J. Wong
2024-12-23xfs: allow inodes to have the realtime and reflink flagsDarrick J. Wong
2024-12-23xfs: repair rmap btree inodesDarrick J. Wong
2024-12-23xfs: repair inodes that have realtime extentsDarrick J. Wong
2024-12-23xfs: scrub the realtime rmapbtDarrick J. Wong
2024-12-23xfs: support file data forks containing metadata btreesDarrick J. Wong
2024-11-05xfs: fix di_metatype field of inodes that won't loadDarrick J. Wong
2024-11-05xfs: refactor directory tree root predicatesDarrick J. Wong
2024-11-05xfs: enforce metadata inode flagDarrick J. Wong
2024-11-05xfs: define the on-disk format for the metadir featureDarrick J. Wong
2024-11-05xfs: rename metadata inode predicatesDarrick J. Wong
2024-11-05xfs: switch perag iteration from the for_each macros to a while based iteratorChristoph Hellwig
2024-09-01xfs: replace shouty XFS_BM{BT,DR} macrosDarrick J. Wong
2024-04-23xfs: inode repair should ensure there's an attr fork to store parent pointersDarrick J. Wong
2024-04-15xfs: check unused nlink fields in the ondisk inodeDarrick J. Wong
2024-04-15xfs: online repair of directoriesDarrick J. Wong
2024-04-15xfs: ensure unlinked list state is consistent with nlink during scrubDarrick J. Wong
2024-04-15xfs: fix potential AGI <-> ILOCK ABBA deadlock in xrep_dinode_findmode_walk_d...Darrick J. Wong
2024-04-15xfs: fix an AGI lock acquisition ordering problem in xrep_dinode_findmodeDarrick J. Wong
2024-02-22xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.hDarrick J. Wong
2024-02-22xfs: repair file modes by scanning for a dirent pointing to usDarrick J. Wong
2023-12-29xfs: remove struct xfs_attr_shortformChristoph Hellwig
2023-12-15xfs: zap broken inode forksDarrick J. Wong
2023-12-15xfs: repair inode recordsDarrick J. Wong