aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_inode_buf.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19xfs: cleanup xfs_idestroy_forkGravatar Christoph Hellwig 1-1/+1
2020-05-19xfs: move the fork format fields into struct xfs_iforkGravatar Christoph Hellwig 1-4/+2
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkGravatar Christoph Hellwig 1-4/+2
2020-05-19xfs: remove the XFS_DFORK_Q macroGravatar Christoph Hellwig 1-3/+3
2020-05-19xfs: remove xfs_ireadGravatar Christoph Hellwig 1-73/+0
2020-05-19xfs: don't reset i_delayed_blks in xfs_ireadGravatar Christoph Hellwig 1-2/+0
2020-05-19xfs: call xfs_dinode_verify from xfs_inode_from_diskGravatar Christoph Hellwig 1-10/+8
2020-05-19xfs: handle unallocated inodes in xfs_inode_from_diskGravatar Christoph Hellwig 1-36/+14
2020-05-19xfs: split xfs_iformat_forkGravatar Christoph Hellwig 1-1/+19
2020-05-19xfs: call xfs_iformat_fork from xfs_inode_from_diskGravatar Christoph Hellwig 1-3/+4
2020-05-07xfs: remove unused iget_flags param from xfs_imap_to_bp()Gravatar Brian Foster 1-3/+2
2020-05-07xfs: remove unnecessary shutdown check from xfs_iflush()Gravatar Brian Foster 1-6/+1
2020-03-19xfs: remove the di_version field from struct icdinodeGravatar Christoph Hellwig 1-10/+6
2020-03-19xfs: only check the superblock version for dinode size calculationGravatar Christoph Hellwig 1-1/+1
2020-03-19xfs: add a new xfs_sb_version_has_v3inode helperGravatar Christoph Hellwig 1-14/+3
2020-03-02xfs: remove the kuid/kgid conversion wrappersGravatar Christoph Hellwig 1-4/+4
2020-03-02xfs: remove the icdinode di_uid/di_gid membersGravatar Christoph Hellwig 1-6/+4
2020-03-02xfs: ensure that the inode uid/gid match values match the icdinode onesGravatar Christoph Hellwig 1-0/+2
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