aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_inode_buf.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-19xfs: remove the di_version field from struct icdinodeChristoph Hellwig1-10/+6
2020-03-19xfs: only check the superblock version for dinode size calculationChristoph Hellwig1-1/+1
2020-03-19xfs: add a new xfs_sb_version_has_v3inode helperChristoph Hellwig1-14/+3
2020-03-02xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig1-4/+4
2020-03-02xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig1-6/+4
2020-03-02xfs: ensure that the inode uid/gid match values match the icdinode onesChristoph Hellwig1-0/+2
2019-11-13xfs: don't reset the "inode core" in xfs_ireadChristoph Hellwig1-2/+0
2019-11-13xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig1-6/+5
2019-11-13xfs: use a struct timespec64 for the in-core crtimeChristoph Hellwig1-4/+4
2019-06-28xfs: remove unused header filesEric Sandeen1-2/+0
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig1-1/+1
2019-06-12xfs: finish converting to inodes_per_clusterDarrick J. Wong1-4/+1
2019-06-12xfs: separate inode geometryDarrick J. Wong1-1/+1
2019-02-18xfs: fix xfs_buf magic number endian checksDarrick J. Wong1-5/+5
2019-02-11xfs: add inode magic to inode verifierDarrick J. Wong1-1/+5
2019-02-11xfs: always check magic values in on-disk byte orderBrian Foster1-1/+1
2019-02-11xfs: add xfs_verify_agino_or_null helperDarrick J. Wong1-2/+1
2018-09-29xfs: validate inode di_forkoffEric Sandeen1-0/+30
2018-07-24xfs: properly handle free inodes in extent hint validatorsEric Sandeen1-2/+4
2018-06-21xfs: More robust inode extent count validationDave Chinner1-29/+47
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-06-06xfs: push corruption -> ESTALE conversion to xfs_nfs_get_inode()Dave Chinner1-5/+0
2018-06-06xfs: verify COW extent size hint is valid in inode verifierDave Chinner1-0/+6
2018-06-06xfs: verify extent size hint is valid in inode verifierDave Chinner1-1/+8
2018-04-17xfs: enhance dinode verifierEric Sandeen1-0/+21
2018-03-23xfs: remove dead inode version setting codeDave Chinner1-4/+1
2018-03-23xfs: don't accept inode buffers with suspicious unlinked chainsDarrick J. Wong1-2/+8
2018-03-23xfs: move inode extent size hint validation to libxfsDarrick J. Wong1-0/+105
2018-03-23xfs: refactor inode buffer verifier error loggingDarrick J. Wong1-1/+3
2018-01-31Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-30/+98
2018-01-29xfs: refactor inode verifier corruption error printingDarrick J. Wong1-4/+2
2018-01-29xfs: convert to new i_version APIJeff Layton1-2/+5
2018-01-08xfs: move inode fork verifiers to xfs_dinode_verifyDarrick J. Wong1-3/+69
2018-01-08xfs: verify dinode header firstDarrick J. Wong1-10/+13
2018-01-08xfs: refactor verifier callers to print address of failing checkDarrick J. Wong1-1/+1
2018-01-08xfs: have buffer verifier functions report failing addressDarrick J. Wong1-17/+19
2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong1-2/+1
2017-11-01xfs: move error injection tags into their own fileDarrick J. Wong1-0/+1
2017-06-27xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong1-2/+1
2017-06-19xfs: export various function for the online scrubberDarrick J. Wong1-1/+1
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-1/+1
2017-04-03xfs: fix up inode validation failure messageEric Sandeen1-1/+1
2017-01-17xfs: sanity check inode di_modeAmir Goldstein1-0/+3
2017-01-17xfs: sanity check directory inode di_sizeAmir Goldstein1-2/+5
2016-12-07Merge branch 'xfs-4.10-misc-fixes-3' into for-nextDave Chinner1-1/+9
2016-12-05xfs: optimise CRC updatesDave Chinner1-1/+1
2016-12-05xfs: don't allow di_size with high bit setDarrick J. Wong1-0/+8
2016-11-08libxfs: synchronize dinode_verify with userspaceDarrick J. Wong1-3/+3
2016-10-20libxfs: v3 inodes are only valid on crc-enabled filesystemsRoger Willcocks1-1/+12
2016-10-05xfs: don't mix reflink and DAX mode for nowDarrick J. Wong1-0/+4