summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_format.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: don't treat unknown di_flags2 as corruption in scrubEric Sandeen2018-09-291-0/+2
* xfs: don't allow insert-range to shift extents past the maximum offsetDarrick J. Wong2018-06-241-0/+2
* xfs: More robust inode extent count validationDave Chinner2018-06-211-0/+3
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: implement online get/set fs labelEric Sandeen2018-05-161-2/+5
* xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner2018-03-111-12/+1
* xfs: remove u_int* type usageDarrick J. Wong2017-11-091-1/+1
* xfs: move xfs_bmbt_irec and xfs_exntst_t to xfs_types.hChristoph Hellwig2017-11-061-18/+0
* xfs: use a b+tree for the in-core extent listChristoph Hellwig2017-11-061-4/+0
* xfs: convert remaining xfs_sb_version_... checks to boolDave Chinner2017-11-011-2/+2
* xfs: remove the never fully implemented UUID fork formatChristoph Hellwig2017-10-261-1/+1
* xfs: scrub realtime bitmap/summaryDarrick J. Wong2017-10-261-0/+5
* xfs: scrub inode btreesDarrick J. Wong2017-10-261-1/+1