summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_format.h
AgeCommit message (Expand)Author
2024-12-23xfs: wire up a new metafile type for the realtime refcountDarrick J. Wong
2024-12-23xfs: add realtime refcount btree inode to metadata directoryDarrick J. Wong
2024-12-23xfs: introduce realtime refcount btree ondisk definitionsDarrick J. Wong
2024-12-23xfs: namespace the maximum length/refcount symbolsDarrick J. Wong
2024-12-23xfs: wire up a new metafile type for the realtime rmapDarrick J. Wong
2024-12-23xfs: add realtime reverse map inode to metadata directoryDarrick J. Wong
2024-12-23xfs: support file data forks containing metadata btreesDarrick J. Wong
2024-12-23xfs: introduce realtime rmap btree ondisk definitionsDarrick J. Wong
2024-11-05xfs: enable metadata directory featureDarrick J. Wong
2024-11-05xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_tDarrick J. Wong
2024-11-05xfs: encode the rtsummary in big endian formatDarrick J. Wong
2024-11-05xfs: encode the rtbitmap in big endian formatDarrick 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: create incore realtime group structuresDarrick J. Wong
2024-11-05xfs: define the on-disk format for the metadir featureDarrick J. Wong
2024-11-05xfs: constify the xfs_sb predicatesDarrick J. Wong
2024-07-02xfs: don't use the incore struct xfs_sb for offsets into struct xfs_dsbDarrick J. Wong
2024-04-23xfs: enable parent pointersDarrick J. Wong
2024-04-23xfs: add a incompat feature bit for parent pointersAllison Henderson
2024-04-15xfs: pin inodes that would otherwise overflow link countDarrick J. Wong
2024-04-15xfs: enable logged file mapping exchange featureDarrick J. Wong
2024-04-15xfs: create a incompat flag for atomic file mapping exchangesDarrick J. Wong
2024-02-22xfs: split the agf_roots and agf_levels arraysChristoph Hellwig
2023-12-22xfs: remove XFS_RTMIN/XFS_RTMAXChristoph Hellwig
2023-12-22xfs: remove rt-wrappers from xfs_format.hChristoph Hellwig
2023-12-15xfs: improve dquot iteration for scrubDarrick J. Wong
2023-12-15xfs: dont cast to char * for XFS_DFORK_*PTR macrosDarrick J. Wong
2023-10-18xfs: use accessor functions for summary info wordsDarrick J. Wong
2023-10-18xfs: use accessor functions for bitmap wordsDarrick J. Wong
2023-10-17xfs: convert rt summary macros to helpersDarrick J. Wong
2023-10-17xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macrosDarrick J. Wong
2023-10-17xfs: convert the rtbitmap block and bit macros to static inline functionsDarrick J. Wong
2023-10-17xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong
2022-10-31xfs: rename XFS_REFC_COW_START to _COWFLAGDarrick J. Wong
2022-10-31xfs: move _irec structs to xfs_types.hDarrick J. Wong
2022-07-20xfs: fix comment for start time value of inode with bigtime enabledXiaole He
2022-05-09xfs: Implement attr logging and replayAllison Henderson
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner
2022-04-21xfs: convert dquot flags to unsigned.Dave Chinner
2022-04-21xfs: convert AGI log flags to unsigned.Dave Chinner
2022-04-21xfs: convert AGF log flags to unsigned.Dave Chinner
2022-04-13xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flagsChandan Babu R
2022-04-13xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R
2022-04-13xfs: Directory's data fork extent counter can never overflowChandan Babu R
2022-04-11xfs: Introduce per-inode 64-bit extent countersChandan Babu R
2022-04-11xfs: Introduce macros to represent new maximum extent counts for data/attr forksChandan Babu R
2022-04-11xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpersChandan Babu R
2022-04-11xfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bitChandan Babu R
2022-04-11xfs: Introduce xfs_dfork_nextents() helperChandan Babu R