summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_format.h
AgeCommit message (Expand)AuthorFilesLines
2024-11-06xfs: enable metadata directory featureDarrick J. Wong1-1/+2
2024-11-06xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_tDarrick J. Wong1-0/+6
2024-11-06xfs: encode the rtsummary in big endian formatDarrick J. Wong1-1/+3
2024-11-06xfs: encode the rtbitmap in big endian formatDarrick J. Wong1-1/+3
2024-11-06xfs: add block headers to realtime bitmap and summary blocksDarrick J. Wong1-0/+18
2024-11-06xfs: define the format of rt groupsDarrick J. Wong1-1/+41
2024-11-06xfs: create incore realtime group structuresDarrick J. Wong1-0/+3
2024-11-06xfs: define the on-disk format for the metadir featureDarrick J. Wong1-12/+83
2024-11-06xfs: constify the xfs_sb predicatesDarrick J. Wong1-12/+12
2024-07-02xfs: don't use the incore struct xfs_sb for offsets into struct xfs_dsbDarrick J. Wong1-5/+4
2024-04-23xfs: enable parent pointersDarrick J. Wong1-1/+2
2024-04-23xfs: add a incompat feature bit for parent pointersAllison Henderson1-0/+1
2024-04-16xfs: pin inodes that would otherwise overflow link countDarrick J. Wong1-0/+6
2024-04-16xfs: enable logged file mapping exchange featureDarrick J. Wong1-1/+2
2024-04-16xfs: create a incompat flag for atomic file mapping exchangesDarrick J. Wong1-11/+12
2024-02-22xfs: split the agf_roots and agf_levels arraysChristoph Hellwig1-11/+10
2023-12-22xfs: remove XFS_RTMIN/XFS_RTMAXChristoph Hellwig1-6/+0
2023-12-22xfs: remove rt-wrappers from xfs_format.hChristoph Hellwig1-8/+0
2023-12-15xfs: improve dquot iteration for scrubDarrick J. Wong1-0/+3
2023-12-15xfs: dont cast to char * for XFS_DFORK_*PTR macrosDarrick J. Wong1-1/+1
2023-10-19xfs: use accessor functions for summary info wordsDarrick J. Wong1-0/+8
2023-10-18xfs: use accessor functions for bitmap wordsDarrick J. Wong1-0/+8
2023-10-18xfs: convert rt summary macros to helpersDarrick J. Wong1-8/+1
2023-10-18xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macrosDarrick J. Wong1-2/+0
2023-10-18xfs: convert the rtbitmap block and bit macros to static inline functionsDarrick J. Wong1-5/+0
2023-10-18xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong1-1/+1
2022-10-31xfs: rename XFS_REFC_COW_START to _COWFLAGDarrick J. Wong1-1/+1
2022-10-31xfs: move _irec structs to xfs_types.hDarrick J. Wong1-20/+0
2022-07-21xfs: fix comment for start time value of inode with bigtime enabledXiaole He1-1/+1
2022-05-09xfs: Implement attr logging and replayAllison Henderson1-1/+8
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner1-10/+94
2022-04-21xfs: convert dquot flags to unsigned.Dave Chinner1-4/+4
2022-04-21xfs: convert AGI log flags to unsigned.Dave Chinner1-15/+15
2022-04-21xfs: convert AGF log flags to unsigned.Dave Chinner1-19/+19
2022-04-13xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flagsChandan Babu R1-1/+2
2022-04-13xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R1-0/+11
2022-04-13xfs: Directory's data fork extent counter can never overflowChandan Babu R1-0/+13
2022-04-11xfs: Introduce per-inode 64-bit extent countersChandan Babu R1-4/+29
2022-04-11xfs: Introduce macros to represent new maximum extent counts for data/attr forksChandan Babu R1-2/+22
2022-04-11xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpersChandan Babu R1-1/+10
2022-04-11xfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bitChandan Babu R1-0/+1
2022-04-11xfs: Introduce xfs_dfork_nextents() helperChandan Babu R1-4/+0
2022-04-11xfs: Define max extent length based on on-disk format definitionChandan Babu R1-2/+3
2022-04-11xfs: Move extent count limits to xfs_format.hChandan Babu R1-0/+7
2021-10-14xfs: remove the xfs_dqblk_t typedefChristoph Hellwig1-2/+2
2021-10-14xfs: remove the xfs_dsb_t typedefChristoph Hellwig1-2/+2
2021-10-14xfs: remove the xfs_dinode_t typedefChristoph Hellwig1-2/+2
2021-08-19xfs: kill xfs_sb_version_has_v3inode()Dave Chinner1-15/+3
2021-08-19xfs: introduce xfs_sb_is_v5 helperDave Chinner1-8/+8
2021-08-19xfs: remove unused xfs_sb_version_has wrappersDave Chinner1-152/+3