summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_format.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove the xfs_dqblk_t typedefChristoph Hellwig2021-10-141-2/+2
* xfs: remove the xfs_dsb_t typedefChristoph Hellwig2021-10-141-2/+2
* xfs: remove the xfs_dinode_t typedefChristoph Hellwig2021-10-141-2/+2
* xfs: kill xfs_sb_version_has_v3inode()Dave Chinner2021-08-191-15/+3
* xfs: introduce xfs_sb_is_v5 helperDave Chinner2021-08-191-8/+8
* xfs: remove unused xfs_sb_version_has wrappersDave Chinner2021-08-191-152/+3
* xfs: open code sb verifier feature checksDave Chinner2021-08-191-29/+0
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-5/+5
* xfs: reflect sb features in xfs_mountDave Chinner2021-08-191-1/+1
* xfs: rework attr2 feature and mount optionsDave Chinner2021-08-191-7/+0
* xfs: allow setting and clearing of log incompat feature flagsDarrick J. Wong2021-08-091-0/+15
* xfs: fix silly whitespace problems with kernel libxfsDarrick J. Wong2021-08-091-1/+1
* xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig2021-04-071-3/+2
* xfs: remove the unused XFS_B_FSB_OFFSET macroKaixu Xia2020-12-091-1/+0
* xfs: enable the needsrepair featureDarrick J. Wong2020-12-091-1/+2
* xfs: define a new "needrepair" featureDarrick J. Wong2020-12-091-0/+7
* xfs: enable big timestampsDarrick J. Wong2020-09-151-1/+2
* xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong2020-09-151-1/+49
* xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong2020-09-151-1/+69
* xfs: redefine xfs_timestamp_tDarrick J. Wong2020-09-151-3/+7
* xfs: refactor default quota grace period setting codeDarrick J. Wong2020-09-151-0/+13
* xfs: refactor quota expiration timer modificationDarrick J. Wong2020-09-151-0/+24
* xfs: explicitly define inode timestamp rangeDarrick J. Wong2020-09-151-0/+22
* xfs: enable new inode btree counters featureDarrick J. Wong2020-09-151-1/+2
* xfs: store inode btree block counts in AGI headerDarrick J. Wong2020-09-151-1/+17
* xfs: rename the ondisk dquot d_flags to d_typeDarrick J. Wong2020-07-281-1/+1
* xfs: improve ondisk dquot flags checkingDarrick J. Wong2020-07-281-0/+2
* xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong2020-07-281-0/+9
* xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong2020-07-281-1/+1
* xfs: remove qcore from incore dquotsDarrick J. Wong2020-07-281-4/+3
* xfs: make XFS_DQUOT_CLUSTER_SIZE_FSB part of the ondisk formatDarrick J. Wong2020-07-281-0/+16
* xfs: remove the XFS_DFORK_Q macroChristoph Hellwig2020-05-191-3/+2
* xfs: Use the correct style for SPDX License IdentifierNishad Kamdar2020-05-131-1/+1
* xfs: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-131-1/+1
* xfs: only check the superblock version for dinode size calculationChristoph Hellwig2020-03-191-8/+8
* xfs: add a new xfs_sb_version_has_v3inode helperChristoph Hellwig2020-03-191-0/+17
* xfs: remove XFS_BUF_TO_SBPChristoph Hellwig2020-03-111-1/+0
* xfs: remove XFS_BUF_TO_AGFChristoph Hellwig2020-03-111-1/+0
* xfs: remove XFS_BUF_TO_AGIChristoph Hellwig2020-03-111-1/+0
* xfs: remove the xfs_agfl_t typedefChristoph Hellwig2020-03-111-3/+3
* xfs: remove the agfl_bno member from struct xfs_agflChristoph Hellwig2020-03-111-6/+0
* xfs: introduce XFS_MAX_FILEOFFDarrick J. Wong2020-01-141-0/+7
* xfs: remove unused typedef definitionsEric Sandeen2019-11-131-2/+2
* xfs: remove the xfs_disk_dquot_t and xfs_dquot_tPavel Reichl2019-11-131-5/+5
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-281-41/+0
* xfs: fix inode_cluster_size rounding mayhemDarrick J. Wong2019-06-121-2/+7
* xfs: separate inode geometryDarrick J. Wong2019-06-121-1/+37
* xfs: move XFS_INODE_FORMAT_STR mappings to libxfsDarrick J. Wong2018-12-191-0/+10
* xfs: add a block to inode count converterDarrick J. Wong2018-12-121-0/+2
* xfs: remove suport for filesystems without unwritten extent flagChristoph Hellwig2018-10-181-6/+2