summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_format.h
AgeCommit message (Expand)Author
2022-10-31xfs: rename XFS_REFC_COW_START to _COWFLAGrefcount-cow-domain-6.1_2022-10-31Darrick 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
2022-04-11xfs: Define max extent length based on on-disk format definitionChandan Babu R
2022-04-11xfs: Move extent count limits to xfs_format.hChandan Babu R
2021-10-14xfs: remove the xfs_dqblk_t typedefxfs-merge-5.16_2021-10-14xfs-5.16-merge-2Christoph Hellwig
2021-10-14xfs: remove the xfs_dsb_t typedefChristoph Hellwig
2021-10-14xfs: remove the xfs_dinode_t typedefChristoph Hellwig
2021-08-19xfs: kill xfs_sb_version_has_v3inode()Dave Chinner
2021-08-19xfs: introduce xfs_sb_is_v5 helperDave Chinner
2021-08-19xfs: remove unused xfs_sb_version_has wrappersDave Chinner
2021-08-19xfs: open code sb verifier feature checksDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-19xfs: reflect sb features in xfs_mountDave Chinner
2021-08-19xfs: rework attr2 feature and mount optionsDave Chinner
2021-08-09xfs: allow setting and clearing of log incompat feature flagsDarrick J. Wong
2021-08-09xfs: fix silly whitespace problems with kernel libxfsDarrick J. Wong
2021-04-07xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig
2020-12-09xfs: remove the unused XFS_B_FSB_OFFSET macroKaixu Xia
2020-12-09xfs: enable the needsrepair featureDarrick J. Wong
2020-12-09xfs: define a new "needrepair" featureDarrick J. Wong
2020-09-15xfs: enable big timestampsDarrick J. Wong
2020-09-15xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong
2020-09-15xfs: redefine xfs_timestamp_tDarrick J. Wong
2020-09-15xfs: refactor default quota grace period setting codeDarrick J. Wong
2020-09-15xfs: refactor quota expiration timer modificationDarrick J. Wong
2020-09-15xfs: explicitly define inode timestamp rangeDarrick J. Wong
2020-09-15xfs: enable new inode btree counters featureDarrick J. Wong
2020-09-15xfs: store inode btree block counts in AGI headerDarrick J. Wong
2020-07-28xfs: rename the ondisk dquot d_flags to d_typeDarrick J. Wong
2020-07-28xfs: improve ondisk dquot flags checkingDarrick J. Wong
2020-07-28xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong
2020-07-28xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong
2020-07-28xfs: remove qcore from incore dquotsDarrick J. Wong
2020-07-28xfs: make XFS_DQUOT_CLUSTER_SIZE_FSB part of the ondisk formatDarrick J. Wong
2020-05-19xfs: remove the XFS_DFORK_Q macroChristoph Hellwig