summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_format.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove XFS_RTMIN/XFS_RTMAXChristoph Hellwig2023-12-221-6/+0
* xfs: remove rt-wrappers from xfs_format.hChristoph Hellwig2023-12-221-8/+0
* xfs: improve dquot iteration for scrubDarrick J. Wong2023-12-151-0/+3
* xfs: dont cast to char * for XFS_DFORK_*PTR macrosDarrick J. Wong2023-12-151-1/+1
* xfs: use accessor functions for summary info wordsDarrick J. Wong2023-10-181-0/+8
* xfs: use accessor functions for bitmap wordsDarrick J. Wong2023-10-181-0/+8
* xfs: convert rt summary macros to helpersDarrick J. Wong2023-10-171-8/+1
* xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macrosDarrick J. Wong2023-10-171-2/+0
* xfs: convert the rtbitmap block and bit macros to static inline functionsDarrick J. Wong2023-10-171-5/+0
* xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong2023-10-171-1/+1
* xfs: rename XFS_REFC_COW_START to _COWFLAGDarrick J. Wong2022-10-311-1/+1
* xfs: move _irec structs to xfs_types.hDarrick J. Wong2022-10-311-20/+0
* xfs: fix comment for start time value of inode with bigtime enabledXiaole He2022-07-201-1/+1
* 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