summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_format.h
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-13xfs: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2020-05-13xfs: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-03-19xfs: only check the superblock version for dinode size calculationChristoph Hellwig1-8/+8
2020-03-19xfs: add a new xfs_sb_version_has_v3inode helperChristoph Hellwig1-0/+17
2020-03-11xfs: remove XFS_BUF_TO_SBPChristoph Hellwig1-1/+0
2020-03-11xfs: remove XFS_BUF_TO_AGFChristoph Hellwig1-1/+0
2020-03-11xfs: remove XFS_BUF_TO_AGIChristoph Hellwig1-1/+0
2020-03-11xfs: remove the xfs_agfl_t typedefChristoph Hellwig1-3/+3
2020-03-11xfs: remove the agfl_bno member from struct xfs_agflChristoph Hellwig1-6/+0
2020-01-14xfs: introduce XFS_MAX_FILEOFFDarrick J. Wong1-0/+7
2019-11-13xfs: remove unused typedef definitionsEric Sandeen1-2/+2
2019-11-13xfs: remove the xfs_disk_dquot_t and xfs_dquot_tPavel Reichl1-5/+5
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong1-41/+0
2019-06-12xfs: fix inode_cluster_size rounding mayhemDarrick J. Wong1-2/+7
2019-06-12xfs: separate inode geometryDarrick J. Wong1-1/+37
2018-12-19xfs: move XFS_INODE_FORMAT_STR mappings to libxfsDarrick J. Wong1-0/+10
2018-12-12xfs: add a block to inode count converterDarrick J. Wong1-0/+2
2018-10-18xfs: remove suport for filesystems without unwritten extent flagChristoph Hellwig1-6/+2
2018-09-29xfs: don't treat unknown di_flags2 as corruption in scrubEric Sandeen1-0/+2
2018-06-24xfs: don't allow insert-range to shift extents past the maximum offsetDarrick J. Wong1-0/+2
2018-06-21xfs: More robust inode extent count validationDave Chinner1-0/+3
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-16xfs: implement online get/set fs labelEric Sandeen1-2/+5
2018-03-11xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner1-12/+1
2017-11-09xfs: remove u_int* type usageDarrick J. Wong1-1/+1
2017-11-06xfs: move xfs_bmbt_irec and xfs_exntst_t to xfs_types.hChristoph Hellwig1-18/+0
2017-11-06xfs: use a b+tree for the in-core extent listChristoph Hellwig1-4/+0
2017-11-01xfs: convert remaining xfs_sb_version_... checks to boolDave Chinner1-2/+2
2017-10-26xfs: remove the never fully implemented UUID fork formatChristoph Hellwig1-1/+1
2017-10-26xfs: scrub realtime bitmap/summaryDarrick J. Wong1-0/+5
2017-10-26xfs: scrub inode btreesDarrick J. Wong1-1/+1