summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_format.h
AgeCommit message (Expand)Author
2021-10-22xfs: wire up a new inode fork type for the realtime refcountDarrick J. Wong
2021-10-22xfs: add realtime reverse map inode to metadata directoryDarrick J. Wong
2021-10-22xfs: define the on-disk realtime refcount btree formatDarrick J. Wong
2021-10-22xfs: introduce realtime refcount btree definitionsDarrick J. Wong
2021-10-22xfs: widen xfs_refcount_irec fields to handle realtime refcountbtDarrick J. Wong
2021-10-22xfs: wire up a new inode fork type for the realtime rmapDarrick J. Wong
2021-10-22xfs: add realtime reverse map inode to metadata directoryDarrick J. Wong
2021-10-22xfs: define the on-disk realtime rmap btree formatDarrick J. Wong
2021-10-22xfs: introduce realtime rmap btree definitionsDarrick J. Wong
2021-10-22xfs: widen xfs_rmap_irec fields to handle realtime rmapbtDarrick J. Wong
2021-10-22xfs: enable metadata directory featuremetadir_2021-10-22Darrick J. Wong
2021-10-22xfs: define the on-disk format for the metadir featureDarrick J. Wong
2021-10-22xfs: enable atomic swapext featureatomic-file-updates_2021-10-22Darrick J. Wong
2021-10-22xfs: create a log incompat flag for atomic extent swappingDarrick J. Wong
2021-10-22xfs: repair inode recordsDarrick J. Wong
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
2020-05-13xfs: Use the correct style for SPDX License Identifierxfs-5.8-merge-4Nishad Kamdar
2020-05-13xfs: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-03-19xfs: only check the superblock version for dinode size calculationChristoph Hellwig
2020-03-19xfs: add a new xfs_sb_version_has_v3inode helperChristoph Hellwig
2020-03-11xfs: remove XFS_BUF_TO_SBPxfs-5.7-merge-2Christoph Hellwig
2020-03-11xfs: remove XFS_BUF_TO_AGFChristoph Hellwig