aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_format.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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-20xfs: 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 into xfs-5.19-for-nextDave 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
2021-08-19xfs: open code sb verifier feature checksDave Chinner1-29/+0
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-5/+5
2021-08-19xfs: reflect sb features in xfs_mountDave Chinner1-1/+1
2021-08-19xfs: rework attr2 feature and mount optionsDave Chinner1-7/+0
2021-08-09xfs: allow setting and clearing of log incompat feature flagsDarrick J. Wong1-0/+15
2021-08-09xfs: fix silly whitespace problems with kernel libxfsDarrick J. Wong1-1/+1
2021-04-07xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig1-3/+2
2020-12-09xfs: remove the unused XFS_B_FSB_OFFSET macroKaixu Xia1-1/+0
2020-12-09xfs: enable the needsrepair featureDarrick J. Wong1-1/+2
2020-12-09xfs: define a new "needrepair" featureDarrick J. Wong1-0/+7
2020-09-15xfs: enable big timestampsDarrick J. Wong1-1/+2
2020-09-15xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong1-1/+49
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong1-1/+69
2020-09-15xfs: redefine xfs_timestamp_tDarrick J. Wong1-3/+7
2020-09-15xfs: refactor default quota grace period setting codeDarrick J. Wong1-0/+13
2020-09-15xfs: refactor quota expiration timer modificationDarrick J. Wong1-0/+24
2020-09-15xfs: explicitly define inode timestamp rangeDarrick J. Wong1-0/+22
2020-09-15xfs: enable new inode btree counters featureDarrick J. Wong1-1/+2
2020-09-15xfs: store inode btree block counts in AGI headerDarrick J. Wong1-1/+17
2020-07-28xfs: rename the ondisk dquot d_flags to d_typeDarrick J. Wong1-1/+1
2020-07-28xfs: improve ondisk dquot flags checkingDarrick J. Wong1-0/+2
2020-07-28xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong1-0/+9
2020-07-28xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong1-1/+1
2020-07-28xfs: remove qcore from incore dquotsDarrick J. Wong1-4/+3
2020-07-28xfs: make XFS_DQUOT_CLUSTER_SIZE_FSB part of the ondisk formatDarrick J. Wong1-0/+16
2020-05-19xfs: remove the XFS_DFORK_Q macroChristoph Hellwig1-3/+2