summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_format.h
AgeCommit message (Expand)Author
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
2018-09-29xfs: don't treat unknown di_flags2 as corruption in scrubEric Sandeen
2018-06-24xfs: don't allow insert-range to shift extents past the maximum offsetDarrick J. Wong
2018-06-21xfs: More robust inode extent count validationDave Chinner
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-16xfs: implement online get/set fs labelEric Sandeen
2018-03-11xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner
2017-11-09xfs: remove u_int* type usageDarrick J. Wong
2017-11-06xfs: move xfs_bmbt_irec and xfs_exntst_t to xfs_types.hChristoph Hellwig
2017-11-06xfs: use a b+tree for the in-core extent listChristoph Hellwig
2017-11-01xfs: convert remaining xfs_sb_version_... checks to boolDave Chinner
2017-10-26xfs: remove the never fully implemented UUID fork formatChristoph Hellwig
2017-10-26xfs: scrub realtime bitmap/summaryDarrick J. Wong
2017-10-26xfs: scrub inode btreesDarrick J. Wong
2017-07-07xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLENDarrick J. Wong
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2017-04-25xfs: simplify validation of the unwritten extent bitChristoph Hellwig
2017-04-25xfs: remove unused values from xfs_exntst_tChristoph Hellwig
2017-04-25xfs: remove the unused XFS_MAXLINK_1 defineChristoph Hellwig
2016-10-20libxfs: v3 inodes are only valid on crc-enabled filesystemsRoger Willcocks
2016-10-05xfs: recognize the reflink feature bitDarrick J. Wong
2016-10-05xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong