summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_parent.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-12xfs: move XFS_LSN_CMP to xfs_log_format.hChristoph Hellwig1-1/+0
2026-06-09xfs: remove the i_ino field in struct xfs_inodeChristoph Hellwig1-4/+4
2026-01-23xfs: speed up parent pointer operations when possibleDarrick J. Wong1-6/+8
2026-01-21xfs: directly include xfs_platform.hChristoph Hellwig1-1/+1
2024-04-23xfs: add raw parent pointer apis to support repairDarrick J. Wong1-0/+64
2024-04-23xfs: check dirents have parent pointersDarrick J. Wong1-0/+22
2024-04-23xfs: add parent pointer ioctlsDarrick J. Wong1-0/+34
2024-04-23xfs: Add parent pointers to renameAllison Henderson1-0/+30
2024-04-23xfs: remove parent pointers in unlinkAllison Henderson1-0/+22
2024-04-23xfs: parent pointer attribute creationAllison Henderson1-0/+68
2024-04-23xfs: create a hashname function for parent pointersDarrick J. Wong1-0/+47
2024-04-23xfs: add parent pointer validator functionsAllison Henderson1-0/+92