summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_format.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: Implement attr logging and replayAllison Henderson2022-05-091-1/+8
* Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner2022-04-211-10/+94
|\
| * xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flagsChandan Babu R2022-04-131-1/+2
| * xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R2022-04-131-0/+11
| * xfs: Directory's data fork extent counter can never overflowChandan Babu R2022-04-131-0/+13
| * xfs: Introduce per-inode 64-bit extent countersChandan Babu R2022-04-111-4/+29
| * xfs: Introduce macros to represent new maximum extent counts for data/attr forksChandan Babu R2022-04-111-2/+22
| * xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpersChandan Babu R2022-04-111-1/+10
| * xfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bitChandan Babu R2022-04-111-0/+1
| * xfs: Introduce xfs_dfork_nextents() helperChandan Babu R2022-04-111-4/+0
| * xfs: Define max extent length based on on-disk format definitionChandan Babu R2022-04-111-2/+3
| * xfs: Move extent count limits to xfs_format.hChandan Babu R2022-04-111-0/+7
* | xfs: convert dquot flags to unsigned.Dave Chinner2022-04-211-4/+4
* | xfs: convert AGI log flags to unsigned.Dave Chinner2022-04-211-15/+15
* | xfs: convert AGF log flags to unsigned.Dave Chinner2022-04-211-19/+19
|/
* 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