aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_format.h
AgeCommit message (Expand)AuthorFilesLines
2021-10-14xfs: remove the xfs_dqblk_t typedefGravatar Christoph Hellwig 1-2/+2
2021-10-14xfs: remove the xfs_dsb_t typedefGravatar Christoph Hellwig 1-2/+2
2021-10-14xfs: remove the xfs_dinode_t typedefGravatar Christoph Hellwig 1-2/+2
2021-08-19xfs: kill xfs_sb_version_has_v3inode()Gravatar Dave Chinner 1-15/+3
2021-08-19xfs: introduce xfs_sb_is_v5 helperGravatar Dave Chinner 1-8/+8
2021-08-19xfs: remove unused xfs_sb_version_has wrappersGravatar Dave Chinner 1-152/+3
2021-08-19xfs: open code sb verifier feature checksGravatar Dave Chinner 1-29/+0
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksGravatar Dave Chinner 1-5/+5
2021-08-19xfs: reflect sb features in xfs_mountGravatar Dave Chinner 1-1/+1
2021-08-19xfs: rework attr2 feature and mount optionsGravatar Dave Chinner 1-7/+0
2021-08-09xfs: allow setting and clearing of log incompat feature flagsGravatar Darrick J. Wong 1-0/+15
2021-08-09xfs: fix silly whitespace problems with kernel libxfsGravatar Darrick J. Wong 1-1/+1
2021-04-07xfs: move the di_crtime field to struct xfs_inodeGravatar Christoph Hellwig 1-3/+2
2020-12-09xfs: remove the unused XFS_B_FSB_OFFSET macroGravatar Kaixu Xia 1-1/+0
2020-12-09xfs: enable the needsrepair featureGravatar Darrick J. Wong 1-1/+2
2020-12-09xfs: define a new "needrepair" featureGravatar Darrick J. Wong 1-0/+7
2020-09-15xfs: enable big timestampsGravatar Darrick J. Wong 1-1/+2
2020-09-15xfs: widen ondisk quota expiration timestamps to handle y2038+Gravatar Darrick J. Wong 1-1/+49
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Gravatar Darrick J. Wong 1-1/+69
2020-09-15xfs: redefine xfs_timestamp_tGravatar Darrick J. Wong 1-3/+7
2020-09-15xfs: refactor default quota grace period setting codeGravatar Darrick J. Wong 1-0/+13
2020-09-15xfs: refactor quota expiration timer modificationGravatar Darrick J. Wong 1-0/+24
2020-09-15xfs: explicitly define inode timestamp rangeGravatar Darrick J. Wong 1-0/+22
2020-09-15xfs: enable new inode btree counters featureGravatar Darrick J. Wong 1-1/+2
2020-09-15xfs: store inode btree block counts in AGI headerGravatar Darrick J. Wong 1-1/+17
2020-07-28xfs: rename the ondisk dquot d_flags to d_typeGravatar Darrick J. Wong 1-1/+1
2020-07-28xfs: improve ondisk dquot flags checkingGravatar Darrick J. Wong 1-0/+2
2020-07-28xfs: create xfs_dqtype_t to represent quota typesGravatar Darrick J. Wong 1-0/+9
2020-07-28xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Gravatar Darrick J. Wong 1-1/+1
2020-07-28xfs: remove qcore from incore dquotsGravatar Darrick J. Wong 1-4/+3
2020-07-28xfs: make XFS_DQUOT_CLUSTER_SIZE_FSB part of the ondisk formatGravatar Darrick J. Wong 1-0/+16
2020-05-19xfs: remove the XFS_DFORK_Q macroGravatar Christoph Hellwig 1-3/+2
2020-05-13xfs: Use the correct style for SPDX License IdentifierGravatar Nishad Kamdar 1-1/+1
2020-05-13xfs: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 1-1/+1
2020-03-19xfs: only check the superblock version for dinode size calculationGravatar Christoph Hellwig 1-8/+8
2020-03-19xfs: add a new xfs_sb_version_has_v3inode helperGravatar Christoph Hellwig 1-0/+17
2020-03-11xfs: remove XFS_BUF_TO_SBPGravatar Christoph Hellwig 1-1/+0
2020-03-11xfs: remove XFS_BUF_TO_AGFGravatar Christoph Hellwig 1-1/+0
2020-03-11xfs: remove XFS_BUF_TO_AGIGravatar Christoph Hellwig 1-1/+0
2020-03-11xfs: remove the xfs_agfl_t typedefGravatar Christoph Hellwig 1-3/+3
2020-03-11xfs: remove the agfl_bno member from struct xfs_agflGravatar Christoph Hellwig 1-6/+0
2020-01-14xfs: introduce XFS_MAX_FILEOFFGravatar Darrick J. Wong 1-0/+7
2019-11-13xfs: remove unused typedef definitionsGravatar Eric Sandeen 1-2/+2
2019-11-13xfs: remove the xfs_disk_dquot_t and xfs_dquot_tGravatar Pavel Reichl 1-5/+5
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hGravatar Darrick J. Wong 1-41/+0
2019-06-12xfs: fix inode_cluster_size rounding mayhemGravatar Darrick J. Wong 1-2/+7
2019-06-12xfs: separate inode geometryGravatar Darrick J. Wong 1-1/+37
2018-12-19xfs: move XFS_INODE_FORMAT_STR mappings to libxfsGravatar Darrick J. Wong 1-0/+10
2018-12-12xfs: add a block to inode count converterGravatar Darrick J. Wong 1-0/+2
2018-10-18xfs: remove suport for filesystems without unwritten extent flagGravatar Christoph Hellwig 1-6/+2