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