summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_format.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLENDarrick J. Wong2017-07-071-0/+1
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-56/+56
* xfs: simplify validation of the unwritten extent bitChristoph Hellwig2017-04-251-8/+0
* xfs: remove unused values from xfs_exntst_tChristoph Hellwig2017-04-251-1/+0
* xfs: remove the unused XFS_MAXLINK_1 defineChristoph Hellwig2017-04-251-2/+0
* libxfs: v3 inodes are only valid on crc-enabled filesystemsRoger Willcocks2016-10-201-1/+0
* xfs: recognize the reflink feature bitDarrick J. Wong2016-10-051-1/+2
* xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong2016-10-051-1/+2
* xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong2016-10-051-1/+13
* xfs: add refcount btree operationsDarrick J. Wong2016-10-031-2/+8
* xfs: define the on-disk refcount btree formatDarrick J. Wong2016-10-031-0/+36
* xfs: refcount btree add more reserved blocksDarrick J. Wong2016-10-031-0/+2