aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_types.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-07xfs: Pre-calculate per-AG agino geometryDave Chinner1-50/+5
2022-07-07xfs: Pre-calculate per-AG agbno geometryDave Chinner1-15/+3
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-1/+1
2021-06-02xfs: convert raw ag walks to use for_each_peragDave Chinner1-1/+3
2021-03-25xfs: type verification is expensiveDave Chinner1-9/+9
2020-12-09xfs: refactor file range validationDarrick J. Wong1-0/+25
2020-12-09xfs: refactor realtime volume extent validationDarrick J. Wong1-0/+16
2020-12-09xfs: refactor data device extent validationDarrick J. Wong1-0/+23
2019-06-28xfs: remove unused header filesEric Sandeen1-9/+0
2019-06-12xfs: separate inode geometryDarrick J. Wong1-2/+2
2019-04-30xfs: add online scrub for superblock countersDarrick J. Wong1-1/+1
2019-02-11xfs: add xfs_verify_agino_or_null helperDarrick J. Wong1-0/+13
2019-02-11xfs: scrub should flag dir/attr offsets that aren't mappable with xfs_dablk_tDarrick J. Wong1-0/+11
2018-12-12xfs: precalculate cluster alignment in inodes and blocksDarrick J. Wong1-3/+2
2018-12-12xfs: add a block to inode count converterDarrick J. Wong1-2/+2
2018-07-31xfs: verify icount in superblock writeDarrick J. Wong1-0/+34
2018-06-08xfs: move various type verifiers to common fileDave Chinner1-0/+173