summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_format.h
AgeCommit message (Expand)Author
2021-10-14xfs: remove the xfs_dqblk_t typedefChristoph 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
2020-05-13xfs: Use the correct style for SPDX License IdentifierNishad 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_SBPChristoph Hellwig
2020-03-11xfs: remove XFS_BUF_TO_AGFChristoph Hellwig
2020-03-11xfs: remove XFS_BUF_TO_AGIChristoph Hellwig
2020-03-11xfs: remove the xfs_agfl_t typedefChristoph Hellwig
2020-03-11xfs: remove the agfl_bno member from struct xfs_agflChristoph Hellwig
2020-01-14xfs: introduce XFS_MAX_FILEOFFDarrick J. Wong
2019-11-13xfs: remove unused typedef definitionsEric Sandeen
2019-11-13xfs: remove the xfs_disk_dquot_t and xfs_dquot_tPavel Reichl
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong
2019-06-12xfs: fix inode_cluster_size rounding mayhemDarrick J. Wong
2019-06-12xfs: separate inode geometryDarrick J. Wong
2018-12-19xfs: move XFS_INODE_FORMAT_STR mappings to libxfsDarrick J. Wong
2018-12-12xfs: add a block to inode count converterDarrick J. Wong
2018-10-18xfs: remove suport for filesystems without unwritten extent flagChristoph Hellwig