summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_inode_buf.c
AgeCommit message (Expand)Author
2019-02-18xfs: fix xfs_buf magic number endian checksDarrick J. Wong
2019-02-11xfs: add inode magic to inode verifierDarrick J. Wong
2019-02-11xfs: always check magic values in on-disk byte orderBrian Foster
2019-02-11xfs: add xfs_verify_agino_or_null helperDarrick J. Wong
2018-09-29xfs: validate inode di_forkoffEric Sandeen
2018-07-24xfs: properly handle free inodes in extent hint validatorsEric Sandeen
2018-06-21xfs: More robust inode extent count validationDave Chinner
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-06-06xfs: push corruption -> ESTALE conversion to xfs_nfs_get_inode()Dave Chinner
2018-06-06xfs: verify COW extent size hint is valid in inode verifierDave Chinner
2018-06-06xfs: verify extent size hint is valid in inode verifierDave Chinner
2018-04-17xfs: enhance dinode verifierEric Sandeen
2018-03-23xfs: remove dead inode version setting codeDave Chinner
2018-03-23xfs: don't accept inode buffers with suspicious unlinked chainsDarrick J. Wong
2018-03-23xfs: move inode extent size hint validation to libxfsDarrick J. Wong
2018-03-23xfs: refactor inode buffer verifier error loggingDarrick J. Wong
2018-01-31Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-01-29xfs: refactor inode verifier corruption error printingDarrick J. Wong
2018-01-29xfs: convert to new i_version APIJeff Layton
2018-01-08xfs: move inode fork verifiers to xfs_dinode_verifyDarrick J. Wong
2018-01-08xfs: verify dinode header firstDarrick J. Wong
2018-01-08xfs: refactor verifier callers to print address of failing checkDarrick J. Wong
2018-01-08xfs: have buffer verifier functions report failing addressDarrick J. Wong
2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong
2017-11-01xfs: move error injection tags into their own fileDarrick J. Wong
2017-06-27xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong
2017-06-19xfs: export various function for the online scrubberDarrick J. Wong
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2017-04-03xfs: fix up inode validation failure messageEric Sandeen
2017-01-17xfs: sanity check inode di_modeAmir Goldstein
2017-01-17xfs: sanity check directory inode di_sizeAmir Goldstein
2016-12-07Merge branch 'xfs-4.10-misc-fixes-3' into for-nextDave Chinner
2016-12-05xfs: optimise CRC updatesDave Chinner
2016-12-05xfs: don't allow di_size with high bit setDarrick J. Wong
2016-11-08libxfs: synchronize dinode_verify with userspaceDarrick J. Wong
2016-10-20libxfs: v3 inodes are only valid on crc-enabled filesystemsRoger Willcocks
2016-10-05xfs: don't mix reflink and DAX mode for nowDarrick J. Wong
2016-10-05xfs: check for invalid inode reflink flagsDarrick J. Wong
2016-10-05xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong
2016-02-09xfs: mode di_mode to vfs inodeDave Chinner
2016-02-09xfs: move di_changecount to VFS inodeDave Chinner
2016-02-09xfs: move inode generation count to VFS inodeDave Chinner
2016-02-09xfs: use vfs inode nlink field everywhereDave Chinner
2016-02-09xfs: move v1 inode conversion to xfs_inode_from_diskDave Chinner
2016-02-09xfs: cull unnecessary icdinode fieldsDave Chinner
2016-02-09xfs: remove timestamps from incore inodeDave Chinner
2016-02-09xfs: introduce inode log format objectDave Chinner
2016-01-12xfs: handle dquot buffer readahead in log recovery correctlyDave Chinner
2016-01-12xfs: inode recovery readahead can race with inode buffer creationDave Chinner