summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_ondisk.h
AgeCommit message (Expand)AuthorFilesLines
2024-11-06xfs: port ondisk structure checks from xfs/122 to the kernelDarrick J. Wong1-2/+88
2024-11-06xfs: separate space btree structures in xfs_ondisk.hDarrick J. Wong1-11/+13
2024-11-06xfs: convert struct typedefs in xfs_ondisk.hDarrick J. Wong1-37/+37
2024-11-06xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_tDarrick J. Wong1-1/+1
2024-11-06xfs: add block headers to realtime bitmap and summary blocksDarrick J. Wong1-0/+1
2024-11-06xfs: define the format of rt groupsDarrick J. Wong1-1/+2
2024-11-06xfs: define the on-disk format for the metadir featureDarrick J. Wong1-1/+1
2024-07-02xfs: don't use the incore struct xfs_sb for offsets into struct xfs_dsbDarrick J. Wong1-0/+1
2024-04-23xfs: add parent pointer ioctlsDarrick J. Wong1-0/+5
2024-04-23xfs: define parent pointer ondisk extended attribute formatAllison Henderson1-0/+1
2023-12-29xfs: remove struct xfs_attr_shortformChristoph Hellwig1-7/+7
2023-12-07xfs: move xfs_ondisk.h to libxfs/Christoph Hellwig1-0/+199