summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_format.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-291-41/+0Star
* 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/+2Star
* 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-221-0/+3
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1Star
* xfs: implement online get/set fs labelEric Sandeen2018-05-161-2/+5
* xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner2018-03-121-12/+1Star
* xfs: remove u_int* type usageDarrick J. Wong2017-11-101-1/+1
* xfs: move xfs_bmbt_irec and xfs_exntst_t to xfs_types.hChristoph Hellwig2017-11-061-18/+0Star
* xfs: use a b+tree for the in-core extent listChristoph Hellwig2017-11-061-4/+0Star
* 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-271-1/+1
* xfs: scrub realtime bitmap/summaryDarrick J. Wong2017-10-271-0/+5
* xfs: scrub inode btreesDarrick J. Wong2017-10-271-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/+0Star
* xfs: remove unused values from xfs_exntst_tChristoph Hellwig2017-04-251-1/+0Star
* xfs: remove the unused XFS_MAXLINK_1 defineChristoph Hellwig2017-04-251-2/+0Star
* libxfs: v3 inodes are only valid on crc-enabled filesystemsRoger Willcocks2016-10-201-1/+0Star
* xfs: recognize the reflink feature bitDarrick J. Wong2016-10-061-1/+2
* xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong2016-10-061-1/+2
* xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong2016-10-061-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
* xfs: introduce refcount btree definitionsDarrick J. Wong2016-10-031-4/+27
* xfs: don't log the entire end of the AGFDarrick J. Wong2016-08-261-2/+4
* xfs: store rmapbt block count in the AGFDarrick J. Wong2016-08-171-3/+8
* xfs: enable the rmap btree functionalityDarrick J. Wong2016-08-031-1/+2
* xfs: define the on-disk rmap btree formatDarrick J. Wong2016-08-031-0/+73
* xfs: add owner field to extent allocation and freeingDarrick J. Wong2016-08-031-0/+28
* xfs: rmap btree add more reserved blocksDarrick J. Wong2016-08-031-8/+1Star
* xfs: introduce rmap btree definitionsDarrick J. Wong2016-08-031-5/+17
* xfs: remove the magic numbers in xfs_btree_block-related len macrosHou Tao2016-07-201-25/+41
* Merge branch 'xfs-setxattr-promotion' into for-nextDave Chinner2016-01-181-2/+9
|\
| * xfs: introduce per-inode DAX enablementDave Chinner2016-01-041-0/+9
| * xfs: use FS_XFLAG definitions directlyDave Chinner2016-01-041-2/+0Star
* | libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correctDarrick J. Wong2016-01-041-1/+1
|/
* Merge branch 'xfs-misc-fixes-for-4.4-2' into for-nextDave Chinner2015-11-031-2/+6
|\
| * xfs: Validate the length of on-disk ACLsAndreas Gruenbacher2015-11-031-2/+6
* | xfs: avoid dependency on Linux XATTR_SIZE_MAXJan Tulak2015-10-121-1/+9
|/
* xfs: create new metadata UUID field and incompat flagEric Sandeen2015-07-291-3/+19
* Merge branch 'xfs-freelist-cleanup' into for-nextDave Chinner2015-06-231-13/+0Star
|\
| * xfs: clean up XFS_MIN_FREELIST macrosDave Chinner2015-06-221-13/+0Star