aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_format.h
AgeCommit message (Expand)Author
2023-12-22xfs: remove XFS_RTMIN/XFS_RTMAXChristoph Hellwig
2023-12-22xfs: remove rt-wrappers from xfs_format.hChristoph Hellwig
2023-12-15xfs: improve dquot iteration for scrubDarrick J. Wong
2023-12-15xfs: dont cast to char * for XFS_DFORK_*PTR macrosDarrick J. Wong
2023-10-18xfs: use accessor functions for summary info wordsDarrick J. Wong
2023-10-18xfs: use accessor functions for bitmap wordsDarrick J. Wong
2023-10-17xfs: convert rt summary macros to helpersDarrick J. Wong
2023-10-17xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macrosDarrick J. Wong
2023-10-17xfs: convert the rtbitmap block and bit macros to static inline functionsDarrick J. Wong
2023-10-17xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong
2022-10-31xfs: rename XFS_REFC_COW_START to _COWFLAGDarrick J. Wong
2022-10-31xfs: move _irec structs to xfs_types.hDarrick J. Wong
2022-07-20xfs: fix comment for start time value of inode with bigtime enabledXiaole He
2022-05-09xfs: Implement attr logging and replayAllison Henderson
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner
2022-04-21xfs: convert dquot flags to unsigned.Dave Chinner
2022-04-21xfs: convert AGI log flags to unsigned.Dave Chinner
2022-04-21xfs: convert AGF log flags to unsigned.Dave Chinner
2022-04-13xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flagsChandan Babu R
2022-04-13xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R
2022-04-13xfs: Directory's data fork extent counter can never overflowChandan Babu R
2022-04-11xfs: Introduce per-inode 64-bit extent countersChandan Babu R
2022-04-11xfs: Introduce macros to represent new maximum extent counts for data/attr forksChandan Babu R
2022-04-11xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpersChandan Babu R
2022-04-11xfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bitChandan Babu R
2022-04-11xfs: Introduce xfs_dfork_nextents() helperChandan Babu R
2022-04-11xfs: Define max extent length based on on-disk format definitionChandan Babu R
2022-04-11xfs: Move extent count limits to xfs_format.hChandan Babu R
2021-10-14xfs: remove the xfs_dqblk_t typedefChristoph Hellwig
2021-10-14xfs: remove the xfs_dsb_t typedefChristoph Hellwig
2021-10-14xfs: remove the xfs_dinode_t typedefChristoph Hellwig
2021-08-19xfs: kill xfs_sb_version_has_v3inode()Dave Chinner
2021-08-19xfs: introduce xfs_sb_is_v5 helperDave Chinner
2021-08-19xfs: remove unused xfs_sb_version_has wrappersDave Chinner
2021-08-19xfs: open code sb verifier feature checksDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-19xfs: reflect sb features in xfs_mountDave Chinner
2021-08-19xfs: rework attr2 feature and mount optionsDave Chinner
2021-08-09xfs: allow setting and clearing of log incompat feature flagsDarrick J. Wong
2021-08-09xfs: fix silly whitespace problems with kernel libxfsDarrick J. Wong
2021-04-07xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig
2020-12-09xfs: remove the unused XFS_B_FSB_OFFSET macroKaixu Xia
2020-12-09xfs: enable the needsrepair featureDarrick J. Wong
2020-12-09xfs: define a new "needrepair" featureDarrick J. Wong
2020-09-15xfs: enable big timestampsDarrick J. Wong
2020-09-15xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong
2020-09-15xfs: redefine xfs_timestamp_tDarrick J. Wong
2020-09-15xfs: refactor default quota grace period setting codeDarrick J. Wong
2020-09-15xfs: refactor quota expiration timer modificationDarrick J. Wong