aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_inode_buf.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-13xfs: don't reset the "inode core" in xfs_ireadGravatar Christoph Hellwig 1-2/+0
2019-11-13xfs: merge the projid fields in struct xfs_icdinodeGravatar Christoph Hellwig 1-6/+5
2019-11-13xfs: use a struct timespec64 for the in-core crtimeGravatar Christoph Hellwig 1-4/+4
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-2/+0
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufGravatar Christoph Hellwig 1-1/+1
2019-06-12xfs: finish converting to inodes_per_clusterGravatar Darrick J. Wong 1-4/+1
2019-06-12xfs: separate inode geometryGravatar Darrick J. Wong 1-1/+1
2019-02-18xfs: fix xfs_buf magic number endian checksGravatar Darrick J. Wong 1-5/+5
2019-02-11xfs: add inode magic to inode verifierGravatar Darrick J. Wong 1-1/+5
2019-02-11xfs: always check magic values in on-disk byte orderGravatar Brian Foster 1-1/+1
2019-02-11xfs: add xfs_verify_agino_or_null helperGravatar Darrick J. Wong 1-2/+1
2018-09-29xfs: validate inode di_forkoffGravatar Eric Sandeen 1-0/+30
2018-07-24xfs: properly handle free inodes in extent hint validatorsGravatar Eric Sandeen 1-2/+4
2018-06-21xfs: More robust inode extent count validationGravatar Dave Chinner 1-29/+47
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2018-06-06xfs: push corruption -> ESTALE conversion to xfs_nfs_get_inode()Gravatar Dave Chinner 1-5/+0
2018-06-06xfs: verify COW extent size hint is valid in inode verifierGravatar Dave Chinner 1-0/+6
2018-06-06xfs: verify extent size hint is valid in inode verifierGravatar Dave Chinner 1-1/+8
2018-04-17xfs: enhance dinode verifierGravatar Eric Sandeen 1-0/+21
2018-03-23xfs: remove dead inode version setting codeGravatar Dave Chinner 1-4/+1
2018-03-23xfs: don't accept inode buffers with suspicious unlinked chainsGravatar Darrick J. Wong 1-2/+8
2018-03-23xfs: move inode extent size hint validation to libxfsGravatar Darrick J. Wong 1-0/+105
2018-03-23xfs: refactor inode buffer verifier error loggingGravatar Darrick J. Wong 1-1/+3
2018-01-31Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-30/+98
2018-01-29xfs: refactor inode verifier corruption error printingGravatar Darrick J. Wong 1-4/+2
2018-01-29xfs: convert to new i_version APIGravatar Jeff Layton 1-2/+5
2018-01-08xfs: move inode fork verifiers to xfs_dinode_verifyGravatar Darrick J. Wong 1-3/+69
2018-01-08xfs: verify dinode header firstGravatar Darrick J. Wong 1-10/+13
2018-01-08xfs: refactor verifier callers to print address of failing checkGravatar Darrick J. Wong 1-1/+1
2018-01-08xfs: have buffer verifier functions report failing addressGravatar Darrick J. Wong 1-17/+19
2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorGravatar Darrick J. Wong 1-2/+1
2017-11-01xfs: move error injection tags into their own fileGravatar Darrick J. Wong 1-0/+1
2017-06-27xfs: remove unneeded parameter from XFS_TEST_ERRORGravatar Darrick J. Wong 1-2/+1
2017-06-19xfs: export various function for the online scrubberGravatar Darrick J. Wong 1-1/+1
2017-06-19xfs: remove double-underscore integer typesGravatar Darrick J. Wong 1-1/+1
2017-04-03xfs: fix up inode validation failure messageGravatar Eric Sandeen 1-1/+1
2017-01-17xfs: sanity check inode di_modeGravatar Amir Goldstein 1-0/+3
2017-01-17xfs: sanity check directory inode di_sizeGravatar Amir Goldstein 1-2/+5
2016-12-07Merge branch 'xfs-4.10-misc-fixes-3' into for-nextGravatar Dave Chinner 1-1/+9
2016-12-05xfs: optimise CRC updatesGravatar Dave Chinner 1-1/+1
2016-12-05xfs: don't allow di_size with high bit setGravatar Darrick J. Wong 1-0/+8
2016-11-08libxfs: synchronize dinode_verify with userspaceGravatar Darrick J. Wong 1-3/+3
2016-10-20libxfs: v3 inodes are only valid on crc-enabled filesystemsGravatar Roger Willcocks 1-1/+12
2016-10-05xfs: don't mix reflink and DAX mode for nowGravatar Darrick J. Wong 1-0/+4
2016-10-05xfs: check for invalid inode reflink flagsGravatar Darrick J. Wong 1-0/+16
2016-10-05xfs: create a separate cow extent size hint for the allocatorGravatar Darrick J. Wong 1-1/+3
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsGravatar Darrick J. Wong 1-0/+1
2016-02-09xfs: mode di_mode to vfs inodeGravatar Dave Chinner 1-4/+4
2016-02-09xfs: move di_changecount to VFS inodeGravatar Dave Chinner 1-2/+2
2016-02-09xfs: move inode generation count to VFS inodeGravatar Dave Chinner 1-4/+4